Class: Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb
Overview
Response message for IdentityMappingStoreService.ListIdentityMappings
Instance Attribute Summary collapse
-
#identity_mapping_entries ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntry>
The Identity Mapping Entries.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_tokento retrieve the next page.
Instance Attribute Details
#identity_mapping_entries ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntry>
Returns The Identity Mapping Entries.
199 200 201 202 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 199 class ListIdentityMappingsResponse 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.
199 200 201 202 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 199 class ListIdentityMappingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |