public static final class DeleteAzureClientRequest.Builder extends GeneratedMessageV3.Builder<DeleteAzureClientRequest.Builder> implements DeleteAzureClientRequestOrBuilder
Request message for AzureClusters.DeleteAzureClient
method.
Protobuf type google.cloud.gkemulticloud.v1.DeleteAzureClientRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteAzureClientRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DeleteAzureClientRequest build()
buildPartial()
public DeleteAzureClientRequest buildPartial()
clear()
public DeleteAzureClientRequest.Builder clear()
Overrides
clearAllowMissing()
public DeleteAzureClientRequest.Builder clearAllowMissing()
If set to true, and the
AzureClient resource is not
found, the request will succeed but no action will be taken on the server
and a completed Operation will be returned.
Useful for idempotent deletion.
bool allow_missing = 2;
clearField(Descriptors.FieldDescriptor field)
public DeleteAzureClientRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public DeleteAzureClientRequest.Builder clearName()
Required. The resource name the
AzureClient to delete.
AzureClient names are
formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>
.
See Resource Names
for more details on Google Cloud resource names.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteAzureClientRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearValidateOnly()
public DeleteAzureClientRequest.Builder clearValidateOnly()
If set, only validate the request, but do not actually delete the resource.
bool validate_only = 3;
clone()
public DeleteAzureClientRequest.Builder clone()
Overrides
getAllowMissing()
public boolean getAllowMissing()
If set to true, and the
AzureClient resource is not
found, the request will succeed but no action will be taken on the server
and a completed Operation will be returned.
Useful for idempotent deletion.
bool allow_missing = 2;
Returns |
---|
Type | Description |
boolean | The allowMissing.
|
getDefaultInstanceForType()
public DeleteAzureClientRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getName()
Required. The resource name the
AzureClient to delete.
AzureClient names are
formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>
.
See Resource Names
for more details on Google Cloud resource names.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. The resource name the
AzureClient to delete.
AzureClient names are
formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>
.
See Resource Names
for more details on Google Cloud resource names.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getValidateOnly()
public boolean getValidateOnly()
If set, only validate the request, but do not actually delete the resource.
bool validate_only = 3;
Returns |
---|
Type | Description |
boolean | The validateOnly.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DeleteAzureClientRequest other)
public DeleteAzureClientRequest.Builder mergeFrom(DeleteAzureClientRequest other)
public DeleteAzureClientRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DeleteAzureClientRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteAzureClientRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAllowMissing(boolean value)
public DeleteAzureClientRequest.Builder setAllowMissing(boolean value)
If set to true, and the
AzureClient resource is not
found, the request will succeed but no action will be taken on the server
and a completed Operation will be returned.
Useful for idempotent deletion.
bool allow_missing = 2;
Parameter |
---|
Name | Description |
value | boolean
The allowMissing to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteAzureClientRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public DeleteAzureClientRequest.Builder setName(String value)
Required. The resource name the
AzureClient to delete.
AzureClient names are
formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>
.
See Resource Names
for more details on Google Cloud resource names.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The name to set.
|
setNameBytes(ByteString value)
public DeleteAzureClientRequest.Builder setNameBytes(ByteString value)
Required. The resource name the
AzureClient to delete.
AzureClient names are
formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>
.
See Resource Names
for more details on Google Cloud resource names.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteAzureClientRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteAzureClientRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setValidateOnly(boolean value)
public DeleteAzureClientRequest.Builder setValidateOnly(boolean value)
If set, only validate the request, but do not actually delete the resource.
bool validate_only = 3;
Parameter |
---|
Name | Description |
value | boolean
The validateOnly to set.
|