public static final class SubnetworksScopedList.Builder extends GeneratedMessageV3.Builder<SubnetworksScopedList.Builder> implements SubnetworksScopedListOrBuilder
Protobuf type google.cloud.compute.v1.SubnetworksScopedList
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
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>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SubnetworksScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
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
clearField(Descriptors.FieldDescriptor field)
public SubnetworksScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SubnetworksScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
clone()
public SubnetworksScopedList.Builder clone()
Overrides
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()