public interface InstallStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstalled()
public abstract BoolValue getInstalled()True if the deployment is installed for the user
.google.protobuf.BoolValue installed = 2;
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The installed. |
getInstalledOrBuilder()
public abstract BoolValueOrBuilder getInstalledOrBuilder()True if the deployment is installed for the user
.google.protobuf.BoolValue installed = 2;
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getName()
public abstract String getName()The canonical full resource name of the deployment install status.
Example: projects/123/deployments/my_deployment/installStatus.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The canonical full resource name of the deployment install status.
Example: projects/123/deployments/my_deployment/installStatus.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasInstalled()
public abstract boolean hasInstalled()True if the deployment is installed for the user
.google.protobuf.BoolValue installed = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the installed field is set. |