Interface BulkInsertDiskResourceOrBuilder (1.105.0)

public interface BulkInsertDiskResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstantSnapshotGroupParameters()

public abstract InstantSnapshotGroupParameters getInstantSnapshotGroupParameters()

The parameters for the instant snapshot group.

optional .google.cloud.compute.v1.InstantSnapshotGroupParameters instant_snapshot_group_parameters = 17051623;

Returns
Type Description
InstantSnapshotGroupParameters

The instantSnapshotGroupParameters.

getInstantSnapshotGroupParametersOrBuilder()

public abstract InstantSnapshotGroupParametersOrBuilder getInstantSnapshotGroupParametersOrBuilder()

The parameters for the instant snapshot group.

optional .google.cloud.compute.v1.InstantSnapshotGroupParameters instant_snapshot_group_parameters = 17051623;

Returns
Type Description
InstantSnapshotGroupParametersOrBuilder

getSnapshotGroupParameters()

public abstract SnapshotGroupParameters getSnapshotGroupParameters()

The parameters for the snapshot group. The usage of snapshot group feature is restricted.

optional .google.cloud.compute.v1.SnapshotGroupParameters snapshot_group_parameters = 42252485;

Returns
Type Description
SnapshotGroupParameters

The snapshotGroupParameters.

getSnapshotGroupParametersOrBuilder()

public abstract SnapshotGroupParametersOrBuilder getSnapshotGroupParametersOrBuilder()

The parameters for the snapshot group. The usage of snapshot group feature is restricted.

optional .google.cloud.compute.v1.SnapshotGroupParameters snapshot_group_parameters = 42252485;

Returns
Type Description
SnapshotGroupParametersOrBuilder

getSourceConsistencyGroupPolicy()

public abstract String getSourceConsistencyGroupPolicy()

The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:

- https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy

- projects/project/regions/region/resourcePolicies/resourcePolicy

- regions/region/resourcePolicies/resourcePolicy

optional string source_consistency_group_policy = 19616093;

Returns
Type Description
String

The sourceConsistencyGroupPolicy.

getSourceConsistencyGroupPolicyBytes()

public abstract ByteString getSourceConsistencyGroupPolicyBytes()

The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:

- https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy

- projects/project/regions/region/resourcePolicies/resourcePolicy

- regions/region/resourcePolicies/resourcePolicy

optional string source_consistency_group_policy = 19616093;

Returns
Type Description
ByteString

The bytes for sourceConsistencyGroupPolicy.

hasInstantSnapshotGroupParameters()

public abstract boolean hasInstantSnapshotGroupParameters()

The parameters for the instant snapshot group.

optional .google.cloud.compute.v1.InstantSnapshotGroupParameters instant_snapshot_group_parameters = 17051623;

Returns
Type Description
boolean

Whether the instantSnapshotGroupParameters field is set.

hasSnapshotGroupParameters()

public abstract boolean hasSnapshotGroupParameters()

The parameters for the snapshot group. The usage of snapshot group feature is restricted.

optional .google.cloud.compute.v1.SnapshotGroupParameters snapshot_group_parameters = 42252485;

Returns
Type Description
boolean

Whether the snapshotGroupParameters field is set.

hasSourceConsistencyGroupPolicy()

public abstract boolean hasSourceConsistencyGroupPolicy()

The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:

- https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy

- projects/project/regions/region/resourcePolicies/resourcePolicy

- regions/region/resourcePolicies/resourcePolicy

optional string source_consistency_group_policy = 19616093;

Returns
Type Description
boolean

Whether the sourceConsistencyGroupPolicy field is set.