Class: Google::Cloud::DiscoveryEngine::V1beta::PurgeIdentityMappingsRequest::InlineSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/identity_mapping_store_service.rb

Overview

The inline source to purge identity mapping entries from.

Instance Attribute Summary collapse

Instance Attribute Details

#identity_mapping_entries::Array<::Google::Cloud::DiscoveryEngine::V1beta::IdentityMappingEntry>

Returns A maximum of 10000 entries can be purged at one time.

Returns:



160
161
162
163
# File 'proto_docs/google/cloud/discoveryengine/v1beta/identity_mapping_store_service.rb', line 160

class InlineSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end