Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ListAssistantsRequest.
Request message for the AssistantService.ListAssistants method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer- (::Integer) — Maximum number of {::Google::Cloud::DiscoveryEngine::V1beta::Assistant Assistant}s to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Maximum number of {::Google::Cloud::DiscoveryEngine::V1beta::Assistant Assistant}s to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.
- (::Integer) — Maximum number of {::Google::Cloud::DiscoveryEngine::V1beta::Assistant Assistant}s to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.
#page_token
def page_token() -> ::String-
(::String) — A page token
ListAssistantsResponse.next_page_token,
received from a previous
AssistantService.ListAssistants
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAssistants must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String-
value (::String) — A page token
ListAssistantsResponse.next_page_token,
received from a previous
AssistantService.ListAssistants
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAssistants must match the call that provided the page token.
-
(::String) — A page token
ListAssistantsResponse.next_page_token,
received from a previous
AssistantService.ListAssistants
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAssistants must match the call that provided the page token.
#parent
def parent() -> ::String-
(::String) — Required. The parent resource name.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The parent resource name.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
-
(::String) — Required. The parent resource name.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}