Class ApplyDeploymentRequest.Builder (0.55.0)

public static final class ApplyDeploymentRequest.Builder extends GeneratedMessage.Builder<ApplyDeploymentRequest.Builder> implements ApplyDeploymentRequestOrBuilder

Request object for ApplyDeployment. The resources in given deployment gets applied to Orchestration Cluster. A new revision is created when a deployment is applied.

Protobuf type google.cloud.telcoautomation.v1.ApplyDeploymentRequest

Static Methods

getDescriptor()

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

Methods

build()

public ApplyDeploymentRequest build()
Returns
Type Description
ApplyDeploymentRequest

buildPartial()

public ApplyDeploymentRequest buildPartial()
Returns
Type Description
ApplyDeploymentRequest

clear()

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

clearName()

public ApplyDeploymentRequest.Builder clearName()

Required. The name of the deployment to apply to orchestration cluster.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ApplyDeploymentRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ApplyDeploymentRequest getDefaultInstanceForType()
Returns
Type Description
ApplyDeploymentRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the deployment to apply to orchestration cluster.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the deployment to apply to orchestration cluster.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ApplyDeploymentRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public ApplyDeploymentRequest.Builder setName(String value)

Required. The name of the deployment to apply to orchestration cluster.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ApplyDeploymentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ApplyDeploymentRequest.Builder setNameBytes(ByteString value)

Required. The name of the deployment to apply to orchestration cluster.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
ApplyDeploymentRequest.Builder

This builder for chaining.