public static final class DeleteBackendAuthenticationConfigRequest.Builder extends GeneratedMessage.Builder<DeleteBackendAuthenticationConfigRequest.Builder> implements DeleteBackendAuthenticationConfigRequestOrBuilderRequest used by the DeleteBackendAuthenticationConfig method.
Protobuf type google.cloud.networksecurity.v1.DeleteBackendAuthenticationConfigRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteBackendAuthenticationConfigRequest.BuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteBackendAuthenticationConfigRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteBackendAuthenticationConfigRequest.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteBackendAuthenticationConfigRequest.Builder |
This builder for chaining. |