public interface ListAppProfilesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AppProfile |
getAppProfiles(int index)
The list of requested app profiles.
|
int |
getAppProfilesCount()
The list of requested app profiles.
|
List<AppProfile> |
getAppProfilesList()
The list of requested app profiles.
|
AppProfileOrBuilder |
getAppProfilesOrBuilder(int index)
The list of requested app profiles.
|
List<? extends AppProfileOrBuilder> |
getAppProfilesOrBuilderList()
The list of requested app profiles.
|
String |
getFailedLocations(int index)
Locations from which AppProfile information could not be retrieved,
due to an outage or some other transient condition.
|
com.google.protobuf.ByteString |
getFailedLocationsBytes(int index)
Locations from which AppProfile information could not be retrieved,
due to an outage or some other transient condition.
|
int |
getFailedLocationsCount()
Locations from which AppProfile information could not be retrieved,
due to an outage or some other transient condition.
|
List<String> |
getFailedLocationsList()
Locations from which AppProfile information could not be retrieved,
due to an outage or some other transient condition.
|
String |
getNextPageToken()
Set if not all app profiles could be returned in a single response.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Set if not all app profiles could be returned in a single response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AppProfile> getAppProfilesList()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;AppProfile getAppProfiles(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;int getAppProfilesCount()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;List<? extends AppProfileOrBuilder> getAppProfilesOrBuilderList()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;AppProfileOrBuilder getAppProfilesOrBuilder(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;String getNextPageToken()
Set if not all app profiles could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Set if not all app profiles could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;List<String> getFailedLocationsList()
Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition. AppProfiles from these locations may be missing from `app_profiles`. Values are of the form `projects/<project>/locations/<zone_id>`
repeated string failed_locations = 3;int getFailedLocationsCount()
Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition. AppProfiles from these locations may be missing from `app_profiles`. Values are of the form `projects/<project>/locations/<zone_id>`
repeated string failed_locations = 3;String getFailedLocations(int index)
Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition. AppProfiles from these locations may be missing from `app_profiles`. Values are of the form `projects/<project>/locations/<zone_id>`
repeated string failed_locations = 3;index - The index of the element to return.com.google.protobuf.ByteString getFailedLocationsBytes(int index)
Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition. AppProfiles from these locations may be missing from `app_profiles`. Values are of the form `projects/<project>/locations/<zone_id>`
repeated string failed_locations = 3;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.