Interface RoutersScopedListOrBuilder (1.52.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
Name Description
index int
Returns
Type Description
Router

getRoutersCount()

public abstract int getRoutersCount()

A list of routers contained in this scope.

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

Returns
Type Description
int

getRoutersList()

public abstract List<Router> getRoutersList()

A list of routers contained in this scope.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the warning field is set.