Reference documentation and code samples for the Google Cloud Ces V1 Client class ListToolsRequest.
Request message for AgentService.ListTools .
Generated from protobuf message google.cloud.ces.v1.ListToolsRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the app to list tools from.
↳ page_size
int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
↳ page_token
string
Optional. The next_page_token value returned from a previous list AgentService.ListTools call.
↳ filter
string
Optional. Filter to be applied when listing the tools. Use "include_system_tools=true" to include system tools in the response. See https://google.aip.dev/160 for more details.
↳ order_by
string
Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.
getParent
Required. The resource name of the app to list tools from.
string
setParent
Required. The resource name of the app to list tools from.
var
string
$this
getPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int
setPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
var
int
$this
getPageToken
Optional. The next_page_token value returned from a previous list AgentService.ListTools call.
string
setPageToken
Optional. The next_page_token value returned from a previous list AgentService.ListTools call.
var
string
$this
getFilter
Optional. Filter to be applied when listing the tools. Use "include_system_tools=true" to include system tools in the response. See https://google.aip.dev/160 for more details.
string
setFilter
Optional. Filter to be applied when listing the tools. Use "include_system_tools=true" to include system tools in the response. See https://google.aip.dev/160 for more details.
var
string
$this
getOrderBy
Optional. Field to sort by. Only "name" and "create_time" is supported.
See https://google.aip.dev/132#ordering for more details.
string
setOrderBy
Optional. Field to sort by. Only "name" and "create_time" is supported.
See https://google.aip.dev/132#ordering for more details.
var
string
$this
static::build
parent
string
Required. The resource name of the app to list tools from. Please see AgentServiceClient::appName() for help formatting this field.

