public interface CreateAzureClientRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAzureClient() (deprecated)
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 | |
|---|---|
| Type | Description |
AzureClient |
The azureClient. |
getAzureClientId() (deprecated)
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 | |
|---|---|
| Type | Description |
String |
The azureClientId. |
getAzureClientIdBytes() (deprecated)
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for azureClientId. |
getAzureClientOrBuilder() (deprecated)
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 | |
|---|---|
| Type | Description |
AzureClientOrBuilder |
|
getParent() (deprecated)
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 | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes() (deprecated)
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getValidateOnly() (deprecated)
public abstract boolean getValidateOnly()If set, only validate the request, but do not actually create the client.
bool validate_only = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasAzureClient() (deprecated)
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 | |
|---|---|
| Type | Description |
boolean |
Whether the azureClient field is set. |