Class DeleteBackendAuthenticationConfigRequest.Builder (0.94.0)

public static final class DeleteBackendAuthenticationConfigRequest.Builder extends GeneratedMessage.Builder<DeleteBackendAuthenticationConfigRequest.Builder> implements DeleteBackendAuthenticationConfigRequestOrBuilder

Request used by the DeleteBackendAuthenticationConfig method.

Protobuf type google.cloud.networksecurity.v1.DeleteBackendAuthenticationConfigRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteBackendAuthenticationConfigRequest build()
Returns
Type Description
DeleteBackendAuthenticationConfigRequest

buildPartial()

public DeleteBackendAuthenticationConfigRequest buildPartial()
Returns
Type Description
DeleteBackendAuthenticationConfigRequest

clear()

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

clearEtag()

public DeleteBackendAuthenticationConfigRequest.Builder clearEtag()

Optional. Etag of the resource. If this is provided, it must match the server's etag.

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

Returns
Type Description
DeleteBackendAuthenticationConfigRequest.Builder

This builder for chaining.

clearName()

public DeleteBackendAuthenticationConfigRequest.Builder clearName()

Required. A name of the BackendAuthenticationConfig to delete. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.

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

Returns
Type Description
DeleteBackendAuthenticationConfigRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteBackendAuthenticationConfigRequest getDefaultInstanceForType()
Returns
Type Description
DeleteBackendAuthenticationConfigRequest

getDescriptorForType()

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

getEtag()

public String getEtag()

Optional. Etag of the resource. If this is provided, it must match the server's etag.

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

Returns
Type Description
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Optional. Etag of the resource. If this is provided, it must match the server's etag.

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

Returns
Type Description
ByteString

The bytes for etag.

getName()

public String getName()

Required. A name of the BackendAuthenticationConfig to delete. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. A name of the BackendAuthenticationConfig to delete. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEtag(String value)

public DeleteBackendAuthenticationConfigRequest.Builder setEtag(String value)

Optional. Etag of the resource. If this is provided, it must match the server's etag.

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

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
DeleteBackendAuthenticationConfigRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeleteBackendAuthenticationConfigRequest.Builder setEtagBytes(ByteString value)

Optional. Etag of the resource. If this is provided, it must match the server's etag.

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

Parameter
Name Description
value ByteString

The bytes for etag to set.

Returns
Type Description
DeleteBackendAuthenticationConfigRequest.Builder

This builder for chaining.

setName(String value)

public DeleteBackendAuthenticationConfigRequest.Builder setName(String value)

Required. A name of the BackendAuthenticationConfig to delete. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteBackendAuthenticationConfigRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteBackendAuthenticationConfigRequest.Builder setNameBytes(ByteString value)

Required. A name of the BackendAuthenticationConfig to delete. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.

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

This builder for chaining.