Interface InstantSnapshotsScopedListOrBuilder (1.50.0)

public interface InstantSnapshotsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstantSnapshots(int index)

public abstract InstantSnapshot getInstantSnapshots(int index)

[Output Only] A list of instantSnapshots contained in this scope.

repeated .google.cloud.compute.v1.InstantSnapshot instant_snapshots = 329637457;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstantSnapshot

getInstantSnapshotsCount()

public abstract int getInstantSnapshotsCount()

[Output Only] A list of instantSnapshots contained in this scope.

repeated .google.cloud.compute.v1.InstantSnapshot instant_snapshots = 329637457;

Returns
TypeDescription
int

getInstantSnapshotsList()

public abstract List<InstantSnapshot> getInstantSnapshotsList()

[Output Only] A list of instantSnapshots contained in this scope.

repeated .google.cloud.compute.v1.InstantSnapshot instant_snapshots = 329637457;

Returns
TypeDescription
List<InstantSnapshot>

getInstantSnapshotsOrBuilder(int index)

public abstract InstantSnapshotOrBuilder getInstantSnapshotsOrBuilder(int index)

[Output Only] A list of instantSnapshots contained in this scope.

repeated .google.cloud.compute.v1.InstantSnapshot instant_snapshots = 329637457;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstantSnapshotOrBuilder

getInstantSnapshotsOrBuilderList()

public abstract List<? extends InstantSnapshotOrBuilder> getInstantSnapshotsOrBuilderList()

[Output Only] A list of instantSnapshots contained in this scope.

repeated .google.cloud.compute.v1.InstantSnapshot instant_snapshots = 329637457;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.InstantSnapshotOrBuilder>

getWarning()

public abstract Warning getWarning()

[Output Only] Informational warning which replaces the list of instantSnapshots when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning

The warning.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

[Output Only] Informational warning which replaces the list of instantSnapshots when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

[Output Only] Informational warning which replaces the list of instantSnapshots when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.