Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::ListControlsRequest (v0.8.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ListControlsRequest.

Request for ListControls method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) —

    Optional. A filter to apply on the list results. Supported features:

    • List all the products under the parent branch if filter is unset. Currently this field is unsupported.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) —

    Optional. A filter to apply on the list results. Supported features:

    • List all the products under the parent branch if filter is unset. Currently this field is unsupported.
Returns
  • (::String) —

    Optional. A filter to apply on the list results. Supported features:

    • List all the products under the parent branch if filter is unset. Currently this field is unsupported.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
Returns
  • (::Integer) — Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A page token, received from a previous ListControls call. Provide this to retrieve the subsequent page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A page token, received from a previous ListControls call. Provide this to retrieve the subsequent page.
Returns
  • (::String) — Optional. A page token, received from a previous ListControls call. Provide this to retrieve the subsequent page.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id} or projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id} or projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}.
Returns
  • (::String) — Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id} or projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}.