Class DeletePostureDeploymentRequest.Builder (0.50.0)

public static final class DeletePostureDeploymentRequest.Builder extends GeneratedMessage.Builder<DeletePostureDeploymentRequest.Builder> implements DeletePostureDeploymentRequestOrBuilder

Message for deleting a PostureDeployment.

Protobuf type google.cloud.securityposture.v1.DeletePostureDeploymentRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeletePostureDeploymentRequest build()
Returns
Type Description
DeletePostureDeploymentRequest

buildPartial()

public DeletePostureDeploymentRequest buildPartial()
Returns
Type Description
DeletePostureDeploymentRequest

clear()

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

clearEtag()

public DeletePostureDeploymentRequest.Builder clearEtag()

Optional. Etag value of the PostureDeployment to be deleted.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeletePostureDeploymentRequest.Builder

This builder for chaining.

clearName()

public DeletePostureDeploymentRequest.Builder clearName()

Required. Name of the resource.

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

Returns
Type Description
DeletePostureDeploymentRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeletePostureDeploymentRequest getDefaultInstanceForType()
Returns
Type Description
DeletePostureDeploymentRequest

getDescriptorForType()

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

getEtag()

public String getEtag()

Optional. Etag value of the PostureDeployment to be deleted.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Optional. Etag value of the PostureDeployment to be deleted.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for etag.

getName()

public String getName()

Required. Name of the resource.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the resource.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEtag(String value)

public DeletePostureDeploymentRequest.Builder setEtag(String value)

Optional. Etag value of the PostureDeployment to be deleted.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
DeletePostureDeploymentRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeletePostureDeploymentRequest.Builder setEtagBytes(ByteString value)

Optional. Etag value of the PostureDeployment to be deleted.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for etag to set.

Returns
Type Description
DeletePostureDeploymentRequest.Builder

This builder for chaining.

setName(String value)

public DeletePostureDeploymentRequest.Builder setName(String value)

Required. Name of the resource.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeletePostureDeploymentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeletePostureDeploymentRequest.Builder setNameBytes(ByteString value)

Required. Name of the resource.

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

This builder for chaining.