Interface CreateWorkstationClusterRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateWorkstationClusterRequest
,CreateWorkstationClusterRequest.Builder
public interface CreateWorkstationClusterRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.boolean
getValidateOnly()
Optional.WorkstationCluster
getWorkstationCluster()
Required.String
getWorkstationClusterId()
Required.com.google.protobuf.ByteString
getWorkstationClusterIdBytes()
Required.WorkstationClusterOrBuilder
getWorkstationClusterOrBuilder()
Required.boolean
hasWorkstationCluster()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. Parent resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. Parent resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
getWorkstationClusterId
String getWorkstationClusterId()
Required. ID to use for the workstation cluster.
string workstation_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The workstationClusterId.
-
getWorkstationClusterIdBytes
com.google.protobuf.ByteString getWorkstationClusterIdBytes()
Required. ID to use for the workstation cluster.
string workstation_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for workstationClusterId.
-
hasWorkstationCluster
boolean hasWorkstationCluster()
Required. Workstation cluster to create.
.google.cloud.workstations.v1beta.WorkstationCluster workstation_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the workstationCluster field is set.
-
getWorkstationCluster
WorkstationCluster getWorkstationCluster()
Required. Workstation cluster to create.
.google.cloud.workstations.v1beta.WorkstationCluster workstation_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The workstationCluster.
-
getWorkstationClusterOrBuilder
WorkstationClusterOrBuilder getWorkstationClusterOrBuilder()
Required. Workstation cluster to create.
.google.cloud.workstations.v1beta.WorkstationCluster workstation_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
-
getValidateOnly
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:
- The validateOnly.
-
-