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;
| Type | Description |
| BoolValue | The installed. |
getInstalledOrBuilder()
public abstract BoolValueOrBuilder getInstalledOrBuilder()True if the deployment is installed for the user
.google.protobuf.BoolValue installed = 2;
| 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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the installed field is set. |