Gemini Enterprise for Customer Experience v1 API - Class ListChangelogsRequest (1.0.0-beta01)

public sealed class ListChangelogsRequest : IMessage<ListChangelogsRequest>, IEquatable<ListChangelogsRequest>, IDeepCloneable<ListChangelogsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ListChangelogsRequest.

Request message for [AgentService.ListChangelogs][google.cloud.ces.v1.AgentService.ListChangelogs].

Inheritance

object > ListChangelogsRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

ListChangelogsRequest()

public ListChangelogsRequest()

ListChangelogsRequest(ListChangelogsRequest)

public ListChangelogsRequest(ListChangelogsRequest other)
Parameter
Name Description
other ListChangelogsRequest

Properties

Filter

public string Filter { get; set; }

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
Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

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

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The [next_page_token][google.cloud.ces.v1.ListChangelogsResponse.next_page_token] value returned from a previous list [AgentService.ListChangelogs][google.cloud.ces.v1.AgentService.ListChangelogs] call.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

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

Property Value
Type Description
string

ParentAsAppName

public AppName ParentAsAppName { get; set; }

AppName-typed view over the Parent resource name property.

Property Value
Type Description
AppName