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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |