Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ListAppProfilesResponse.
Response message for BigtableInstanceAdmin.ListAppProfiles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_profiles
def app_profiles() -> ::Array<::Google::Cloud::Bigtable::Admin::V2::AppProfile>
Returns
- (::Array<::Google::Cloud::Bigtable::Admin::V2::AppProfile>) — The list of requested app profiles.
#app_profiles=
def app_profiles=(value) -> ::Array<::Google::Cloud::Bigtable::Admin::V2::AppProfile>
Parameter
- value (::Array<::Google::Cloud::Bigtable::Admin::V2::AppProfile>) — The list of requested app profiles.
Returns
- (::Array<::Google::Cloud::Bigtable::Admin::V2::AppProfile>) — The list of requested app profiles.
#failed_locations
def failed_locations() -> ::Array<::String>
Returns
-
(::Array<::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 formprojects/<project>/locations/<zone_id>
#failed_locations=
def failed_locations=(value) -> ::Array<::String>
Parameter
-
value (::Array<::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 formprojects/<project>/locations/<zone_id>
Returns
-
(::Array<::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 formprojects/<project>/locations/<zone_id>
#next_page_token
def next_page_token() -> ::String
Returns
-
(::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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::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.
Returns
-
(::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.