Cloud Bigtable V2 Client - Class ListAppProfilesResponse (2.21.1)

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

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ app_profiles array<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 string[]

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
Type Description
Google\Protobuf\RepeatedField<AppProfile>

setAppProfiles

The list of requested app profiles.

Parameter
Name Description
var array<AppProfile>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$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
Type Description
Google\Protobuf\RepeatedField<string>

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
Name Description
var string[]
Returns
Type Description
$this