Class DeletePostureRequest.Builder (0.50.0)

public static final class DeletePostureRequest.Builder extends GeneratedMessage.Builder<DeletePostureRequest.Builder> implements DeletePostureRequestOrBuilder

Message for deleting a Posture.

Protobuf type google.cloud.securityposture.v1.DeletePostureRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeletePostureRequest build()
Returns
Type Description
DeletePostureRequest

buildPartial()

public DeletePostureRequest buildPartial()
Returns
Type Description
DeletePostureRequest

clear()

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

clearEtag()

public DeletePostureRequest.Builder clearEtag()

Optional. Etag value of the Posture to be deleted.

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

Returns
Type Description
DeletePostureRequest.Builder

This builder for chaining.

clearName()

public DeletePostureRequest.Builder clearName()

Required. Name of the resource.

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

Returns
Type Description
DeletePostureRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeletePostureRequest getDefaultInstanceForType()
Returns
Type Description
DeletePostureRequest

getDescriptorForType()

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

getEtag()

public String getEtag()

Optional. Etag value of the Posture 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 Posture 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(DeletePostureRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEtag(String value)

public DeletePostureRequest.Builder setEtag(String value)

Optional. Etag value of the Posture to be deleted.

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

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
DeletePostureRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeletePostureRequest.Builder setEtagBytes(ByteString value)

Optional. Etag value of the Posture 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
DeletePostureRequest.Builder

This builder for chaining.

setName(String value)

public DeletePostureRequest.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
DeletePostureRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeletePostureRequest.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
DeletePostureRequest.Builder

This builder for chaining.