Interface ListGatewaysResponseOrBuilder (2.28.0)

publicinterface ListGatewaysResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getGateways(int index)

publicabstractGatewaygetGateways(intindex)

Gateways.

repeated .google.cloud.apigateway.v1.Gateway gateways = 1;

Parameter
Name Description
index int
Returns
Type Description
Gateway

getGatewaysCount()

publicabstractintgetGatewaysCount()

Gateways.

repeated .google.cloud.apigateway.v1.Gateway gateways = 1;

Returns
Type Description
int

getGatewaysList()

publicabstractList<Gateway>getGatewaysList()

Gateways.

repeated .google.cloud.apigateway.v1.Gateway gateways = 1;

Returns
Type Description
List<Gateway>

getGatewaysOrBuilder(int index)

publicabstractGatewayOrBuildergetGatewaysOrBuilder(intindex)

Gateways.

repeated .google.cloud.apigateway.v1.Gateway gateways = 1;

Parameter
Name Description
index int
Returns
Type Description
GatewayOrBuilder

getGatewaysOrBuilderList()

publicabstractList<?extendsGatewayOrBuilder>getGatewaysOrBuilderList()

Gateways.

repeated .google.cloud.apigateway.v1.Gateway gateways = 1;

Returns
Type Description
List<? extends com.google.cloud.apigateway.v1.GatewayOrBuilder>

getNextPageToken()

publicabstractStringgetNextPageToken()

Next page token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

Next page token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachableLocations(int index)

publicabstractStringgetUnreachableLocations(intindex)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachableLocations at the given index.

getUnreachableLocationsBytes(int index)

publicabstractByteStringgetUnreachableLocationsBytes(intindex)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachableLocations at the given index.

getUnreachableLocationsCount()

publicabstractintgetUnreachableLocationsCount()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
Type Description
int

The count of unreachableLocations.

getUnreachableLocationsList()

publicabstractList<String>getUnreachableLocationsList()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
Type Description
List<String>

A list containing the unreachableLocations.

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.