Interface FetchStaticIpsRequestOrBuilder (1.40.0)

public interface FetchStaticIpsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getPageSize()

public abstract int getPageSize()

Maximum number of Ips to return, will likely not be specified.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

A page token, received from a previous ListStaticIps call. will likely not be specified.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

A page token, received from a previous ListStaticIps call. will likely not be specified.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.