Interface PatchDeployments.UpdatePatchDeploymentRequestOrBuilder (2.4.3)

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.v1beta.PatchDeployment patch_deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PatchDeployments.PatchDeployment

The patchDeployment.

getPatchDeploymentOrBuilder()

public abstract PatchDeployments.PatchDeploymentOrBuilder getPatchDeploymentOrBuilder()

Required. The patch deployment to Update.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
FieldMaskOrBuilder

hasPatchDeployment()

public abstract boolean hasPatchDeployment()

Required. The patch deployment to Update.

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

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.