Class: Google::Cloud::ContactCenterInsights::V1::ListViewsRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.



752
753
754
755
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 752

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.

Returns:

  • (::String)

    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.



752
753
754
755
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 752

class ListViewsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource of the views.

Returns:

  • (::String)

    Required. The parent resource of the views.



752
753
754
755
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 752

class ListViewsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end