public static final class SubnetworksScopedList.Builder extends GeneratedMessage.Builder<SubnetworksScopedList.Builder> implements SubnetworksScopedListOrBuilder
Protobuf type google.cloud.compute.v1.SubnetworksScopedList
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
addAllSubnetworks(Iterable<? extends Subnetwork> values)
public SubnetworksScopedList.Builder addAllSubnetworks(Iterable<? extends Subnetwork> values)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.Subnetwork>
|
addSubnetworks(Subnetwork value)
public SubnetworksScopedList.Builder addSubnetworks(Subnetwork value)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
addSubnetworks(Subnetwork.Builder builderForValue)
public SubnetworksScopedList.Builder addSubnetworks(Subnetwork.Builder builderForValue)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
addSubnetworks(int index, Subnetwork value)
public SubnetworksScopedList.Builder addSubnetworks(int index, Subnetwork value)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
addSubnetworks(int index, Subnetwork.Builder builderForValue)
public SubnetworksScopedList.Builder addSubnetworks(int index, Subnetwork.Builder builderForValue)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
addSubnetworksBuilder()
public Subnetwork.Builder addSubnetworksBuilder()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
addSubnetworksBuilder(int index)
public Subnetwork.Builder addSubnetworksBuilder(int index)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Parameter |
| Name |
Description |
index |
int
|
build()
public SubnetworksScopedList build()
buildPartial()
public SubnetworksScopedList buildPartial()
clear()
public SubnetworksScopedList.Builder clear()
Overrides
clearSubnetworks()
public SubnetworksScopedList.Builder clearSubnetworks()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
clearWarning()
public SubnetworksScopedList.Builder clearWarning()
An informational warning that appears when the list of addresses
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getDefaultInstanceForType()
public SubnetworksScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSubnetworks(int index)
public Subnetwork getSubnetworks(int index)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Parameter |
| Name |
Description |
index |
int
|
getSubnetworksBuilder(int index)
public Subnetwork.Builder getSubnetworksBuilder(int index)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Parameter |
| Name |
Description |
index |
int
|
getSubnetworksBuilderList()
public List<Subnetwork.Builder> getSubnetworksBuilderList()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
getSubnetworksCount()
public int getSubnetworksCount()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Returns |
| Type |
Description |
int |
|
getSubnetworksList()
public List<Subnetwork> getSubnetworksList()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
getSubnetworksOrBuilder(int index)
public SubnetworkOrBuilder getSubnetworksOrBuilder(int index)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Parameter |
| Name |
Description |
index |
int
|
getSubnetworksOrBuilderList()
public List<? extends SubnetworkOrBuilder> getSubnetworksOrBuilderList()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.SubnetworkOrBuilder> |
|
getWarning()
public Warning getWarning()
An informational warning that appears when the list of addresses
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns |
| Type |
Description |
Warning |
The warning.
|
getWarningBuilder()
public Warning.Builder getWarningBuilder()
An informational warning that appears when the list of addresses
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
An informational warning that appears when the list of addresses
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
hasWarning()
public boolean hasWarning()
An informational warning that appears when the list of addresses
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(SubnetworksScopedList other)
public SubnetworksScopedList.Builder mergeFrom(SubnetworksScopedList other)
public SubnetworksScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SubnetworksScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public SubnetworksScopedList.Builder mergeWarning(Warning value)
An informational warning that appears when the list of addresses
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
removeSubnetworks(int index)
public SubnetworksScopedList.Builder removeSubnetworks(int index)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Parameter |
| Name |
Description |
index |
int
|
setSubnetworks(int index, Subnetwork value)
public SubnetworksScopedList.Builder setSubnetworks(int index, Subnetwork value)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
setSubnetworks(int index, Subnetwork.Builder builderForValue)
public SubnetworksScopedList.Builder setSubnetworks(int index, Subnetwork.Builder builderForValue)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
setWarning(Warning value)
public SubnetworksScopedList.Builder setWarning(Warning value)
An informational warning that appears when the list of addresses
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
public SubnetworksScopedList.Builder setWarning(Warning.Builder builderForValue)
An informational warning that appears when the list of addresses
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;