Interface RouterOrBuilder (0.11.0)

public interface RouterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Labels associated with this resource.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
boolean

getBgp()

public abstract Router.Bgp getBgp()

BGP information specific to this router.

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

Returns
Type Description
Router.Bgp

The bgp.

getBgpOrBuilder()

public abstract Router.BgpOrBuilder getBgpOrBuilder()

BGP information specific to this router.

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

Returns
Type Description
Router.BgpOrBuilder

getBgpPeer(int index)

public abstract Router.BgpPeer getBgpPeer(int index)

BGP peers.

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

Parameter
Name Description
index int
Returns
Type Description
Router.BgpPeer

getBgpPeerCount()

public abstract int getBgpPeerCount()

BGP peers.

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

Returns
Type Description
int

getBgpPeerList()

public abstract List<Router.BgpPeer> getBgpPeerList()

BGP peers.

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

Returns
Type Description
List<BgpPeer>

getBgpPeerOrBuilder(int index)

public abstract Router.BgpPeerOrBuilder getBgpPeerOrBuilder(int index)

BGP peers.

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

Parameter
Name Description
index int
Returns
Type Description
Router.BgpPeerOrBuilder

getBgpPeerOrBuilderList()

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

BGP peers.

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

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

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The time when the router was created.

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

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time when the router was created.

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

Returns
Type Description
TimestampOrBuilder

getDescription()

public abstract String getDescription()

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

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

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

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

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

Returns
Type Description
ByteString

The bytes for description.

getInterface(int index)

public abstract Router.Interface getInterface(int index)

Router interfaces.

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

Parameter
Name Description
index int
Returns
Type Description
Router.Interface

getInterfaceCount()

public abstract int getInterfaceCount()

Router interfaces.

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

Returns
Type Description
int

getInterfaceList()

public abstract List<Router.Interface> getInterfaceList()

Router interfaces.

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

Returns
Type Description
List<Interface>

getInterfaceOrBuilder(int index)

public abstract Router.InterfaceOrBuilder getInterfaceOrBuilder(int index)

Router interfaces.

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

Parameter
Name Description
index int
Returns
Type Description
Router.InterfaceOrBuilder

getInterfaceOrBuilderList()

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

Router interfaces.

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

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

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Labels associated with this resource.

map<string, string> labels = 4;

Returns
Type Description
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Labels associated with this resource.

map<string, string> labels = 4;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

Labels associated with this resource.

map<string, string> labels = 4;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Labels associated with this resource.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
String

getName()

public abstract String getName()

Required. The canonical resource name of the router.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The canonical resource name of the router.

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

Returns
Type Description
ByteString

The bytes for name.

getNetwork()

public abstract 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
Type Description
String

The network.

getNetworkBytes()

public abstract 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
Type Description
ByteString

The bytes for network.

getRouteAdvertisements(int index)

public abstract 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
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The routeAdvertisements at the given index.

getRouteAdvertisementsBytes(int index)

public abstract 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
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the routeAdvertisements at the given index.

getRouteAdvertisementsCount()

public abstract 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
Type Description
int

The count of routeAdvertisements.

getRouteAdvertisementsList()

public abstract List<String> 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
Type Description
List<String>

A list containing the routeAdvertisements.

getState()

public abstract 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
Type Description
ResourceState

The state.

getStateValue()

public abstract 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
Type Description
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract 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
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract 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
Type Description
TimestampOrBuilder

hasBgp()

public abstract boolean hasBgp()

BGP information specific to this router.

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

Returns
Type Description
boolean

Whether the bgp field is set.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The time when the router was created.

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

Returns
Type Description
boolean

Whether the createTime field is set.

hasUpdateTime()

public abstract 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
Type Description
boolean

Whether the updateTime field is set.