Class DeleteDeploymentRequest.Builder (2.83.0)

public static final class DeleteDeploymentRequest.Builder extends GeneratedMessage.Builder<DeleteDeploymentRequest.Builder> implements DeleteDeploymentRequestOrBuilder

Request message to delete a deployment.

Protobuf type google.cloud.gsuiteaddons.v1.DeleteDeploymentRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteDeploymentRequest build()
Returns
Type Description
DeleteDeploymentRequest

buildPartial()

public DeleteDeploymentRequest buildPartial()
Returns
Type Description
DeleteDeploymentRequest

clear()

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

clearEtag()

public DeleteDeploymentRequest.Builder clearEtag()

The etag of the deployment to delete. If this is provided, it must match the server's etag.

string etag = 2;

Returns
Type Description
DeleteDeploymentRequest.Builder

This builder for chaining.

clearName()

public DeleteDeploymentRequest.Builder clearName()

Required. The full resource name of the deployment to delete.

Example: projects/my_project/deployments/my_deployment.

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

Returns
Type Description
DeleteDeploymentRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteDeploymentRequest getDefaultInstanceForType()
Returns
Type Description
DeleteDeploymentRequest

getDescriptorForType()

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

getEtag()

public String getEtag()

The etag of the deployment to delete. If this is provided, it must match the server's etag.

string etag = 2;

Returns
Type Description
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

The etag of the deployment to delete. If this is provided, it must match the server's etag.

string etag = 2;

Returns
Type Description
ByteString

The bytes for etag.

getName()

public String getName()

Required. The full resource name of the deployment to delete.

Example: projects/my_project/deployments/my_deployment.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The full resource name of the deployment to delete.

Example: projects/my_project/deployments/my_deployment.

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(DeleteDeploymentRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEtag(String value)

public DeleteDeploymentRequest.Builder setEtag(String value)

The etag of the deployment to delete. If this is provided, it must match the server's etag.

string etag = 2;

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
DeleteDeploymentRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeleteDeploymentRequest.Builder setEtagBytes(ByteString value)

The etag of the deployment to delete. If this is provided, it must match the server's etag.

string etag = 2;

Parameter
Name Description
value ByteString

The bytes for etag to set.

Returns
Type Description
DeleteDeploymentRequest.Builder

This builder for chaining.

setName(String value)

public DeleteDeploymentRequest.Builder setName(String value)

Required. The full resource name of the deployment to delete.

Example: projects/my_project/deployments/my_deployment.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteDeploymentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteDeploymentRequest.Builder setNameBytes(ByteString value)

Required. The full resource name of the deployment to delete.

Example: projects/my_project/deployments/my_deployment.

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
DeleteDeploymentRequest.Builder

This builder for chaining.