Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::IdentityMappingStoreService::Rest::ServiceStub.
REST service stub for the IdentityMappingStoreService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_identity_mapping_store
def create_identity_mapping_store(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore
Baseline implementation for the create_identity_mapping_store REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::CreateIdentityMappingStoreRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_identity_mapping_store
def delete_identity_mapping_store(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_identity_mapping_store REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::DeleteIdentityMappingStoreRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_identity_mapping_store
def get_identity_mapping_store(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore
Baseline implementation for the get_identity_mapping_store REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::GetIdentityMappingStoreRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore) — A result object deserialized from the server's reply
- (::ArgumentError)
#import_identity_mappings
def import_identity_mappings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the import_identity_mappings REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_identity_mapping_stores
def list_identity_mapping_stores(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingStoresResponse
Baseline implementation for the list_identity_mapping_stores REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingStoresRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingStoresResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingStoresResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_identity_mappings
def list_identity_mappings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingsResponse
Baseline implementation for the list_identity_mappings REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DiscoveryEngine::V1::ListIdentityMappingsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> Logger
The logger used for request/response debug logging.
- (Logger)
#purge_identity_mappings
def purge_identity_mappings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the purge_identity_mappings REST call
- request_pb (::Google::Cloud::DiscoveryEngine::V1::PurgeIdentityMappingsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)