Interface UpdateSnapshotSchedulePolicyRequestOrBuilder (0.1.1)

public interface UpdateSnapshotSchedulePolicyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnapshotSchedulePolicy()

public abstract SnapshotSchedulePolicy getSnapshotSchedulePolicy()

Required. The snapshot schedule policy to update. The name field is used to identify the snapshot schedule policy to update. Format: projects/{project}/locations/global/snapshotSchedulePolicies/{policy}

.google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SnapshotSchedulePolicy

The snapshotSchedulePolicy.

getSnapshotSchedulePolicyOrBuilder()

public abstract SnapshotSchedulePolicyOrBuilder getSnapshotSchedulePolicyOrBuilder()

Required. The snapshot schedule policy to update. The name field is used to identify the snapshot schedule policy to update. Format: projects/{project}/locations/global/snapshotSchedulePolicies/{policy}

.google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SnapshotSchedulePolicyOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMaskOrBuilder

hasSnapshotSchedulePolicy()

public abstract boolean hasSnapshotSchedulePolicy()

Required. The snapshot schedule policy to update. The name field is used to identify the snapshot schedule policy to update. Format: projects/{project}/locations/global/snapshotSchedulePolicies/{policy}

.google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the snapshotSchedulePolicy field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the updateMask field is set.