Discovery Engine v1 API - Class IdentityMappingStoreService.IdentityMappingStoreServiceClient (1.8.0)

public class IdentityMappingStoreService.IdentityMappingStoreServiceClient : ClientBase<IdentityMappingStoreService.IdentityMappingStoreServiceClient>

Reference documentation and code samples for the Discovery Engine v1 API class IdentityMappingStoreService.IdentityMappingStoreServiceClient.

Client for IdentityMappingStoreService

Inheritance

object > ClientBase > ClientBaseIdentityMappingStoreServiceIdentityMappingStoreServiceClient > IdentityMappingStoreService.IdentityMappingStoreServiceClient

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

IdentityMappingStoreServiceClient()

protected IdentityMappingStoreServiceClient()

Protected parameterless constructor to allow creation of test doubles.

IdentityMappingStoreServiceClient(CallInvoker)

public IdentityMappingStoreServiceClient(CallInvoker callInvoker)

Creates a new client for IdentityMappingStoreService that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

IdentityMappingStoreServiceClient(ChannelBase)

public IdentityMappingStoreServiceClient(ChannelBase channel)

Creates a new client for IdentityMappingStoreService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

IdentityMappingStoreServiceClient(ClientBaseConfiguration)

protected IdentityMappingStoreServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateIdentityMappingStore(CreateIdentityMappingStoreRequest, CallOptions)

public virtual IdentityMappingStore CreateIdentityMappingStore(CreateIdentityMappingStoreRequest request, CallOptions options)

Creates a new Identity Mapping Store.

Parameters
Name Description
request CreateIdentityMappingStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
IdentityMappingStore

The response received from the server.

CreateIdentityMappingStore(CreateIdentityMappingStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual IdentityMappingStore CreateIdentityMappingStore(CreateIdentityMappingStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Identity Mapping Store.

Parameters
Name Description
request CreateIdentityMappingStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
IdentityMappingStore

The response received from the server.

CreateIdentityMappingStoreAsync(CreateIdentityMappingStoreRequest, CallOptions)

public virtual AsyncUnaryCall<IdentityMappingStore> CreateIdentityMappingStoreAsync(CreateIdentityMappingStoreRequest request, CallOptions options)

Creates a new Identity Mapping Store.

Parameters
Name Description
request CreateIdentityMappingStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallIdentityMappingStore

The call object.

CreateIdentityMappingStoreAsync(CreateIdentityMappingStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<IdentityMappingStore> CreateIdentityMappingStoreAsync(CreateIdentityMappingStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Identity Mapping Store.

Parameters
Name Description
request CreateIdentityMappingStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallIdentityMappingStore

The call object.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
Type Description
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

DeleteIdentityMappingStore(DeleteIdentityMappingStoreRequest, CallOptions)

public virtual Operation DeleteIdentityMappingStore(DeleteIdentityMappingStoreRequest request, CallOptions options)

Deletes the Identity Mapping Store.

Parameters
Name Description
request DeleteIdentityMappingStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteIdentityMappingStore(DeleteIdentityMappingStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteIdentityMappingStore(DeleteIdentityMappingStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the Identity Mapping Store.

Parameters
Name Description
request DeleteIdentityMappingStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteIdentityMappingStoreAsync(DeleteIdentityMappingStoreRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteIdentityMappingStoreAsync(DeleteIdentityMappingStoreRequest request, CallOptions options)

Deletes the Identity Mapping Store.

Parameters
Name Description
request DeleteIdentityMappingStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteIdentityMappingStoreAsync(DeleteIdentityMappingStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteIdentityMappingStoreAsync(DeleteIdentityMappingStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the Identity Mapping Store.

Parameters
Name Description
request DeleteIdentityMappingStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

GetIdentityMappingStore(GetIdentityMappingStoreRequest, CallOptions)

public virtual IdentityMappingStore GetIdentityMappingStore(GetIdentityMappingStoreRequest request, CallOptions options)

Gets the Identity Mapping Store.

Parameters
Name Description
request GetIdentityMappingStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
IdentityMappingStore

The response received from the server.

GetIdentityMappingStore(GetIdentityMappingStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual IdentityMappingStore GetIdentityMappingStore(GetIdentityMappingStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the Identity Mapping Store.

Parameters
Name Description
request GetIdentityMappingStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
IdentityMappingStore

The response received from the server.

GetIdentityMappingStoreAsync(GetIdentityMappingStoreRequest, CallOptions)

public virtual AsyncUnaryCall<IdentityMappingStore> GetIdentityMappingStoreAsync(GetIdentityMappingStoreRequest request, CallOptions options)

Gets the Identity Mapping Store.

Parameters
Name Description
request GetIdentityMappingStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallIdentityMappingStore

The call object.

GetIdentityMappingStoreAsync(GetIdentityMappingStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<IdentityMappingStore> GetIdentityMappingStoreAsync(GetIdentityMappingStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the Identity Mapping Store.

Parameters
Name Description
request GetIdentityMappingStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallIdentityMappingStore

The call object.

ImportIdentityMappings(ImportIdentityMappingsRequest, CallOptions)

public virtual Operation ImportIdentityMappings(ImportIdentityMappingsRequest request, CallOptions options)

Imports a list of Identity Mapping Entries to an Identity Mapping Store.

Parameters
Name Description
request ImportIdentityMappingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

ImportIdentityMappings(ImportIdentityMappingsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation ImportIdentityMappings(ImportIdentityMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Imports a list of Identity Mapping Entries to an Identity Mapping Store.

Parameters
Name Description
request ImportIdentityMappingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

ImportIdentityMappingsAsync(ImportIdentityMappingsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> ImportIdentityMappingsAsync(ImportIdentityMappingsRequest request, CallOptions options)

Imports a list of Identity Mapping Entries to an Identity Mapping Store.

Parameters
Name Description
request ImportIdentityMappingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ImportIdentityMappingsAsync(ImportIdentityMappingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> ImportIdentityMappingsAsync(ImportIdentityMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Imports a list of Identity Mapping Entries to an Identity Mapping Store.

Parameters
Name Description
request ImportIdentityMappingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ListIdentityMappingStores(ListIdentityMappingStoresRequest, CallOptions)

public virtual ListIdentityMappingStoresResponse ListIdentityMappingStores(ListIdentityMappingStoresRequest request, CallOptions options)

Lists all Identity Mapping Stores.

Parameters
Name Description
request ListIdentityMappingStoresRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListIdentityMappingStoresResponse

The response received from the server.

ListIdentityMappingStores(ListIdentityMappingStoresRequest, Metadata, DateTime?, CancellationToken)

public virtual ListIdentityMappingStoresResponse ListIdentityMappingStores(ListIdentityMappingStoresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all Identity Mapping Stores.

Parameters
Name Description
request ListIdentityMappingStoresRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListIdentityMappingStoresResponse

The response received from the server.

ListIdentityMappingStoresAsync(ListIdentityMappingStoresRequest, CallOptions)

public virtual AsyncUnaryCall<ListIdentityMappingStoresResponse> ListIdentityMappingStoresAsync(ListIdentityMappingStoresRequest request, CallOptions options)

Lists all Identity Mapping Stores.

Parameters
Name Description
request ListIdentityMappingStoresRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListIdentityMappingStoresResponse

The call object.

ListIdentityMappingStoresAsync(ListIdentityMappingStoresRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListIdentityMappingStoresResponse> ListIdentityMappingStoresAsync(ListIdentityMappingStoresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all Identity Mapping Stores.

Parameters
Name Description
request ListIdentityMappingStoresRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListIdentityMappingStoresResponse

The call object.

ListIdentityMappings(ListIdentityMappingsRequest, CallOptions)

public virtual ListIdentityMappingsResponse ListIdentityMappings(ListIdentityMappingsRequest request, CallOptions options)

Lists Identity Mappings in an Identity Mapping Store.

Parameters
Name Description
request ListIdentityMappingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListIdentityMappingsResponse

The response received from the server.

ListIdentityMappings(ListIdentityMappingsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListIdentityMappingsResponse ListIdentityMappings(ListIdentityMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Identity Mappings in an Identity Mapping Store.

Parameters
Name Description
request ListIdentityMappingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListIdentityMappingsResponse

The response received from the server.

ListIdentityMappingsAsync(ListIdentityMappingsRequest, CallOptions)

public virtual AsyncUnaryCall<ListIdentityMappingsResponse> ListIdentityMappingsAsync(ListIdentityMappingsRequest request, CallOptions options)

Lists Identity Mappings in an Identity Mapping Store.

Parameters
Name Description
request ListIdentityMappingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListIdentityMappingsResponse

The call object.

ListIdentityMappingsAsync(ListIdentityMappingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListIdentityMappingsResponse> ListIdentityMappingsAsync(ListIdentityMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Identity Mappings in an Identity Mapping Store.

Parameters
Name Description
request ListIdentityMappingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListIdentityMappingsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override IdentityMappingStoreService.IdentityMappingStoreServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
IdentityMappingStoreServiceIdentityMappingStoreServiceClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.DiscoveryEngine.V1.IdentityMappingStoreService.IdentityMappingStoreServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

PurgeIdentityMappings(PurgeIdentityMappingsRequest, CallOptions)

public virtual Operation PurgeIdentityMappings(PurgeIdentityMappingsRequest request, CallOptions options)

Purges specified or all Identity Mapping Entries from an Identity Mapping Store.

Parameters
Name Description
request PurgeIdentityMappingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

PurgeIdentityMappings(PurgeIdentityMappingsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation PurgeIdentityMappings(PurgeIdentityMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Purges specified or all Identity Mapping Entries from an Identity Mapping Store.

Parameters
Name Description
request PurgeIdentityMappingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

PurgeIdentityMappingsAsync(PurgeIdentityMappingsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> PurgeIdentityMappingsAsync(PurgeIdentityMappingsRequest request, CallOptions options)

Purges specified or all Identity Mapping Entries from an Identity Mapping Store.

Parameters
Name Description
request PurgeIdentityMappingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

PurgeIdentityMappingsAsync(PurgeIdentityMappingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> PurgeIdentityMappingsAsync(PurgeIdentityMappingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Purges specified or all Identity Mapping Entries from an Identity Mapping Store.

Parameters
Name Description
request PurgeIdentityMappingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.