Interface ListUsableSubnetworksResponseOrBuilder (2.5.0)

public interface ListUsableSubnetworksResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

This token allows you to get the next page of results for list requests. If the number of results is larger than page_size, use the next_page_token as a value for the query parameter page_token in the next request. The value will become empty when there are no more pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

This token allows you to get the next page of results for list requests. If the number of results is larger than page_size, use the next_page_token as a value for the query parameter page_token in the next request. The value will become empty when there are no more pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getSubnetworks(int index)

public abstract UsableSubnetwork getSubnetworks(int index)

A list of usable subnetworks in the specified network project.

repeated .google.container.v1beta1.UsableSubnetwork subnetworks = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
UsableSubnetwork

getSubnetworksCount()

public abstract int getSubnetworksCount()

A list of usable subnetworks in the specified network project.

repeated .google.container.v1beta1.UsableSubnetwork subnetworks = 1;

Returns
TypeDescription
int

getSubnetworksList()

public abstract List<UsableSubnetwork> getSubnetworksList()

A list of usable subnetworks in the specified network project.

repeated .google.container.v1beta1.UsableSubnetwork subnetworks = 1;

Returns
TypeDescription
List<UsableSubnetwork>

getSubnetworksOrBuilder(int index)

public abstract UsableSubnetworkOrBuilder getSubnetworksOrBuilder(int index)

A list of usable subnetworks in the specified network project.

repeated .google.container.v1beta1.UsableSubnetwork subnetworks = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
UsableSubnetworkOrBuilder

getSubnetworksOrBuilderList()

public abstract List<? extends UsableSubnetworkOrBuilder> getSubnetworksOrBuilderList()

A list of usable subnetworks in the specified network project.

repeated .google.container.v1beta1.UsableSubnetwork subnetworks = 1;

Returns
TypeDescription
List<? extends com.google.container.v1beta1.UsableSubnetworkOrBuilder>