public interface ListGatewaysResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Gateway |
getGateways(int index)
Gateways.
|
int |
getGatewaysCount()
Gateways.
|
List<Gateway> |
getGatewaysList()
Gateways.
|
GatewayOrBuilder |
getGatewaysOrBuilder(int index)
Gateways.
|
List<? extends GatewayOrBuilder> |
getGatewaysOrBuilderList()
Gateways.
|
String |
getNextPageToken()
Next page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Next page token.
|
String |
getUnreachableLocations(int index)
Locations that could not be reached.
|
com.google.protobuf.ByteString |
getUnreachableLocationsBytes(int index)
Locations that could not be reached.
|
int |
getUnreachableLocationsCount()
Locations that could not be reached.
|
List<String> |
getUnreachableLocationsList()
Locations that could not be reached.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Gateway> getGatewaysList()
Gateways.
repeated .google.cloud.apigateway.v1.Gateway gateways = 1;Gateway getGateways(int index)
Gateways.
repeated .google.cloud.apigateway.v1.Gateway gateways = 1;int getGatewaysCount()
Gateways.
repeated .google.cloud.apigateway.v1.Gateway gateways = 1;List<? extends GatewayOrBuilder> getGatewaysOrBuilderList()
Gateways.
repeated .google.cloud.apigateway.v1.Gateway gateways = 1;GatewayOrBuilder getGatewaysOrBuilder(int index)
Gateways.
repeated .google.cloud.apigateway.v1.Gateway gateways = 1;String getNextPageToken()
Next page token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Next page token.
string next_page_token = 2;List<String> getUnreachableLocationsList()
Locations that could not be reached.
repeated string unreachable_locations = 3;int getUnreachableLocationsCount()
Locations that could not be reached.
repeated string unreachable_locations = 3;String getUnreachableLocations(int index)
Locations that could not be reached.
repeated string unreachable_locations = 3;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableLocationsBytes(int index)
Locations that could not be reached.
repeated string unreachable_locations = 3;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.