Class RouteAsPath (1.54.0)

public final class RouteAsPath extends GeneratedMessageV3 implements RouteAsPathOrBuilder

Protobuf type google.cloud.compute.v1.RouteAsPath

Static Fields

AS_LISTS_FIELD_NUMBER

public static final int AS_LISTS_FIELD_NUMBER
Field Value
Type Description
int

PATH_SEGMENT_TYPE_FIELD_NUMBER

public static final int PATH_SEGMENT_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RouteAsPath getDefaultInstance()
Returns
Type Description
RouteAsPath

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RouteAsPath.Builder newBuilder()
Returns
Type Description
RouteAsPath.Builder

newBuilder(RouteAsPath prototype)

public static RouteAsPath.Builder newBuilder(RouteAsPath prototype)
Parameter
Name Description
prototype RouteAsPath
Returns
Type Description
RouteAsPath.Builder

parseDelimitedFrom(InputStream input)

public static RouteAsPath parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RouteAsPath
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RouteAsPath parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RouteAsPath
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RouteAsPath parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RouteAsPath
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RouteAsPath parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RouteAsPath
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RouteAsPath parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RouteAsPath
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RouteAsPath parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RouteAsPath
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RouteAsPath parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RouteAsPath
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RouteAsPath parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RouteAsPath
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RouteAsPath parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RouteAsPath
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RouteAsPath parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RouteAsPath
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RouteAsPath parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RouteAsPath
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RouteAsPath parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RouteAsPath
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RouteAsPath> parser()
Returns
Type Description
Parser<RouteAsPath>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAsLists(int index)

public int getAsLists(int index)

[Output Only] The AS numbers of the AS Path.

repeated uint32 as_lists = 134112584;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The asLists at the given index.

getAsListsCount()

public int getAsListsCount()

[Output Only] The AS numbers of the AS Path.

repeated uint32 as_lists = 134112584;

Returns
Type Description
int

The count of asLists.

getAsListsList()

public List<Integer> getAsListsList()

[Output Only] The AS numbers of the AS Path.

repeated uint32 as_lists = 134112584;

Returns
Type Description
List<Integer>

A list containing the asLists.

getDefaultInstanceForType()

public RouteAsPath getDefaultInstanceForType()
Returns
Type Description
RouteAsPath

getParserForType()

public Parser<RouteAsPath> getParserForType()
Returns
Type Description
Parser<RouteAsPath>
Overrides

getPathSegmentType()

public String getPathSegmentType()

[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed Check the PathSegmentType enum for the list of possible values.

optional string path_segment_type = 513464992;

Returns
Type Description
String

The pathSegmentType.

getPathSegmentTypeBytes()

public ByteString getPathSegmentTypeBytes()

[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed Check the PathSegmentType enum for the list of possible values.

optional string path_segment_type = 513464992;

Returns
Type Description
ByteString

The bytes for pathSegmentType.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasPathSegmentType()

public boolean hasPathSegmentType()

[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed Check the PathSegmentType enum for the list of possible values.

optional string path_segment_type = 513464992;

Returns
Type Description
boolean

Whether the pathSegmentType field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RouteAsPath.Builder newBuilderForType()
Returns
Type Description
RouteAsPath.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RouteAsPath.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RouteAsPath.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RouteAsPath.Builder toBuilder()
Returns
Type Description
RouteAsPath.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException