Interface ListGatewaysRequestOrBuilder (2.18.0)

publicinterface ListGatewaysRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilter()

publicabstractStringgetFilter()

Filter.

string filter = 4;

Returns
Type Description
String

The filter.

getFilterBytes()

publicabstractByteStringgetFilterBytes()

Filter.

string filter = 4;

Returns
Type Description
ByteString

The bytes for filter.

getOrderBy()

publicabstractStringgetOrderBy()

Order by parameters.

string order_by = 5;

Returns
Type Description
String

The orderBy.

getOrderByBytes()

publicabstractByteStringgetOrderByBytes()

Order by parameters.

string order_by = 5;

Returns
Type Description
ByteString

The bytes for orderBy.

getPageSize()

publicabstractintgetPageSize()

Page size.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

publicabstractStringgetPageToken()

Page token.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

publicabstractByteStringgetPageTokenBytes()

Page token.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

publicabstractStringgetParent()

Required. Parent resource of the Gateway, of the form: projects/*/locations/*

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

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Required. Parent resource of the Gateway, of the form: projects/*/locations/*

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

Returns
Type Description
ByteString

The bytes for parent.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.