public interface ListInstancesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
Instance |
getResources(int index)
A list of Memcached instances in the project in the specified location,
or across all locations.
|
int |
getResourcesCount()
A list of Memcached instances in the project in the specified location,
or across all locations.
|
List<Instance> |
getResourcesList()
A list of Memcached instances in the project in the specified location,
or across all locations.
|
InstanceOrBuilder |
getResourcesOrBuilder(int index)
A list of Memcached instances in the project in the specified location,
or across all locations.
|
List<? extends InstanceOrBuilder> |
getResourcesOrBuilderList()
A list of Memcached instances in the project in the specified location,
or across all locations.
|
String |
getUnreachable(int index)
Locations that could not be reached.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
Locations that could not be reached.
|
int |
getUnreachableCount()
Locations that could not be reached.
|
List<String> |
getUnreachableList()
Locations that could not be reached.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Instance> getResourcesList()
A list of Memcached instances in the project in the specified location, or across all locations. If the `location_id` in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.
repeated .google.cloud.memcache.v1beta2.Instance resources = 1;Instance getResources(int index)
A list of Memcached instances in the project in the specified location, or across all locations. If the `location_id` in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.
repeated .google.cloud.memcache.v1beta2.Instance resources = 1;int getResourcesCount()
A list of Memcached instances in the project in the specified location, or across all locations. If the `location_id` in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.
repeated .google.cloud.memcache.v1beta2.Instance resources = 1;List<? extends InstanceOrBuilder> getResourcesOrBuilderList()
A list of Memcached instances in the project in the specified location, or across all locations. If the `location_id` in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.
repeated .google.cloud.memcache.v1beta2.Instance resources = 1;InstanceOrBuilder getResourcesOrBuilder(int index)
A list of Memcached instances in the project in the specified location, or across all locations. If the `location_id` in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.
repeated .google.cloud.memcache.v1beta2.Instance resources = 1;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;List<String> getUnreachableList()
Locations that could not be reached.
repeated string unreachable = 3;int getUnreachableCount()
Locations that could not be reached.
repeated string unreachable = 3;String getUnreachable(int index)
Locations that could not be reached.
repeated string unreachable = 3;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
Locations that could not be reached.
repeated string unreachable = 3;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.