Package com.google.cloud.workstations.v1
Interface DeleteWorkstationClusterRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteWorkstationClusterRequest
,DeleteWorkstationClusterRequest.Builder
public interface DeleteWorkstationClusterRequestOrBuilder 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.boolean
getForce()
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 cluster to delete.
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 cluster to delete.
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 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 cluster 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 cluster on the server does not have this ETag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for etag.
-
getForce
boolean getForce()
Optional. If set, any workstation configurations and workstations in the workstation cluster are also deleted. Otherwise, the request only works if the workstation cluster has no configurations or workstations.
bool force = 4 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The force.
-
-