Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::ListAssistantsRequest (v0.28.0)

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
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns

#page_token=

def page_token=(value) -> ::String
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource name. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource name. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
Returns
  • (::String) — Required. The parent resource name. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}