Class InterconnectAttachmentPrivateInfo (1.46.0)

public final class InterconnectAttachmentPrivateInfo extends GeneratedMessageV3 implements InterconnectAttachmentPrivateInfoOrBuilder

Information for an interconnect attachment when this belongs to an interconnect of type DEDICATED.

Protobuf type google.cloud.compute.v1.InterconnectAttachmentPrivateInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > InterconnectAttachmentPrivateInfo

Static Fields

TAG8021Q_FIELD_NUMBER

public static final int TAG8021Q_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static InterconnectAttachmentPrivateInfo getDefaultInstance()
Returns
TypeDescription
InterconnectAttachmentPrivateInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static InterconnectAttachmentPrivateInfo.Builder newBuilder()
Returns
TypeDescription
InterconnectAttachmentPrivateInfo.Builder

newBuilder(InterconnectAttachmentPrivateInfo prototype)

public static InterconnectAttachmentPrivateInfo.Builder newBuilder(InterconnectAttachmentPrivateInfo prototype)
Parameter
NameDescription
prototypeInterconnectAttachmentPrivateInfo
Returns
TypeDescription
InterconnectAttachmentPrivateInfo.Builder

parseDelimitedFrom(InputStream input)

public static InterconnectAttachmentPrivateInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentPrivateInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static InterconnectAttachmentPrivateInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentPrivateInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InterconnectAttachmentPrivateInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentPrivateInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InterconnectAttachmentPrivateInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentPrivateInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static InterconnectAttachmentPrivateInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentPrivateInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static InterconnectAttachmentPrivateInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentPrivateInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectAttachmentPrivateInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<InterconnectAttachmentPrivateInfo> parser()
Returns
TypeDescription
Parser<InterconnectAttachmentPrivateInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public InterconnectAttachmentPrivateInfo getDefaultInstanceForType()
Returns
TypeDescription
InterconnectAttachmentPrivateInfo

getParserForType()

public Parser<InterconnectAttachmentPrivateInfo> getParserForType()
Returns
TypeDescription
Parser<InterconnectAttachmentPrivateInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTag8021Q()

public int getTag8021Q()

[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.

optional uint32 tag8021q = 271820992;

Returns
TypeDescription
int

The tag8021q.

hasTag8021Q()

public boolean hasTag8021Q()

[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.

optional uint32 tag8021q = 271820992;

Returns
TypeDescription
boolean

Whether the tag8021q field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public InterconnectAttachmentPrivateInfo.Builder newBuilderForType()
Returns
TypeDescription
InterconnectAttachmentPrivateInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InterconnectAttachmentPrivateInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
InterconnectAttachmentPrivateInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public InterconnectAttachmentPrivateInfo.Builder toBuilder()
Returns
TypeDescription
InterconnectAttachmentPrivateInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException