public interface CreateSnapshotSchedulePolicyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The parent project and location containing the SnapshotSchedulePolicy.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent project and location containing the SnapshotSchedulePolicy.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getSnapshotSchedulePolicy()
public abstract SnapshotSchedulePolicy getSnapshotSchedulePolicy()Required. The SnapshotSchedulePolicy to create.
.google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policy = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SnapshotSchedulePolicy | The snapshotSchedulePolicy. |
getSnapshotSchedulePolicyId()
public abstract String getSnapshotSchedulePolicyId()Required. Snapshot policy ID
string snapshot_schedule_policy_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The snapshotSchedulePolicyId. |
getSnapshotSchedulePolicyIdBytes()
public abstract ByteString getSnapshotSchedulePolicyIdBytes()Required. Snapshot policy ID
string snapshot_schedule_policy_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for snapshotSchedulePolicyId. |
getSnapshotSchedulePolicyOrBuilder()
public abstract SnapshotSchedulePolicyOrBuilder getSnapshotSchedulePolicyOrBuilder()Required. The SnapshotSchedulePolicy to create.
.google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policy = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SnapshotSchedulePolicyOrBuilder |
hasSnapshotSchedulePolicy()
public abstract boolean hasSnapshotSchedulePolicy()Required. The SnapshotSchedulePolicy to create.
.google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy snapshot_schedule_policy = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the snapshotSchedulePolicy field is set. |