Class Router (0.1.0)

public final class Router extends GeneratedMessageV3 implements RouterOrBuilder

Message describing Router object

Protobuf type google.cloud.edgenetwork.v1.Router

Implements

RouterOrBuilder

Static Fields

BGP_FIELD_NUMBER

public static final int BGP_FIELD_NUMBER
Field Value
TypeDescription
int

BGP_PEER_FIELD_NUMBER

public static final int BGP_PEER_FIELD_NUMBER
Field Value
TypeDescription
int

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

INTERFACE_FIELD_NUMBER

public static final int INTERFACE_FIELD_NUMBER
Field Value
TypeDescription
int

LABELS_FIELD_NUMBER

public static final int LABELS_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

NETWORK_FIELD_NUMBER

public static final int NETWORK_FIELD_NUMBER
Field Value
TypeDescription
int

ROUTE_ADVERTISEMENTS_FIELD_NUMBER

public static final int ROUTE_ADVERTISEMENTS_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Router getDefaultInstance()
Returns
TypeDescription
Router

getDescriptor()

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

newBuilder()

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

newBuilder(Router prototype)

public static Router.Builder newBuilder(Router prototype)
Parameter
NameDescription
prototypeRouter
Returns
TypeDescription
Router.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

containsLabels(String key)

public boolean containsLabels(String key)

Labels associated with this resource.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

equals(Object obj)

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

getBgp()

public Router.Bgp getBgp()

BGP information specific to this router.

.google.cloud.edgenetwork.v1.Router.Bgp bgp = 9;

Returns
TypeDescription
Router.Bgp

The bgp.

getBgpOrBuilder()

public Router.BgpOrBuilder getBgpOrBuilder()

BGP information specific to this router.

.google.cloud.edgenetwork.v1.Router.Bgp bgp = 9;

Returns
TypeDescription
Router.BgpOrBuilder

getBgpPeer(int index)

public Router.BgpPeer getBgpPeer(int index)

BGP peers.

repeated .google.cloud.edgenetwork.v1.Router.BgpPeer bgp_peer = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
Router.BgpPeer

getBgpPeerCount()

public int getBgpPeerCount()

BGP peers.

repeated .google.cloud.edgenetwork.v1.Router.BgpPeer bgp_peer = 8;

Returns
TypeDescription
int

getBgpPeerList()

public List<Router.BgpPeer> getBgpPeerList()

BGP peers.

repeated .google.cloud.edgenetwork.v1.Router.BgpPeer bgp_peer = 8;

Returns
TypeDescription
List<BgpPeer>

getBgpPeerOrBuilder(int index)

public Router.BgpPeerOrBuilder getBgpPeerOrBuilder(int index)

BGP peers.

repeated .google.cloud.edgenetwork.v1.Router.BgpPeer bgp_peer = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
Router.BgpPeerOrBuilder

getBgpPeerOrBuilderList()

public List<? extends Router.BgpPeerOrBuilder> getBgpPeerOrBuilderList()

BGP peers.

repeated .google.cloud.edgenetwork.v1.Router.BgpPeer bgp_peer = 8;

Returns
TypeDescription
List<? extends com.google.cloud.edgenetwork.v1.Router.BgpPeerOrBuilder>

getCreateTime()

public Timestamp getCreateTime()

Output only. The time when the router was created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time when the router was created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public Router getDefaultInstanceForType()
Returns
TypeDescription
Router

getDescription()

public String getDescription()

Optional. A free-text description of the resource. Max length 1024 characters.

string description = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Optional. A free-text description of the resource. Max length 1024 characters.

string description = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for description.

getInterface(int index)

public Router.Interface getInterface(int index)

Router interfaces.

repeated .google.cloud.edgenetwork.v1.Router.Interface interface = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
Router.Interface

getInterfaceCount()

public int getInterfaceCount()

Router interfaces.

repeated .google.cloud.edgenetwork.v1.Router.Interface interface = 7;

Returns
TypeDescription
int

getInterfaceList()

public List<Router.Interface> getInterfaceList()

Router interfaces.

repeated .google.cloud.edgenetwork.v1.Router.Interface interface = 7;

Returns
TypeDescription
List<Interface>

getInterfaceOrBuilder(int index)

public Router.InterfaceOrBuilder getInterfaceOrBuilder(int index)

Router interfaces.

repeated .google.cloud.edgenetwork.v1.Router.Interface interface = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
Router.InterfaceOrBuilder

getInterfaceOrBuilderList()

public List<? extends Router.InterfaceOrBuilder> getInterfaceOrBuilderList()

Router interfaces.

repeated .google.cloud.edgenetwork.v1.Router.Interface interface = 7;

Returns
TypeDescription
List<? extends com.google.cloud.edgenetwork.v1.Router.InterfaceOrBuilder>

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Labels associated with this resource.

map<string, string> labels = 4;

Returns
TypeDescription
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Labels associated with this resource.

map<string, string> labels = 4;

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Labels associated with this resource.

map<string, string> labels = 4;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Labels associated with this resource.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getName()

public String getName()

Required. The canonical resource name of the router.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The canonical resource name of the router.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for name.

getNetwork()

public String getNetwork()

Required. The canonical name of the network to which this router belongs. The name is in the form of projects/{project}/locations/{location}/zones/{zone}/networks/{network}.

string network = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The network.

getNetworkBytes()

public ByteString getNetworkBytes()

Required. The canonical name of the network to which this router belongs. The name is in the form of projects/{project}/locations/{location}/zones/{zone}/networks/{network}.

string network = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for network.

getParserForType()

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

getRouteAdvertisements(int index)

public String getRouteAdvertisements(int index)

Optional. A list of CIDRs in IP/Length format to advertise northbound as static routes from this router.

repeated string route_advertisements = 11 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The routeAdvertisements at the given index.

getRouteAdvertisementsBytes(int index)

public ByteString getRouteAdvertisementsBytes(int index)

Optional. A list of CIDRs in IP/Length format to advertise northbound as static routes from this router.

repeated string route_advertisements = 11 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the routeAdvertisements at the given index.

getRouteAdvertisementsCount()

public int getRouteAdvertisementsCount()

Optional. A list of CIDRs in IP/Length format to advertise northbound as static routes from this router.

repeated string route_advertisements = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of routeAdvertisements.

getRouteAdvertisementsList()

public ProtocolStringList getRouteAdvertisementsList()

Optional. A list of CIDRs in IP/Length format to advertise northbound as static routes from this router.

repeated string route_advertisements = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ProtocolStringList

A list containing the routeAdvertisements.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getState()

public ResourceState getState()

Output only. Current stage of the resource to the device by config push.

.google.cloud.edgenetwork.v1.ResourceState state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ResourceState

The state.

getStateValue()

public int getStateValue()

Output only. Current stage of the resource to the device by config push.

.google.cloud.edgenetwork.v1.ResourceState state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The time when the router was last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time when the router was last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasBgp()

public boolean hasBgp()

BGP information specific to this router.

.google.cloud.edgenetwork.v1.Router.Bgp bgp = 9;

Returns
TypeDescription
boolean

Whether the bgp field is set.

hasCreateTime()

public boolean hasCreateTime()

Output only. The time when the router was created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The time when the router was last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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