public static final class StoragePoolsScopedList.Builder extends GeneratedMessage.Builder<StoragePoolsScopedList.Builder> implements StoragePoolsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.StoragePoolsScopedList
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllStoragePools(Iterable<? extends StoragePool> values)
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;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.StoragePool>
|
addStoragePools(StoragePool value)
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;
addStoragePools(StoragePool.Builder builderForValue)
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;
addStoragePools(int index, StoragePool value)
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;
addStoragePools(int index, StoragePool.Builder builderForValue)
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;
addStoragePoolsBuilder()
public StoragePool.Builder addStoragePoolsBuilder()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;
addStoragePoolsBuilder(int index)
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;
| Parameter |
| Name |
Description |
index |
int
|
build()
public StoragePoolsScopedList build()
buildPartial()
public StoragePoolsScopedList buildPartial()
clear()
public StoragePoolsScopedList.Builder clear()
Overrides
clearStoragePools()
public StoragePoolsScopedList.Builder clearStoragePools()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;
clearWarning()
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;
getDefaultInstanceForType()
public StoragePoolsScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getStoragePools(int index)
public 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
|
getStoragePoolsBuilder(int index)
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;
| Parameter |
| Name |
Description |
index |
int
|
getStoragePoolsBuilderList()
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;
getStoragePoolsCount()
public 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 List<StoragePool> getStoragePoolsList()
[Output Only] A list of storage pool contained in this scope.
repeated .google.cloud.compute.v1.StoragePool storage_pools = 437258515;
getStoragePoolsOrBuilder(int index)
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;
| Parameter |
| Name |
Description |
index |
int
|
getStoragePoolsOrBuilderList()
public 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 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.
|
getWarningBuilder()
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;
getWarningOrBuilder()
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;
hasWarning()
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;
| Returns |
| Type |
Description |
boolean |
Whether the warning field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(StoragePoolsScopedList other)
public StoragePoolsScopedList.Builder mergeFrom(StoragePoolsScopedList other)
public StoragePoolsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public StoragePoolsScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
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;
| Parameter |
| Name |
Description |
value |
Warning
|
removeStoragePools(int index)
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;
| Parameter |
| Name |
Description |
index |
int
|
setStoragePools(int index, StoragePool value)
public 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;
setStoragePools(int index, StoragePool.Builder builderForValue)
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;
setWarning(Warning value)
public 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;
| Parameter |
| Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
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;