public interface StoragePoolsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StoragePool |
getStoragePools(int index)
[Output Only] A list of storage pool contained in this scope.
|
int |
getStoragePoolsCount()
[Output Only] A list of storage pool contained in this scope.
|
List<StoragePool> |
getStoragePoolsList()
[Output Only] A list of storage pool contained in this scope.
|
StoragePoolOrBuilder |
getStoragePoolsOrBuilder(int index)
[Output Only] A list of storage pool contained in this scope.
|
List<? extends StoragePoolOrBuilder> |
getStoragePoolsOrBuilderList()
[Output Only] A list of storage pool contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
|
boolean |
hasWarning()
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<StoragePool> getStoragePoolsList()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;StoragePool getStoragePools(int index)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;int getStoragePoolsCount()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;List<? extends StoragePoolOrBuilder> getStoragePoolsOrBuilderList()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;StoragePoolOrBuilder getStoragePoolsOrBuilder(int index)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;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;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;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;Copyright © 2025 Google LLC. All rights reserved.