Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::ListChangelogsRequest.
Request message for AgentService.ListChangelogs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::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, andcreate_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:agentresource_name:my-agentauthor:me@example.comcreate_time > "2025-01-01T00:00:00Z"create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool
#filter=
def filter=(value) -> ::String-
value (::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, andcreate_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:agentresource_name:my-agentauthor:me@example.comcreate_time > "2025-01-01T00:00:00Z"create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool
-
(::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, andcreate_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:agentresource_name:my-agentauthor:me@example.comcreate_time > "2025-01-01T00:00:00Z"create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool
#order_by
def order_by() -> ::String- (::String) — Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.
#order_by=
def order_by=(value) -> ::String- value (::String) — Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.
- (::String) — Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.
#page_size
def page_size() -> ::Integer- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_token
def page_token() -> ::String- (::String) — Optional. The next_page_token value returned from a previous list AgentService.ListChangelogs call.
#page_token=
def page_token=(value) -> ::String- value (::String) — Optional. The next_page_token value returned from a previous list AgentService.ListChangelogs call.
- (::String) — Optional. The next_page_token value returned from a previous list AgentService.ListChangelogs call.
#parent
def parent() -> ::String- (::String) — Required. The resource name of the app to list changelogs from.
#parent=
def parent=(value) -> ::String- value (::String) — Required. The resource name of the app to list changelogs from.
- (::String) — Required. The resource name of the app to list changelogs from.