Interface InstantSnapshotGroupParametersOrBuilder (1.105.0)

public interface InstantSnapshotGroupParametersOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSourceInstantSnapshotGroup()

public abstract String getSourceInstantSnapshotGroup()

The source instant snapshot group used to create disks. You can provide this as a partial or full URL to the resource. For example, the following are valid values:

optional string source_instant_snapshot_group = 525991686;

Returns
Type Description
String

The sourceInstantSnapshotGroup.

getSourceInstantSnapshotGroupBytes()

public abstract ByteString getSourceInstantSnapshotGroupBytes()

The source instant snapshot group used to create disks. You can provide this as a partial or full URL to the resource. For example, the following are valid values:

optional string source_instant_snapshot_group = 525991686;

Returns
Type Description
ByteString

The bytes for sourceInstantSnapshotGroup.

hasSourceInstantSnapshotGroup()

public abstract boolean hasSourceInstantSnapshotGroup()

The source instant snapshot group used to create disks. You can provide this as a partial or full URL to the resource. For example, the following are valid values:

optional string source_instant_snapshot_group = 525991686;

Returns
Type Description
boolean

Whether the sourceInstantSnapshotGroup field is set.