public static final class VpnTunnelsScopedList.Builder extends GeneratedMessage.Builder<VpnTunnelsScopedList.Builder> implements VpnTunnelsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.VpnTunnelsScopedList
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
addAllVpnTunnels(Iterable<? extends VpnTunnel> values)
public VpnTunnelsScopedList.Builder addAllVpnTunnels(Iterable<? extends VpnTunnel> values)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.VpnTunnel>
|
addVpnTunnels(VpnTunnel value)
public VpnTunnelsScopedList.Builder addVpnTunnels(VpnTunnel value)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
addVpnTunnels(VpnTunnel.Builder builderForValue)
public VpnTunnelsScopedList.Builder addVpnTunnels(VpnTunnel.Builder builderForValue)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
addVpnTunnels(int index, VpnTunnel value)
public VpnTunnelsScopedList.Builder addVpnTunnels(int index, VpnTunnel value)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
addVpnTunnels(int index, VpnTunnel.Builder builderForValue)
public VpnTunnelsScopedList.Builder addVpnTunnels(int index, VpnTunnel.Builder builderForValue)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
addVpnTunnelsBuilder()
public VpnTunnel.Builder addVpnTunnelsBuilder()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
addVpnTunnelsBuilder(int index)
public VpnTunnel.Builder addVpnTunnelsBuilder(int index)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Parameter |
| Name |
Description |
index |
int
|
build()
public VpnTunnelsScopedList build()
buildPartial()
public VpnTunnelsScopedList buildPartial()
clear()
public VpnTunnelsScopedList.Builder clear()
Overrides
clearVpnTunnels()
public VpnTunnelsScopedList.Builder clearVpnTunnels()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
clearWarning()
public VpnTunnelsScopedList.Builder clearWarning()
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getDefaultInstanceForType()
public VpnTunnelsScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getVpnTunnels(int index)
public VpnTunnel getVpnTunnels(int index)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Parameter |
| Name |
Description |
index |
int
|
getVpnTunnelsBuilder(int index)
public VpnTunnel.Builder getVpnTunnelsBuilder(int index)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Parameter |
| Name |
Description |
index |
int
|
getVpnTunnelsBuilderList()
public List<VpnTunnel.Builder> getVpnTunnelsBuilderList()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
getVpnTunnelsCount()
public int getVpnTunnelsCount()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Returns |
| Type |
Description |
int |
|
getVpnTunnelsList()
public List<VpnTunnel> getVpnTunnelsList()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
getVpnTunnelsOrBuilder(int index)
public VpnTunnelOrBuilder getVpnTunnelsOrBuilder(int index)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Parameter |
| Name |
Description |
index |
int
|
getVpnTunnelsOrBuilderList()
public List<? extends VpnTunnelOrBuilder> getVpnTunnelsOrBuilderList()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.VpnTunnelOrBuilder> |
|
getWarning()
public Warning getWarning()
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()
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()
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()
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(VpnTunnelsScopedList other)
public VpnTunnelsScopedList.Builder mergeFrom(VpnTunnelsScopedList other)
public VpnTunnelsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public VpnTunnelsScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public VpnTunnelsScopedList.Builder mergeWarning(Warning value)
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
|
removeVpnTunnels(int index)
public VpnTunnelsScopedList.Builder removeVpnTunnels(int index)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Parameter |
| Name |
Description |
index |
int
|
setVpnTunnels(int index, VpnTunnel value)
public VpnTunnelsScopedList.Builder setVpnTunnels(int index, VpnTunnel value)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
setVpnTunnels(int index, VpnTunnel.Builder builderForValue)
public VpnTunnelsScopedList.Builder setVpnTunnels(int index, VpnTunnel.Builder builderForValue)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
setWarning(Warning value)
public VpnTunnelsScopedList.Builder setWarning(Warning value)
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 VpnTunnelsScopedList.Builder setWarning(Warning.Builder builderForValue)
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;