Google Cloud Gemini Data Analytics V1beta Client - Class ListConversationsRequest (0.1.1)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class ListConversationsRequest.

Request for listing conversations based on parent.

Generated from protobuf message google.cloud.geminidataanalytics.v1beta.ListConversationsRequest

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Parent value for ListConversationsRequest. Format: projects/{project}/locations/{location}

↳ page_size int

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 string

Optional. A token identifying a page of results the server should return.

↳ filter string

Optional. Returned conversations will match criteria specified within the filter. ListConversations allows filtering by: * * agent_id * * labels

getParent

Required. Parent value for ListConversationsRequest.

Format: projects/{project}/locations/{location}

Returns
Type Description
string

setParent

Required. Parent value for ListConversationsRequest.

Format: projects/{project}/locations/{location}

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

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
Type Description
int

setPageSize

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.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. A token identifying a page of results the server should return.

Returns
Type Description
string

setPageToken

Optional. A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

Optional. Returned conversations will match criteria specified within the filter. ListConversations allows filtering by:

  • agent_id
  • labels
Returns
Type Description
string

setFilter

Optional. Returned conversations will match criteria specified within the filter. ListConversations allows filtering by:

  • agent_id
  • labels
Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. Parent value for ListConversationsRequest. Format: projects/{project}/locations/{location} Please see DataChatServiceClient::locationName() for help formatting this field.

Returns
Type Description
ListConversationsRequest