public interface StoragePoolsScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStoragePools(int index)
public abstract StoragePool getStoragePools(int index)[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StoragePool |
|
getStoragePoolsCount()
public abstract int getStoragePoolsCount()[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;
| Returns | |
|---|---|
| Type | Description |
int |
|
getStoragePoolsList()
public abstract List<StoragePool> getStoragePoolsList()[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;
| Returns | |
|---|---|
| Type | Description |
List<StoragePool> |
|
getStoragePoolsOrBuilder(int index)
public abstract StoragePoolOrBuilder getStoragePoolsOrBuilder(int index)[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StoragePoolOrBuilder |
|
getStoragePoolsOrBuilderList()
public abstract List<? extends StoragePoolOrBuilder> getStoragePoolsOrBuilderList()[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.StoragePoolOrBuilder> |
|
getWarning()
public abstract Warning getWarning()[Output Only] Informational warning which replaces the list of storage pool 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 storage pool 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 storage pool when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |