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 | |
---|---|
Name | Description |
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 |
↳ 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 |
getAppProfiles
The list of requested app profiles.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAppProfiles
The list of requested app profiles.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Bigtable\Admin\V2\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\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 | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |