public static final class InstallStatus.Builder extends GeneratedMessage.Builder<InstallStatus.Builder> implements InstallStatusOrBuilderDeveloper mode install status of a deployment
Protobuf type google.cloud.gsuiteaddons.v1.InstallStatus
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InstallStatus.BuilderImplements
InstallStatusOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InstallStatus.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InstallStatus.Builder |
|
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 |
StringThe 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 |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
InstallStatus.Builder |
This builder for chaining. |