Class: Google::Cloud::Dialogflow::CX::V3::ListChangelogsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListChangelogsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb
Overview
The request message for Changelogs.ListChangelogs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The filter string.
-
#page_size ⇒ ::Integer
The maximum number of items to return in a single page.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous list request.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
60 61 62 63 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 60 class ListChangelogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
60 61 62 63 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 60 class ListChangelogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
60 61 62 63 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 60 class ListChangelogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
60 61 62 63 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 60 class ListChangelogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |