Interface PatchDeployments.UpdatePatchDeploymentRequestOrBuilder

    • 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];