Interface ListIngressRulesRequestOrBuilder (2.2.0)

public interface ListIngressRulesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatchingAddress()

public abstract String getMatchingAddress()

A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.

string matching_address = 4;

Returns
TypeDescription
String

The matchingAddress.

getMatchingAddressBytes()

public abstract ByteString getMatchingAddressBytes()

A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.

string matching_address = 4;

Returns
TypeDescription
ByteString

The bytes for matchingAddress.

getPageSize()

public abstract int getPageSize()

Maximum results to return per page.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public abstract String getParent()

Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules.

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules.

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.