Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::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 ListControlscall. 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 ListControlscall. Provide this to retrieve the subsequent page.
 Returns 
 -  (::String) — Optional. A page token, received from a previous ListControlscall. Provide this to retrieve the subsequent page.
#parent
def parent() -> ::String Returns 
 -  (::String) — Required. The data store resource name. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}orprojects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}.
#parent=
def parent=(value) -> ::String Parameter 
 -  value (::String) — Required. The data store resource name. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}orprojects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}.
 Returns 
 -  (::String) — Required. The data store resource name. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}orprojects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}.