public interface StoragePoolTypesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStoragePoolTypes(int index)
public abstract StoragePoolType getStoragePoolTypes(int index)[Output Only] A list of storage pool types contained in this scope.
repeated .google.cloud.compute.v1.StoragePoolType storage_pool_types = 276043482;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StoragePoolType |
|
getStoragePoolTypesCount()
public abstract int getStoragePoolTypesCount()[Output Only] A list of storage pool types contained in this scope.
repeated .google.cloud.compute.v1.StoragePoolType storage_pool_types = 276043482;
| Returns | |
|---|---|
| Type | Description |
int |
|
getStoragePoolTypesList()
public abstract List<StoragePoolType> getStoragePoolTypesList()[Output Only] A list of storage pool types contained in this scope.
repeated .google.cloud.compute.v1.StoragePoolType storage_pool_types = 276043482;
| Returns | |
|---|---|
| Type | Description |
List<StoragePoolType> |
|
getStoragePoolTypesOrBuilder(int index)
public abstract StoragePoolTypeOrBuilder getStoragePoolTypesOrBuilder(int index)[Output Only] A list of storage pool types contained in this scope.
repeated .google.cloud.compute.v1.StoragePoolType storage_pool_types = 276043482;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StoragePoolTypeOrBuilder |
|
getStoragePoolTypesOrBuilderList()
public abstract List<? extends StoragePoolTypeOrBuilder> getStoragePoolTypesOrBuilderList()[Output Only] A list of storage pool types contained in this scope.
repeated .google.cloud.compute.v1.StoragePoolType storage_pool_types = 276043482;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.StoragePoolTypeOrBuilder> |
|
getWarning()
public abstract Warning getWarning()[Output Only] Informational warning which replaces the list of storage pool types 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 types 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 types when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |