public interface InstantSnapshotsScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |