Package com.google.cloud.workstations.v1
Interface StartWorkstationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartWorkstationRequest
,StartWorkstationRequest.Builder
public interface StartWorkstationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEtag()
Optional.com.google.protobuf.ByteString
getEtagBytes()
Optional.String
getName()
Required.com.google.protobuf.ByteString
getNameBytes()
Required.boolean
getValidateOnly()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Required. Name of the workstation to start.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Required. Name of the workstation to start.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for name.
-
getValidateOnly
boolean getValidateOnly()
Optional. If set, validate the request and preview the review, but do not actually apply it.
bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The validateOnly.
-
getEtag
String getEtag()
Optional. If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The etag.
-
getEtagBytes
com.google.protobuf.ByteString getEtagBytes()
Optional. If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for etag.
-
-