public interface StoragePoolTypesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StoragePoolType |
getStoragePoolTypes(int index)
[Output Only] A list of storage pool types contained in this scope.
|
int |
getStoragePoolTypesCount()
[Output Only] A list of storage pool types contained in this scope.
|
List<StoragePoolType> |
getStoragePoolTypesList()
[Output Only] A list of storage pool types contained in this scope.
|
StoragePoolTypeOrBuilder |
getStoragePoolTypesOrBuilder(int index)
[Output Only] A list of storage pool types contained in this scope.
|
List<? extends StoragePoolTypeOrBuilder> |
getStoragePoolTypesOrBuilderList()
[Output Only] A list of storage pool types contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of storage pool types when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of storage pool types when the list is empty.
|
boolean |
hasWarning()
[Output Only] Informational warning which replaces the list of storage pool types when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<StoragePoolType> getStoragePoolTypesList()
[Output Only] A list of storage pool types contained in this scope.
repeated .google.cloud.compute.v1.StoragePoolType storage_pool_types = 276043482;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;int getStoragePoolTypesCount()
[Output Only] A list of storage pool types contained in this scope.
repeated .google.cloud.compute.v1.StoragePoolType storage_pool_types = 276043482;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;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;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;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;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;Copyright © 2025 Google LLC. All rights reserved.