Class: Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingStoresRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingStoresRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb
Overview
Request message for IdentityMappingStoreService.ListIdentityMappingStores
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of IdentityMappingStores to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListIdentityMappingStorescall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum number of IdentityMappingStores to return. If unspecified, defaults to 100. The maximum allowed value is 1000. Values above 1000 will be coerced to 1000.
224 225 226 227 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 224 class ListIdentityMappingStoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ListIdentityMappingStores call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListIdentityMappingStores must match the call that provided the page
token.
224 225 226 227 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 224 class ListIdentityMappingStoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent of the Identity Mapping Stores to list.
Format:
projects/{project}/locations/{location}.
224 225 226 227 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 224 class ListIdentityMappingStoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |