Data Analytics API with Gemini V1BETA API - Class Google::Cloud::GeminiDataAnalytics::V1beta::ListConversationsRequest (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ListConversationsRequest.
Request for listing conversations based on parent.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#filter
deffilter()->::String
Returns
(::String) —
Optional. Returned conversations will match criteria specified within the
filter. ListConversations allows filtering by:
agent_id
labels
#filter=
deffilter=(value)->::String
Parameter
value (::String) —
Optional. Returned conversations will match criteria specified within the
filter. ListConversations allows filtering by:
agent_id
labels
Returns
(::String) —
Optional. Returned conversations will match criteria specified within the
filter. ListConversations allows filtering by:
agent_id
labels
#page_size
defpage_size()->::Integer
Returns
(::Integer) — Optional. Requested page size. Server may return fewer items than
requested. The max page size is 100. All larger page sizes will be coerced
to 100. If unspecified, server will pick 50 as an approperiate default.
#page_size=
defpage_size=(value)->::Integer
Parameter
value (::Integer) — Optional. Requested page size. Server may return fewer items than
requested. The max page size is 100. All larger page sizes will be coerced
to 100. If unspecified, server will pick 50 as an approperiate default.
Returns
(::Integer) — Optional. Requested page size. Server may return fewer items than
requested. The max page size is 100. All larger page sizes will be coerced
to 100. If unspecified, server will pick 50 as an approperiate default.
#page_token
defpage_token()->::String
Returns
(::String) — Optional. A token identifying a page of results the server should return.
#page_token=
defpage_token=(value)->::String
Parameter
value (::String) — Optional. A token identifying a page of results the server should return.
Returns
(::String) — Optional. A token identifying a page of results the server should return.
#parent
defparent()->::String
Returns
(::String) — Required. Parent value for ListConversationsRequest.
Format: projects/{project}/locations/{location}
#parent=
defparent=(value)->::String
Parameter
value (::String) — Required. Parent value for ListConversationsRequest.
Format: projects/{project}/locations/{location}
Returns
(::String) — Required. Parent value for ListConversationsRequest.
Format: projects/{project}/locations/{location}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],[],null,["Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ListConversationsRequest.\n\nRequest for listing conversations based on parent. \n\nInherits\n\n- Object \n\nExtended By\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n\n- Google::Protobuf::MessageExts\n\nMethods\n\n#filter \n\n def filter() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Optional. Returned conversations will match criteria specified within the\n filter. ListConversations allows filtering by:\n\n - agent_id\n - labels\n\n#filter= \n\n def filter=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) ---\n\n Optional. Returned conversations will match criteria specified within the\n filter. ListConversations allows filtering by:\n - agent_id\n- labels \n**Returns**\n\n- (::String) --- Optional. Returned conversations will match criteria specified within the\n filter. ListConversations allows filtering by:\n\n - agent_id\n - labels\n\n#page_size \n\n def page_size() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- Optional. Requested page size. Server may return fewer items than requested. The max page size is 100. All larger page sizes will be coerced to 100. If unspecified, server will pick 50 as an approperiate default.\n\n#page_size= \n\n def page_size=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- Optional. Requested page size. Server may return fewer items than requested. The max page size is 100. All larger page sizes will be coerced to 100. If unspecified, server will pick 50 as an approperiate default. \n**Returns**\n\n- (::Integer) --- Optional. Requested page size. Server may return fewer items than requested. The max page size is 100. All larger page sizes will be coerced to 100. If unspecified, server will pick 50 as an approperiate default.\n\n#page_token \n\n def page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Optional. A token identifying a page of results the server should return.\n\n#page_token= \n\n def page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Optional. A token identifying a page of results the server should return. \n**Returns**\n\n- (::String) --- Optional. A token identifying a page of results the server should return.\n\n#parent \n\n def parent() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. Parent value for ListConversationsRequest. Format: `projects/{project}/locations/{location}`\n\n#parent= \n\n def parent=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. Parent value for ListConversationsRequest. Format: `projects/{project}/locations/{location}` \n**Returns**\n\n- (::String) --- Required. Parent value for ListConversationsRequest. Format: `projects/{project}/locations/{location}`"]]