Package com.google.cloud.workstations.v1
Interface UpdateWorkstationConfigRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkstationConfigRequest,UpdateWorkstationConfigRequest.Builder
public interface UpdateWorkstationConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowMissing()Optional.com.google.protobuf.FieldMaskgetUpdateMask()Required.com.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()Required.booleangetValidateOnly()Optional.WorkstationConfiggetWorkstationConfig()Required.WorkstationConfigOrBuildergetWorkstationConfigOrBuilder()Required.booleanhasUpdateMask()Required.booleanhasWorkstationConfig()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWorkstationConfig
boolean hasWorkstationConfig()
Required. Config to update.
.google.cloud.workstations.v1.WorkstationConfig workstation_config = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the workstationConfig field is set.
-
getWorkstationConfig
WorkstationConfig getWorkstationConfig()
Required. Config to update.
.google.cloud.workstations.v1.WorkstationConfig workstation_config = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The workstationConfig.
-
getWorkstationConfigOrBuilder
WorkstationConfigOrBuilder getWorkstationConfigOrBuilder()
Required. Config to update.
.google.cloud.workstations.v1.WorkstationConfig workstation_config = 1 [(.google.api.field_behavior) = REQUIRED];
-
hasUpdateMask
boolean hasUpdateMask()
Required. Mask specifying which fields in the workstation configuration should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
Required. Mask specifying which fields in the workstation configuration should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Mask specifying which fields in the workstation configuration should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.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 = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The validateOnly.
-
getAllowMissing
boolean getAllowMissing()
Optional. If set and the workstation configuration is not found, a new workstation configuration will be created. In this situation, update_mask is ignored.
bool allow_missing = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The allowMissing.
-
-