Class InstallStatus.Builder (2.83.0)

public static final class InstallStatus.Builder extends GeneratedMessage.Builder<InstallStatus.Builder> implements InstallStatusOrBuilder

Developer mode install status of a deployment

Protobuf type google.cloud.gsuiteaddons.v1.InstallStatus

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public InstallStatus build()
Returns
Type Description
InstallStatus

buildPartial()

public InstallStatus buildPartial()
Returns
Type Description
InstallStatus

clear()

public InstallStatus.Builder clear()
Returns
Type Description
InstallStatus.Builder
Overrides

clearInstalled()

public InstallStatus.Builder clearInstalled()

True if the deployment is installed for the user

.google.protobuf.BoolValue installed = 2;

Returns
Type Description
InstallStatus.Builder

clearName()

public InstallStatus.Builder clearName()

The canonical full resource name of the deployment install status.

Example: projects/123/deployments/my_deployment/installStatus.

string name = 1;

Returns
Type Description
InstallStatus.Builder

This builder for chaining.

getDefaultInstanceForType()

public InstallStatus getDefaultInstanceForType()
Returns
Type Description
InstallStatus

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInstalled()

public BoolValue getInstalled()

True if the deployment is installed for the user

.google.protobuf.BoolValue installed = 2;

Returns
Type Description
BoolValue

The installed.

getInstalledBuilder()

public BoolValue.Builder getInstalledBuilder()

True if the deployment is installed for the user

.google.protobuf.BoolValue installed = 2;

Returns
Type Description
Builder

getInstalledOrBuilder()

public BoolValueOrBuilder getInstalledOrBuilder()

True if the deployment is installed for the user

.google.protobuf.BoolValue installed = 2;

Returns
Type Description
BoolValueOrBuilder

getName()

public 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(InstallStatus other)

public InstallStatus.Builder mergeFrom(InstallStatus other)
Parameter
Name Description
other InstallStatus
Returns
Type Description
InstallStatus.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public InstallStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InstallStatus.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public InstallStatus.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
InstallStatus.Builder
Overrides

mergeInstalled(BoolValue value)

public InstallStatus.Builder mergeInstalled(BoolValue value)

True if the deployment is installed for the user

.google.protobuf.BoolValue installed = 2;

Parameter
Name Description
value BoolValue
Returns
Type Description
InstallStatus.Builder

setInstalled(BoolValue value)

public InstallStatus.Builder setInstalled(BoolValue value)

True if the deployment is installed for the user

.google.protobuf.BoolValue installed = 2;

Parameter
Name Description
value BoolValue
Returns
Type Description
InstallStatus.Builder

setInstalled(BoolValue.Builder builderForValue)

public InstallStatus.Builder setInstalled(BoolValue.Builder builderForValue)

True if the deployment is installed for the user

.google.protobuf.BoolValue installed = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
InstallStatus.Builder

setName(String value)

public InstallStatus.Builder setName(String value)

The canonical full resource name of the deployment install status.

Example: projects/123/deployments/my_deployment/installStatus.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
InstallStatus.Builder

This builder for chaining.

setNameBytes(ByteString value)

public InstallStatus.Builder setNameBytes(ByteString value)

The canonical full resource name of the deployment install status.

Example: projects/123/deployments/my_deployment/installStatus.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
InstallStatus.Builder

This builder for chaining.