Class: Google::Cloud::GeminiDataAnalytics::V1beta::ListConversationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::ListConversationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/conversation.rb
Overview
Request for listing conversations based on parent.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
125 126 127 128 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/conversation.rb', line 125 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
125 126 127 128 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/conversation.rb', line 125 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
125 126 127 128 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/conversation.rb', line 125 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
125 126 127 128 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/conversation.rb', line 125 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |