public final class InstallStatus extends GeneratedMessageV3 implements InstallStatusOrBuilder
Developer mode install status of a deployment
Protobuf type google.cloud.gsuiteaddons.v1.InstallStatus
Static Fields
INSTALLED_FIELD_NUMBER
public static final int INSTALLED_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static InstallStatus getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static InstallStatus.Builder newBuilder()
Returns
newBuilder(InstallStatus prototype)
public static InstallStatus.Builder newBuilder(InstallStatus prototype)
Parameter
Returns
public static InstallStatus parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static InstallStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static InstallStatus parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InstallStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static InstallStatus parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InstallStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InstallStatus parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static InstallStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InstallStatus parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static InstallStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static InstallStatus parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InstallStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<InstallStatus> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public InstallStatus getDefaultInstanceForType()
Returns
getInstalled()
public BoolValue getInstalled()
True if the deployment is installed for the user
.google.protobuf.BoolValue installed = 2;
Returns
getInstalledOrBuilder()
public BoolValueOrBuilder getInstalledOrBuilder()
True if the deployment is installed for the user
.google.protobuf.BoolValue installed = 2;
Returns
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 ByteString getNameBytes()
The canonical full resource name of the deployment install status.
Example: projects/123/deployments/my_deployment/installStatus
.
string name = 1;
Returns
getParserForType()
public Parser<InstallStatus> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasInstalled()
public 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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public InstallStatus.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InstallStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public InstallStatus.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions