Interface FetchStaticIpsResponseOrBuilder (1.40.0)

public interface FetchStaticIpsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getStaticIps(int index)

public abstract String getStaticIps(int index)

list of static ips by account

repeated string static_ips = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The staticIps at the given index.

getStaticIpsBytes(int index)

public abstract ByteString getStaticIpsBytes(int index)

list of static ips by account

repeated string static_ips = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the staticIps at the given index.

getStaticIpsCount()

public abstract int getStaticIpsCount()

list of static ips by account

repeated string static_ips = 1;

Returns
TypeDescription
int

The count of staticIps.

getStaticIpsList()

public abstract List<String> getStaticIpsList()

list of static ips by account

repeated string static_ips = 1;

Returns
TypeDescription
List<String>

A list containing the staticIps.