Class: Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingsRequest
- 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.ListIdentityMappings
Instance Attribute Summary collapse
-
#identity_mapping_store ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Maximum number of IdentityMappings to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListIdentityMappingscall.
Instance Attribute Details
#identity_mapping_store ⇒ ::String
185 186 187 188 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 185 class ListIdentityMappingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
185 186 187 188 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 185 class ListIdentityMappingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
185 186 187 188 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 185 class ListIdentityMappingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |