public interface CreateWorkstationClusterRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. Parent resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
The validateOnly. |
getWorkstationCluster()
public abstract WorkstationCluster getWorkstationCluster()
Required. Workstation cluster to create.
.google.cloud.workstations.v1.WorkstationCluster workstation_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for workstationClusterId. |
getWorkstationClusterOrBuilder()
public abstract WorkstationClusterOrBuilder getWorkstationClusterOrBuilder()
Required. Workstation cluster to create.
.google.cloud.workstations.v1.WorkstationCluster workstation_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
WorkstationClusterOrBuilder |
hasWorkstationCluster()
public abstract boolean hasWorkstationCluster()
Required. Workstation cluster to create.
.google.cloud.workstations.v1.WorkstationCluster workstation_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the workstationCluster field is set. |