Class InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping (1.91.0)
Version 1.91.0keyboard_arrow_down
public final class InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping extends GeneratedMessageV3 implements InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMappingOrBuilder
The inner VLAN-to-Appliance mapping.
Protobuf type
google.cloud.compute.v1.InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
INNER_APPLIANCE_IP_ADDRESS_FIELD_NUMBER
public static final int INNER_APPLIANCE_IP_ADDRESS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int INNER_VLAN_TAGS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping . Builder newBuilder ()
newBuilder(InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping prototype)
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping . Builder newBuilder ( InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping prototype )
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseDelimitedFrom ( InputStream input )
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseFrom ( CodedInputStream input )
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseFrom ( InputStream input )
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping getDefaultInstanceForType ()
getInnerApplianceIpAddress()
public String getInnerApplianceIpAddress ()
Required in this object. A single IPv4 or IPv6 address used as the
destination IP address for ingress packets that match on both VLAN
tags.
optional string inner_appliance_ip_address = 350619895;
Returns
Type
Description
String
The innerApplianceIpAddress.
getInnerApplianceIpAddressBytes()
public ByteString getInnerApplianceIpAddressBytes ()
Required in this object. A single IPv4 or IPv6 address used as the
destination IP address for ingress packets that match on both VLAN
tags.
optional string inner_appliance_ip_address = 350619895;
Returns
Type
Description
ByteString
The bytes for innerApplianceIpAddress.
public String getInnerVlanTags ( int index )
Required in this object. Used to match the inner VLAN tag on the
packet. Each entry can be a single number or a range of numbers in
the range of 1 to 4094, e.g., ["1", "4001-4094"] is valid. Non-empty
and Non-overlapping VLAN tag ranges are enforced, and violating
operations will be rejected.
The inner VLAN tags must have an ethertype value of 0x8100.
repeated string inner_vlan_tags = 431186636;
Parameter
Name
Description
index
int The index of the element to return.
Returns
Type
Description
String
The innerVlanTags at the given index.
public ByteString getInnerVlanTagsBytes ( int index )
Required in this object. Used to match the inner VLAN tag on the
packet. Each entry can be a single number or a range of numbers in
the range of 1 to 4094, e.g., ["1", "4001-4094"] is valid. Non-empty
and Non-overlapping VLAN tag ranges are enforced, and violating
operations will be rejected.
The inner VLAN tags must have an ethertype value of 0x8100.
repeated string inner_vlan_tags = 431186636;
Parameter
Name
Description
index
int The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the innerVlanTags at the given index.
public int getInnerVlanTagsCount ()
Required in this object. Used to match the inner VLAN tag on the
packet. Each entry can be a single number or a range of numbers in
the range of 1 to 4094, e.g., ["1", "4001-4094"] is valid. Non-empty
and Non-overlapping VLAN tag ranges are enforced, and violating
operations will be rejected.
The inner VLAN tags must have an ethertype value of 0x8100.
repeated string inner_vlan_tags = 431186636;
Returns
Type
Description
int
The count of innerVlanTags.
public ProtocolStringList getInnerVlanTagsList ()
Required in this object. Used to match the inner VLAN tag on the
packet. Each entry can be a single number or a range of numbers in
the range of 1 to 4094, e.g., ["1", "4001-4094"] is valid. Non-empty
and Non-overlapping VLAN tag ranges are enforced, and violating
operations will be rejected.
The inner VLAN tags must have an ethertype value of 0x8100.
repeated string inner_vlan_tags = 431186636;
getParserForType()
public Parser<InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasInnerApplianceIpAddress()
public boolean hasInnerApplianceIpAddress ()
Required in this object. A single IPv4 or IPv6 address used as the
destination IP address for ingress packets that match on both VLAN
tags.
optional string inner_appliance_ip_address = 350619895;
Returns
Type
Description
boolean
Whether the innerApplianceIpAddress field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-24 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-24 UTC."],[],[]]