Class GetAzureClientRequest.Builder (0.84.0)

public static final class GetAzureClientRequest.Builder extends GeneratedMessage.Builder<GetAzureClientRequest.Builder> implements GetAzureClientRequestOrBuilder

Request message for AzureClusters.GetAzureClient method.

Protobuf type google.cloud.gkemulticloud.v1.GetAzureClientRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetAzureClientRequest build()
Returns
Type Description
GetAzureClientRequest

buildPartial()

public GetAzureClientRequest buildPartial()
Returns
Type Description
GetAzureClientRequest

clear()

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

clearName()

public GetAzureClientRequest.Builder clearName()

Required. The name of the AzureClient resource to describe.

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

This builder for chaining.

getDefaultInstanceForType()

public GetAzureClientRequest getDefaultInstanceForType()
Returns
Type Description
GetAzureClientRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the AzureClient resource to describe.

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 name of the AzureClient resource to describe.

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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetAzureClientRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetAzureClientRequest.Builder setName(String value)

Required. The name of the AzureClient resource to describe.

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.

Returns
Type Description
GetAzureClientRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetAzureClientRequest.Builder setNameBytes(ByteString value)

Required. The name of the AzureClient resource to describe.

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.

Returns
Type Description
GetAzureClientRequest.Builder

This builder for chaining.