Class DeleteAttestorRequest.Builder (1.84.0)

public static final class DeleteAttestorRequest.Builder extends GeneratedMessage.Builder<DeleteAttestorRequest.Builder> implements DeleteAttestorRequestOrBuilder

Request message for [BinauthzManagementService.DeleteAttestor][].

Protobuf type google.cloud.binaryauthorization.v1beta1.DeleteAttestorRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteAttestorRequest build()
Returns
Type Description
DeleteAttestorRequest

buildPartial()

public DeleteAttestorRequest buildPartial()
Returns
Type Description
DeleteAttestorRequest

clear()

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

clearName()

public DeleteAttestorRequest.Builder clearName()

Required. The name of the attestors to delete, in the format projects/*/attestors/*.

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

Returns
Type Description
DeleteAttestorRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteAttestorRequest getDefaultInstanceForType()
Returns
Type Description
DeleteAttestorRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the attestors to delete, in the format projects/*/attestors/*.

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 attestors to delete, in the format projects/*/attestors/*.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteAttestorRequest.Builder setName(String value)

Required. The name of the attestors to delete, in the format projects/*/attestors/*.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteAttestorRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteAttestorRequest.Builder setNameBytes(ByteString value)

Required. The name of the attestors to delete, in the format projects/*/attestors/*.

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

This builder for chaining.