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.
data
array
Optional. Data for populating the Message object.
↳ 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.
setAppProfiles
The list of requested app profiles.
$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.
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.
var
string
$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>
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>
var
string[]
$this