Package com.google.cloud.workstations.v1
Interface DeleteWorkstationConfigRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteWorkstationConfigRequest,DeleteWorkstationConfigRequest.Builder
public interface DeleteWorkstationConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEtag()Optional.com.google.protobuf.ByteStringgetEtagBytes()Optional.booleangetForce()Optional.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.booleangetValidateOnly()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 configuration 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 configuration 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 actually apply it.
bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The validateOnly.
-
getEtag
String getEtag()
Optional. If set, the request is rejected if the latest version of the workstation configuration 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 is rejected if the latest version of the workstation configuration 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 workstations in the workstation configuration are also deleted. Otherwise, the request works only if the workstation configuration has no workstations.
bool force = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The force.
-
-