Interface RoutersScopedListOrBuilder (1.47.0)

public interface RoutersScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRouters(int index)

public abstract Router getRouters(int index)

A list of routers contained in this scope.

repeated .google.cloud.compute.v1.Router routers = 311906890;

Parameter
NameDescription
indexint
Returns
TypeDescription
Router

getRoutersCount()

public abstract int getRoutersCount()

A list of routers contained in this scope.

repeated .google.cloud.compute.v1.Router routers = 311906890;

Returns
TypeDescription
int

getRoutersList()

public abstract List<Router> getRoutersList()

A list of routers contained in this scope.

repeated .google.cloud.compute.v1.Router routers = 311906890;

Returns
TypeDescription
List<Router>

getRoutersOrBuilder(int index)

public abstract RouterOrBuilder getRoutersOrBuilder(int index)

A list of routers contained in this scope.

repeated .google.cloud.compute.v1.Router routers = 311906890;

Parameter
NameDescription
indexint
Returns
TypeDescription
RouterOrBuilder

getRoutersOrBuilderList()

public abstract List<? extends RouterOrBuilder> getRoutersOrBuilderList()

A list of routers contained in this scope.

repeated .google.cloud.compute.v1.Router routers = 311906890;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.RouterOrBuilder>

getWarning()

public abstract Warning getWarning()

Informational warning which replaces the list of routers when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning

The warning.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

Informational warning which replaces the list of routers when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

Informational warning which replaces the list of routers when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.