Cloud Bigtable V2 Client - Class ListAppProfilesResponse (1.23.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class ListAppProfilesResponse.

Response message for BigtableInstanceAdmin.ListAppProfiles.

Generated from protobuf message google.bigtable.admin.v2.ListAppProfilesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ app_profiles array<Google\Cloud\Bigtable\Admin\V2\AppProfile>

The list of requested app profiles.

↳ next_page_token string

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.

↳ failed_locations array

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>

getAppProfiles

The list of requested app profiles.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAppProfiles

The list of requested app profiles.

Parameter
NameDescription
var array<Google\Cloud\Bigtable\Admin\V2\AppProfile>
Returns
TypeDescription
$this

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.

Returns
TypeDescription
string

setNextPageToken

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFailedLocations

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>

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFailedLocations

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>

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this