Interface CreateAzureClientRequestOrBuilder (0.41.0)

public interface CreateAzureClientRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAzureClient()

public abstract AzureClient getAzureClient()

Required. The specification of the AzureClient to create.

.google.cloud.gkemulticloud.v1.AzureClient azure_client = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AzureClient

The azureClient.

getAzureClientId()

public abstract String getAzureClientId()

Required. A client provided ID the resource. Must be unique within the parent resource.

The provided ID will be part of the AzureClient resource name formatted as projects/<project-id>/locations/<region>/azureClients/<client-id>.

Valid characters are /a-z-/. Cannot be longer than 63 characters.

string azure_client_id = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The azureClientId.

getAzureClientIdBytes()

public abstract ByteString getAzureClientIdBytes()

Required. A client provided ID the resource. Must be unique within the parent resource.

The provided ID will be part of the AzureClient resource name formatted as projects/<project-id>/locations/<region>/azureClients/<client-id>.

Valid characters are /a-z-/. Cannot be longer than 63 characters.

string azure_client_id = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for azureClientId.

getAzureClientOrBuilder()

public abstract AzureClientOrBuilder getAzureClientOrBuilder()

Required. The specification of the AzureClient to create.

.google.cloud.gkemulticloud.v1.AzureClient azure_client = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AzureClientOrBuilder

getParent()

public abstract String getParent()

Required. The parent location where this AzureClient resource will be created.

Location names are formatted as projects/<project-id>/locations/<region>.

See Resource Names for more details on Google Cloud resource names.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent location where this AzureClient resource will be created.

Location names are formatted as projects/<project-id>/locations/<region>.

See Resource Names for more details on Google Cloud resource names.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getValidateOnly()

public abstract boolean getValidateOnly()

If set, only validate the request, but do not actually create the client.

bool validate_only = 3;

Returns
TypeDescription
boolean

The validateOnly.

hasAzureClient()

public abstract boolean hasAzureClient()

Required. The specification of the AzureClient to create.

.google.cloud.gkemulticloud.v1.AzureClient azure_client = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the azureClient field is set.