Package com.google.cloud.gsuiteaddons.v1
Interface InstallStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstallStatus
,InstallStatus.Builder
public interface InstallStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.BoolValue
getInstalled()
True if the deployment is installed for the usercom.google.protobuf.BoolValueOrBuilder
getInstalledOrBuilder()
True if the deployment is installed for the userString
getName()
The canonical full resource name of the deployment install status.com.google.protobuf.ByteString
getNameBytes()
The canonical full resource name of the deployment install status.boolean
hasInstalled()
True if the deployment is installed for the user-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The canonical full resource name of the deployment install status. Example: `projects/123/deployments/my_deployment/installStatus`.
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The canonical full resource name of the deployment install status. Example: `projects/123/deployments/my_deployment/installStatus`.
string name = 1;
- Returns:
- The bytes for name.
-
hasInstalled
boolean hasInstalled()
True if the deployment is installed for the user
.google.protobuf.BoolValue installed = 2;
- Returns:
- Whether the installed field is set.
-
getInstalled
com.google.protobuf.BoolValue getInstalled()
True if the deployment is installed for the user
.google.protobuf.BoolValue installed = 2;
- Returns:
- The installed.
-
getInstalledOrBuilder
com.google.protobuf.BoolValueOrBuilder getInstalledOrBuilder()
True if the deployment is installed for the user
.google.protobuf.BoolValue installed = 2;
-
-