Interface CreateWorkstationClusterRequestOrBuilder (0.29.0)

public interface CreateWorkstationClusterRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Parent resource name.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Parent resource name.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. If set, validate the request and preview the review, but do not actually apply it.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The validateOnly.

getWorkstationCluster()

public abstract WorkstationCluster getWorkstationCluster()

Required. Workstation cluster to create.

.google.cloud.workstations.v1beta.WorkstationCluster workstation_cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkstationCluster

The workstationCluster.

getWorkstationClusterId()

public abstract String getWorkstationClusterId()

Required. ID to use for the workstation cluster.

string workstation_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The workstationClusterId.

getWorkstationClusterIdBytes()

public abstract ByteString getWorkstationClusterIdBytes()

Required. ID to use for the workstation cluster.

string workstation_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for workstationClusterId.

getWorkstationClusterOrBuilder()

public abstract WorkstationClusterOrBuilder getWorkstationClusterOrBuilder()

Required. Workstation cluster to create.

.google.cloud.workstations.v1beta.WorkstationCluster workstation_cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkstationClusterOrBuilder

hasWorkstationCluster()

public abstract boolean hasWorkstationCluster()

Required. Workstation cluster to create.

.google.cloud.workstations.v1beta.WorkstationCluster workstation_cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the workstationCluster field is set.