Package com.google.cloud.osconfig.v1
Interface PatchDeployments.UpdatePatchDeploymentRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchDeployments.UpdatePatchDeploymentRequest,PatchDeployments.UpdatePatchDeploymentRequest.Builder
- Enclosing class:
- PatchDeployments
public static interface PatchDeployments.UpdatePatchDeploymentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchDeployments.PatchDeploymentgetPatchDeployment()Required.PatchDeployments.PatchDeploymentOrBuildergetPatchDeploymentOrBuilder()Required.com.google.protobuf.FieldMaskgetUpdateMask()Optional.com.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()Optional.booleanhasPatchDeployment()Required.booleanhasUpdateMask()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPatchDeployment
boolean hasPatchDeployment()
Required. The patch deployment to Update.
.google.cloud.osconfig.v1.PatchDeployment patch_deployment = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the patchDeployment field is set.
-
getPatchDeployment
PatchDeployments.PatchDeployment getPatchDeployment()
Required. The patch deployment to Update.
.google.cloud.osconfig.v1.PatchDeployment patch_deployment = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The patchDeployment.
-
getPatchDeploymentOrBuilder
PatchDeployments.PatchDeploymentOrBuilder getPatchDeploymentOrBuilder()
Required. The patch deployment to Update.
.google.cloud.osconfig.v1.PatchDeployment patch_deployment = 1 [(.google.api.field_behavior) = REQUIRED];
-
hasUpdateMask
boolean hasUpdateMask()
Optional. Field mask that controls which fields of the patch deployment should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
Optional. Field mask that controls which fields of the patch deployment should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Field mask that controls which fields of the patch deployment should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
-
-