Package com.google.cloud.workstations.v1
Interface CreateWorkstationConfigRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateWorkstationConfigRequest
,CreateWorkstationConfigRequest.Builder
public interface CreateWorkstationConfigRequestOrBuilder 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.WorkstationConfig
getWorkstationConfig()
Required.String
getWorkstationConfigId()
Required.com.google.protobuf.ByteString
getWorkstationConfigIdBytes()
Required.WorkstationConfigOrBuilder
getWorkstationConfigOrBuilder()
Required.boolean
hasWorkstationConfig()
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.
-
getWorkstationConfigId
String getWorkstationConfigId()
Required. ID to use for the workstation configuration.
string workstation_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The workstationConfigId.
-
getWorkstationConfigIdBytes
com.google.protobuf.ByteString getWorkstationConfigIdBytes()
Required. ID to use for the workstation configuration.
string workstation_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for workstationConfigId.
-
hasWorkstationConfig
boolean hasWorkstationConfig()
Required. Config to create.
.google.cloud.workstations.v1.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the workstationConfig field is set.
-
getWorkstationConfig
WorkstationConfig getWorkstationConfig()
Required. Config to create.
.google.cloud.workstations.v1.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The workstationConfig.
-
getWorkstationConfigOrBuilder
WorkstationConfigOrBuilder getWorkstationConfigOrBuilder()
Required. Config to create.
.google.cloud.workstations.v1.WorkstationConfig workstation_config = 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.
-
-