public static final class VpnGatewaysScopedList.Builder extends GeneratedMessage.Builder<VpnGatewaysScopedList.Builder> implements VpnGatewaysScopedListOrBuilder
Protobuf type google.cloud.compute.v1.VpnGatewaysScopedList
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
addAllVpnGateways(Iterable<? extends VpnGateway> values)
public VpnGatewaysScopedList.Builder addAllVpnGateways(Iterable<? extends VpnGateway> values)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.VpnGateway>
|
addVpnGateways(VpnGateway value)
public VpnGatewaysScopedList.Builder addVpnGateways(VpnGateway value)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
addVpnGateways(VpnGateway.Builder builderForValue)
public VpnGatewaysScopedList.Builder addVpnGateways(VpnGateway.Builder builderForValue)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
addVpnGateways(int index, VpnGateway value)
public VpnGatewaysScopedList.Builder addVpnGateways(int index, VpnGateway value)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
addVpnGateways(int index, VpnGateway.Builder builderForValue)
public VpnGatewaysScopedList.Builder addVpnGateways(int index, VpnGateway.Builder builderForValue)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
addVpnGatewaysBuilder()
public VpnGateway.Builder addVpnGatewaysBuilder()
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
addVpnGatewaysBuilder(int index)
public VpnGateway.Builder addVpnGatewaysBuilder(int index)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Parameter |
| Name |
Description |
index |
int
|
build()
public VpnGatewaysScopedList build()
buildPartial()
public VpnGatewaysScopedList buildPartial()
clear()
public VpnGatewaysScopedList.Builder clear()
Overrides
clearVpnGateways()
public VpnGatewaysScopedList.Builder clearVpnGateways()
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
clearWarning()
public VpnGatewaysScopedList.Builder clearWarning()
[Output Only] Informational warning which replaces the list of addresses
when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getDefaultInstanceForType()
public VpnGatewaysScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getVpnGateways(int index)
public VpnGateway getVpnGateways(int index)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Parameter |
| Name |
Description |
index |
int
|
getVpnGatewaysBuilder(int index)
public VpnGateway.Builder getVpnGatewaysBuilder(int index)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Parameter |
| Name |
Description |
index |
int
|
getVpnGatewaysBuilderList()
public List<VpnGateway.Builder> getVpnGatewaysBuilderList()
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
getVpnGatewaysCount()
public int getVpnGatewaysCount()
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Returns |
| Type |
Description |
int |
|
getVpnGatewaysList()
public List<VpnGateway> getVpnGatewaysList()
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
getVpnGatewaysOrBuilder(int index)
public VpnGatewayOrBuilder getVpnGatewaysOrBuilder(int index)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Parameter |
| Name |
Description |
index |
int
|
getVpnGatewaysOrBuilderList()
public List<? extends VpnGatewayOrBuilder> getVpnGatewaysOrBuilderList()
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.VpnGatewayOrBuilder> |
|
getWarning()
public Warning getWarning()
[Output Only] Informational warning which replaces the list of addresses
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 addresses
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 addresses
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 addresses
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(VpnGatewaysScopedList other)
public VpnGatewaysScopedList.Builder mergeFrom(VpnGatewaysScopedList other)
public VpnGatewaysScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public VpnGatewaysScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public VpnGatewaysScopedList.Builder mergeWarning(Warning value)
[Output Only] Informational warning which replaces the list of addresses
when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
removeVpnGateways(int index)
public VpnGatewaysScopedList.Builder removeVpnGateways(int index)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Parameter |
| Name |
Description |
index |
int
|
setVpnGateways(int index, VpnGateway value)
public VpnGatewaysScopedList.Builder setVpnGateways(int index, VpnGateway value)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
setVpnGateways(int index, VpnGateway.Builder builderForValue)
public VpnGatewaysScopedList.Builder setVpnGateways(int index, VpnGateway.Builder builderForValue)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
setWarning(Warning value)
public VpnGatewaysScopedList.Builder setWarning(Warning value)
[Output Only] Informational warning which replaces the list of addresses
when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
public VpnGatewaysScopedList.Builder setWarning(Warning.Builder builderForValue)
[Output Only] Informational warning which replaces the list of addresses
when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;