Interface ListAppProfilesResponseOrBuilder (2.13.0)

public interface ListAppProfilesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppProfiles(int index)

public abstract AppProfile getAppProfiles(int index)

The list of requested app profiles.

repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AppProfile

getAppProfilesCount()

public abstract int getAppProfilesCount()

The list of requested app profiles.

repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;

Returns
TypeDescription
int

getAppProfilesList()

public abstract List<AppProfile> getAppProfilesList()

The list of requested app profiles.

repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
AppProfileOrBuilder

getAppProfilesOrBuilderList()

public abstract List<? extends AppProfileOrBuilder> getAppProfilesOrBuilderList()

The list of requested app profiles.

repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.