Google Cloud Ces V1 Client - Class ListChangelogsRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class ListChangelogsRequest.

Request message for AgentService.ListChangelogs.

Generated from protobuf message google.cloud.ces.v1.ListChangelogsRequest

Namespace

Google \ Cloud \ Ces \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the app to list changelogs 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.ListChangelogs call.

↳ filter string

Optional. Filter to be applied when listing the changelogs. See https://google.aip.dev/160 for more details. The filter string can be used to filter by action, resource_type, resource_name, author, and create_time. The : comparator can be used for case-insensitive partial matching on string fields, while = performs an exact case-sensitive match. Examples: * * action:update (case-insensitive partial match) * * action="Create" (case-sensitive exact match) * * resource_type:agent * * resource_name:my-agent * * author:me@example.com * * create_time > "2025-01-01T00:00:00Z" * * create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool

↳ 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 changelogs from.

Returns
Type Description
string

setParent

Required. The resource name of the app to list changelogs from.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Returns
Type Description
int

setPageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. The next_page_token value returned from a previous list AgentService.ListChangelogs call.

Returns
Type Description
string

setPageToken

Optional. The next_page_token value returned from a previous list AgentService.ListChangelogs call.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

Optional. Filter to be applied when listing the changelogs.

See https://google.aip.dev/160 for more details. The filter string can be used to filter by action, resource_type, resource_name, author, and create_time. The : comparator can be used for case-insensitive partial matching on string fields, while = performs an exact case-sensitive match. Examples:

  • action:update (case-insensitive partial match)
  • action="Create" (case-sensitive exact match)
  • resource_type:agent
  • resource_name:my-agent
  • author:me@example.com
  • create_time > "2025-01-01T00:00:00Z"
  • create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool
Returns
Type Description
string

setFilter

Optional. Filter to be applied when listing the changelogs.

See https://google.aip.dev/160 for more details. The filter string can be used to filter by action, resource_type, resource_name, author, and create_time. The : comparator can be used for case-insensitive partial matching on string fields, while = performs an exact case-sensitive match. Examples:

  • action:update (case-insensitive partial match)
  • action="Create" (case-sensitive exact match)
  • resource_type:agent
  • resource_name:my-agent
  • author:me@example.com
  • create_time > "2025-01-01T00:00:00Z"
  • create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool
Parameter
Name Description
var string
Returns
Type Description
$this

getOrderBy

Optional. Field to sort by. Only "name" and "create_time" is supported.

See https://google.aip.dev/132#ordering for more details.

Returns
Type Description
string

setOrderBy

Optional. Field to sort by. Only "name" and "create_time" is supported.

See https://google.aip.dev/132#ordering for more details.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The resource name of the app to list changelogs from. Please see AgentServiceClient::appName() for help formatting this field.

Returns
Type Description
ListChangelogsRequest