Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ListAppsResponse.
Response message for AgentService.ListApps.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#apps
def apps() -> ::Array<::Google::Cloud::Ces::V1beta::App>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::App>) — The list of apps.
#apps=
def apps=(value) -> ::Array<::Google::Cloud::Ces::V1beta::App>
Parameter
- value (::Array<::Google::Cloud::Ces::V1beta::App>) — The list of apps.
Returns
- (::Array<::Google::Cloud::Ces::V1beta::App>) — The list of apps.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token that can be sent as ListAppsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token that can be sent as ListAppsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
Returns
- (::String) — A token that can be sent as ListAppsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Unordered list. Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unordered list. Locations that could not be reached.
Returns
- (::Array<::String>) — Unordered list. Locations that could not be reached.