Interface PatchDeployments.UpdatePatchDeploymentRequestOrBuilder (2.44.0)

public static interface PatchDeployments.UpdatePatchDeploymentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPatchDeployment()

public abstract PatchDeployments.PatchDeployment getPatchDeployment()

Required. The patch deployment to Update.

.google.cloud.osconfig.v1.PatchDeployment patch_deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PatchDeployments.PatchDeployment

The patchDeployment.

getPatchDeploymentOrBuilder()

public abstract PatchDeployments.PatchDeploymentOrBuilder getPatchDeploymentOrBuilder()

Required. The patch deployment to Update.

.google.cloud.osconfig.v1.PatchDeployment patch_deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PatchDeployments.PatchDeploymentOrBuilder

getUpdateMask()

public abstract 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
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract 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];

Returns
Type Description
FieldMaskOrBuilder

hasPatchDeployment()

public abstract boolean hasPatchDeployment()

Required. The patch deployment to Update.

.google.cloud.osconfig.v1.PatchDeployment patch_deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the patchDeployment field is set.

hasUpdateMask()

public abstract 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
Type Description
boolean

Whether the updateMask field is set.