Class: Google::Cloud::ContactCenterInsights::V1::ListViewsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListViewsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to list views.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of views to return in the response.
-
#page_token ⇒ ::String
The value returned by the last
ListViewsResponse
; indicates that this is a continuation of a priorListViews
call and the system should return the next page of data. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of views to return in the response. If this
value is zero, the service will select a default size. A call may return
fewer objects than requested. A non-empty next_page_token
in the response
indicates that more data is available.
1051 1052 1053 1054 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1051 class ListViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListViewsResponse
; indicates
that this is a continuation of a prior ListViews
call and
the system should return the next page of data.
1051 1052 1053 1054 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1051 class ListViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the views.
1051 1052 1053 1054 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1051 class ListViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |