public interface DisksScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisks(int index)
public abstract Disk getDisks(int index)[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Disk |
|
getDisksCount()
public abstract int getDisksCount()[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDisksList()
public abstract List<Disk> getDisksList()[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;
| Returns | |
|---|---|
| Type | Description |
List<Disk> |
|
getDisksOrBuilder(int index)
public abstract DiskOrBuilder getDisksOrBuilder(int index)[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DiskOrBuilder |
|
getDisksOrBuilderList()
public abstract List<? extends DiskOrBuilder> getDisksOrBuilderList()[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.DiskOrBuilder> |
|
getWarning()
public abstract Warning getWarning()[Output Only] Informational warning which replaces the list of disks 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 disks 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 disks when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |