public static final class VpnTunnelsScopedList.Builder extends GeneratedMessageV3.Builder<VpnTunnelsScopedList.Builder> implements VpnTunnelsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.VpnTunnelsScopedList
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
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>
|
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VpnTunnelsScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
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;
Parameter
Returns
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;
Parameter
Returns
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;
Parameters
Returns
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;
Parameters
Returns
addVpnTunnelsBuilder()
public VpnTunnel.Builder addVpnTunnelsBuilder()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
Returns
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
Returns
build()
public VpnTunnelsScopedList build()
Returns
buildPartial()
public VpnTunnelsScopedList buildPartial()
Returns
clear()
public VpnTunnelsScopedList.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public VpnTunnelsScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public VpnTunnelsScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearVpnTunnels()
public VpnTunnelsScopedList.Builder clearVpnTunnels()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
Returns
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;
Returns
clone()
public VpnTunnelsScopedList.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public VpnTunnelsScopedList getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
Returns
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
Returns
getVpnTunnelsBuilderList()
public List<VpnTunnel.Builder> getVpnTunnelsBuilderList()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
Returns
getVpnTunnelsCount()
public int getVpnTunnelsCount()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
Returns
getVpnTunnelsList()
public List<VpnTunnel> getVpnTunnelsList()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
Returns
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
Returns
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
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;
Returns
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;
Returns
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(VpnTunnelsScopedList other)
public VpnTunnelsScopedList.Builder mergeFrom(VpnTunnelsScopedList other)
Parameter
Returns
public VpnTunnelsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public VpnTunnelsScopedList.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VpnTunnelsScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Returns
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
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public VpnTunnelsScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VpnTunnelsScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final VpnTunnelsScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
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;
Parameters
Returns
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;
Parameters
Returns
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
Returns
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;
Parameter
Returns