Class DeletePostureRequest.Builder (0.8.0)

public static final class DeletePostureRequest.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeletePostureRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeletePostureRequest.Builder
Overrides

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.

clearField(Descriptors.FieldDescriptor field)

public DeletePostureRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DeletePostureRequest.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeletePostureRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DeletePostureRequest.Builder
Overrides

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeletePostureRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
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.

setField(Descriptors.FieldDescriptor field, Object value)

public DeletePostureRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeletePostureRequest.Builder
Overrides

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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DeletePostureRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DeletePostureRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DeletePostureRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeletePostureRequest.Builder
Overrides