Class CustomTargetDeployMetadata.Builder (1.81.0)

public static final class CustomTargetDeployMetadata.Builder extends GeneratedMessage.Builder<CustomTargetDeployMetadata.Builder> implements CustomTargetDeployMetadataOrBuilder

CustomTargetDeployMetadata contains information from a Custom Target deploy operation.

Protobuf type google.cloud.deploy.v1.CustomTargetDeployMetadata

Static Methods

getDescriptor()

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

Methods

build()

public CustomTargetDeployMetadata build()
Returns
Type Description
CustomTargetDeployMetadata

buildPartial()

public CustomTargetDeployMetadata buildPartial()
Returns
Type Description
CustomTargetDeployMetadata

clear()

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

clearSkipMessage()

public CustomTargetDeployMetadata.Builder clearSkipMessage()

Output only. Skip message provided in the results of a custom deploy operation.

string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CustomTargetDeployMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public CustomTargetDeployMetadata getDefaultInstanceForType()
Returns
Type Description
CustomTargetDeployMetadata

getDescriptorForType()

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

getSkipMessage()

public String getSkipMessage()

Output only. Skip message provided in the results of a custom deploy operation.

string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The skipMessage.

getSkipMessageBytes()

public ByteString getSkipMessageBytes()

Output only. Skip message provided in the results of a custom deploy operation.

string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for skipMessage.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CustomTargetDeployMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setSkipMessage(String value)

public CustomTargetDeployMetadata.Builder setSkipMessage(String value)

Output only. Skip message provided in the results of a custom deploy operation.

string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The skipMessage to set.

Returns
Type Description
CustomTargetDeployMetadata.Builder

This builder for chaining.

setSkipMessageBytes(ByteString value)

public CustomTargetDeployMetadata.Builder setSkipMessageBytes(ByteString value)

Output only. Skip message provided in the results of a custom deploy operation.

string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for skipMessage to set.

Returns
Type Description
CustomTargetDeployMetadata.Builder

This builder for chaining.