Class DeploymentOperationSummary.Builder (0.68.0)

public static final class DeploymentOperationSummary.Builder extends GeneratedMessage.Builder<DeploymentOperationSummary.Builder> implements DeploymentOperationSummaryOrBuilder

The summary of the deployment operation.

Protobuf type google.cloud.config.v1.DeploymentOperationSummary

Static Methods

getDescriptor()

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

Methods

build()

public DeploymentOperationSummary build()
Returns
Type Description
DeploymentOperationSummary

buildPartial()

public DeploymentOperationSummary buildPartial()
Returns
Type Description
DeploymentOperationSummary

clear()

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

clearArtifacts()

public DeploymentOperationSummary.Builder clearArtifacts()

Output only. Location of Deployment operations artifacts in gs://{bucket}/{object} format.

string artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

clearBuild()

public DeploymentOperationSummary.Builder clearBuild()

Output only. Cloud Build instance UUID associated with this operation.

string build = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

clearContent()

public DeploymentOperationSummary.Builder clearContent()

Output only. Location of Deployment operations content in gs://{bucket}/{object} format.

string content = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

clearDeploymentStep()

public DeploymentOperationSummary.Builder clearDeploymentStep()

Output only. The current step the deployment operation is running.

.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep deployment_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

clearLogs()

public DeploymentOperationSummary.Builder clearLogs()

Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.

string logs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

getArtifacts()

public String getArtifacts()

Output only. Location of Deployment operations artifacts in gs://{bucket}/{object} format.

string artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The artifacts.

getArtifactsBytes()

public ByteString getArtifactsBytes()

Output only. Location of Deployment operations artifacts in gs://{bucket}/{object} format.

string artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for artifacts.

getBuild()

public String getBuild()

Output only. Cloud Build instance UUID associated with this operation.

string build = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
String

The build.

getBuildBytes()

public ByteString getBuildBytes()

Output only. Cloud Build instance UUID associated with this operation.

string build = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for build.

getContent()

public String getContent()

Output only. Location of Deployment operations content in gs://{bucket}/{object} format.

string content = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The content.

getContentBytes()

public ByteString getContentBytes()

Output only. Location of Deployment operations content in gs://{bucket}/{object} format.

string content = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for content.

getDefaultInstanceForType()

public DeploymentOperationSummary getDefaultInstanceForType()
Returns
Type Description
DeploymentOperationSummary

getDeploymentStep()

public DeploymentOperationMetadata.DeploymentStep getDeploymentStep()

Output only. The current step the deployment operation is running.

.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep deployment_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentOperationMetadata.DeploymentStep

The deploymentStep.

getDeploymentStepValue()

public int getDeploymentStepValue()

Output only. The current step the deployment operation is running.

.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep deployment_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for deploymentStep.

getDescriptorForType()

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

getLogs()

public String getLogs()

Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.

string logs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The logs.

getLogsBytes()

public ByteString getLogsBytes()

Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.

string logs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for logs.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeploymentOperationSummary other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setArtifacts(String value)

public DeploymentOperationSummary.Builder setArtifacts(String value)

Output only. Location of Deployment operations artifacts in gs://{bucket}/{object} format.

string artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The artifacts to set.

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

setArtifactsBytes(ByteString value)

public DeploymentOperationSummary.Builder setArtifactsBytes(ByteString value)

Output only. Location of Deployment operations artifacts in gs://{bucket}/{object} format.

string artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for artifacts to set.

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

setBuild(String value)

public DeploymentOperationSummary.Builder setBuild(String value)

Output only. Cloud Build instance UUID associated with this operation.

string build = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Parameter
Name Description
value String

The build to set.

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

setBuildBytes(ByteString value)

public DeploymentOperationSummary.Builder setBuildBytes(ByteString value)

Output only. Cloud Build instance UUID associated with this operation.

string build = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Parameter
Name Description
value ByteString

The bytes for build to set.

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

setContent(String value)

public DeploymentOperationSummary.Builder setContent(String value)

Output only. Location of Deployment operations content in gs://{bucket}/{object} format.

string content = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The content to set.

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

setContentBytes(ByteString value)

public DeploymentOperationSummary.Builder setContentBytes(ByteString value)

Output only. Location of Deployment operations content in gs://{bucket}/{object} format.

string content = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for content to set.

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

setDeploymentStep(DeploymentOperationMetadata.DeploymentStep value)

public DeploymentOperationSummary.Builder setDeploymentStep(DeploymentOperationMetadata.DeploymentStep value)

Output only. The current step the deployment operation is running.

.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep deployment_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value DeploymentOperationMetadata.DeploymentStep

The deploymentStep to set.

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

setDeploymentStepValue(int value)

public DeploymentOperationSummary.Builder setDeploymentStepValue(int value)

Output only. The current step the deployment operation is running.

.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep deployment_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for deploymentStep to set.

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

setLogs(String value)

public DeploymentOperationSummary.Builder setLogs(String value)

Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.

string logs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The logs to set.

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.

setLogsBytes(ByteString value)

public DeploymentOperationSummary.Builder setLogsBytes(ByteString value)

Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.

string logs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for logs to set.

Returns
Type Description
DeploymentOperationSummary.Builder

This builder for chaining.