public interface ListAppProfilesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAppProfiles(int index)
public abstract AppProfile getAppProfiles(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
Type | Description |
AppProfile |
getAppProfilesCount()
public abstract int getAppProfilesCount()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Type | Description |
int |
getAppProfilesList()
public abstract List<AppProfile> getAppProfilesList()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Type | Description |
List<AppProfile> |
getAppProfilesOrBuilder(int index)
public abstract AppProfileOrBuilder getAppProfilesOrBuilder(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Name | Description |
index | int |
Type | Description |
AppProfileOrBuilder |
getAppProfilesOrBuilderList()
public abstract List<? extends AppProfileOrBuilder> getAppProfilesOrBuilderList()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
Type | Description |
List<? extends com.google.bigtable.admin.v2.AppProfileOrBuilder> |
getFailedLocations(int index)
public abstract 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;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The failedLocations at the given index. |
getFailedLocationsBytes(int index)
public abstract 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;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the failedLocations at the given index. |
getFailedLocationsCount()
public abstract 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;
Type | Description |
int | The count of failedLocations. |
getFailedLocationsList()
public abstract 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;
Type | Description |
List<String> | A list containing the failedLocations. |
getNextPageToken()
public abstract 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;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
Type | Description |
ByteString | The bytes for nextPageToken. |