Class: Google::Cloud::DiscoveryEngine::V1beta::ListIdentityMappingStoresResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListIdentityMappingStoresResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/identity_mapping_store_service.rb
Overview
Response message for IdentityMappingStoreService.ListIdentityMappingStores
Instance Attribute Summary collapse
-
#identity_mapping_stores ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::IdentityMappingStore>
The Identity Mapping Stores.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_tokento retrieve the next page.
Instance Attribute Details
#identity_mapping_stores ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::IdentityMappingStore>
Returns The Identity Mapping Stores.
239 240 241 242 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/identity_mapping_store_service.rb', line 239 class ListIdentityMappingStoresResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token to retrieve the next page. If this
field is omitted, there are no subsequent pages.
239 240 241 242 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/identity_mapping_store_service.rb', line 239 class ListIdentityMappingStoresResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |