public static final class StoragePoolsScopedList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder> implements StoragePoolsScopedListOrBuilder
Protobuf type
google.cloud.compute.v1.StoragePoolsScopedList| Modifier and Type | Method and Description |
|---|---|
StoragePoolsScopedList.Builder |
addAllStoragePools(Iterable<? extends StoragePool> values)
[Output Only] A list of storage pool contained in this scope.
|
StoragePoolsScopedList.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StoragePoolsScopedList.Builder |
addStoragePools(int index,
StoragePool.Builder builderForValue)
[Output Only] A list of storage pool contained in this scope.
|
StoragePoolsScopedList.Builder |
addStoragePools(int index,
StoragePool value)
[Output Only] A list of storage pool contained in this scope.
|
StoragePoolsScopedList.Builder |
addStoragePools(StoragePool.Builder builderForValue)
[Output Only] A list of storage pool contained in this scope.
|
StoragePoolsScopedList.Builder |
addStoragePools(StoragePool value)
[Output Only] A list of storage pool contained in this scope.
|
StoragePool.Builder |
addStoragePoolsBuilder()
[Output Only] A list of storage pool contained in this scope.
|
StoragePool.Builder |
addStoragePoolsBuilder(int index)
[Output Only] A list of storage pool contained in this scope.
|
StoragePoolsScopedList |
build() |
StoragePoolsScopedList |
buildPartial() |
StoragePoolsScopedList.Builder |
clear() |
StoragePoolsScopedList.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StoragePoolsScopedList.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StoragePoolsScopedList.Builder |
clearStoragePools()
[Output Only] A list of storage pool contained in this scope.
|
StoragePoolsScopedList.Builder |
clearWarning()
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
|
StoragePoolsScopedList.Builder |
clone() |
StoragePoolsScopedList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
StoragePool |
getStoragePools(int index)
[Output Only] A list of storage pool contained in this scope.
|
StoragePool.Builder |
getStoragePoolsBuilder(int index)
[Output Only] A list of storage pool contained in this scope.
|
List<StoragePool.Builder> |
getStoragePoolsBuilderList()
[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.
|
Warning.Builder |
getWarningBuilder()
[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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
StoragePoolsScopedList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StoragePoolsScopedList.Builder |
mergeFrom(com.google.protobuf.Message other) |
StoragePoolsScopedList.Builder |
mergeFrom(StoragePoolsScopedList other) |
StoragePoolsScopedList.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StoragePoolsScopedList.Builder |
mergeWarning(Warning value)
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
|
StoragePoolsScopedList.Builder |
removeStoragePools(int index)
[Output Only] A list of storage pool contained in this scope.
|
StoragePoolsScopedList.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StoragePoolsScopedList.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StoragePoolsScopedList.Builder |
setStoragePools(int index,
StoragePool.Builder builderForValue)
[Output Only] A list of storage pool contained in this scope.
|
StoragePoolsScopedList.Builder |
setStoragePools(int index,
StoragePool value)
[Output Only] A list of storage pool contained in this scope.
|
StoragePoolsScopedList.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StoragePoolsScopedList.Builder |
setWarning(Warning.Builder builderForValue)
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
|
StoragePoolsScopedList.Builder |
setWarning(Warning value)
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public StoragePoolsScopedList.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public StoragePoolsScopedList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StoragePoolsScopedList build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StoragePoolsScopedList buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StoragePoolsScopedList.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public StoragePoolsScopedList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public StoragePoolsScopedList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public StoragePoolsScopedList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public StoragePoolsScopedList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public StoragePoolsScopedList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public StoragePoolsScopedList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StoragePoolsScopedList.Builder>public StoragePoolsScopedList.Builder mergeFrom(StoragePoolsScopedList other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public StoragePoolsScopedList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StoragePoolsScopedList.Builder>IOExceptionpublic List<StoragePool> getStoragePoolsList()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;getStoragePoolsList in interface StoragePoolsScopedListOrBuilderpublic int getStoragePoolsCount()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;getStoragePoolsCount in interface StoragePoolsScopedListOrBuilderpublic StoragePool getStoragePools(int index)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;getStoragePools in interface StoragePoolsScopedListOrBuilderpublic StoragePoolsScopedList.Builder setStoragePools(int index, StoragePool value)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePoolsScopedList.Builder setStoragePools(int index, StoragePool.Builder builderForValue)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePoolsScopedList.Builder addStoragePools(StoragePool value)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePoolsScopedList.Builder addStoragePools(int index, StoragePool value)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePoolsScopedList.Builder addStoragePools(StoragePool.Builder builderForValue)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePoolsScopedList.Builder addStoragePools(int index, StoragePool.Builder builderForValue)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePoolsScopedList.Builder addAllStoragePools(Iterable<? extends StoragePool> values)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePoolsScopedList.Builder clearStoragePools()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePoolsScopedList.Builder removeStoragePools(int index)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePool.Builder getStoragePoolsBuilder(int index)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePoolOrBuilder getStoragePoolsOrBuilder(int index)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;getStoragePoolsOrBuilder in interface StoragePoolsScopedListOrBuilderpublic List<? extends StoragePoolOrBuilder> getStoragePoolsOrBuilderList()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;getStoragePoolsOrBuilderList in interface StoragePoolsScopedListOrBuilderpublic StoragePool.Builder addStoragePoolsBuilder()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public StoragePool.Builder addStoragePoolsBuilder(int index)
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public List<StoragePool.Builder> getStoragePoolsBuilderList()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;public 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;hasWarning in interface StoragePoolsScopedListOrBuilderpublic 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;getWarning in interface StoragePoolsScopedListOrBuilderpublic StoragePoolsScopedList.Builder setWarning(Warning value)
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;public StoragePoolsScopedList.Builder setWarning(Warning.Builder builderForValue)
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;public StoragePoolsScopedList.Builder mergeWarning(Warning value)
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;public StoragePoolsScopedList.Builder clearWarning()
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;public Warning.Builder getWarningBuilder()
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;public 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;getWarningOrBuilder in interface StoragePoolsScopedListOrBuilderpublic final StoragePoolsScopedList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>public final StoragePoolsScopedList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StoragePoolsScopedList.Builder>Copyright © 2025 Google LLC. All rights reserved.