Class IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceBlockingV2Stub (0.60.0)

public static final class IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceBlockingV2Stub extends AbstractBlockingStub<IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceBlockingV2Stub>

A stub to allow clients to do synchronous rpc calls to service IdentityMappingStoreService.

Service for managing Identity Mapping Stores.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceBlockingV2Stub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createIdentityMappingStore(CreateIdentityMappingStoreRequest request)

public IdentityMappingStore createIdentityMappingStore(CreateIdentityMappingStoreRequest request)

Creates a new Identity Mapping Store.

Parameter
Name Description
request CreateIdentityMappingStoreRequest
Returns
Type Description
IdentityMappingStore

deleteIdentityMappingStore(DeleteIdentityMappingStoreRequest request)

public Operation deleteIdentityMappingStore(DeleteIdentityMappingStoreRequest request)

Deletes the Identity Mapping Store.

Parameter
Name Description
request DeleteIdentityMappingStoreRequest
Returns
Type Description
Operation

getIdentityMappingStore(GetIdentityMappingStoreRequest request)

public IdentityMappingStore getIdentityMappingStore(GetIdentityMappingStoreRequest request)

Gets the Identity Mapping Store.

Parameter
Name Description
request GetIdentityMappingStoreRequest
Returns
Type Description
IdentityMappingStore

importIdentityMappings(ImportIdentityMappingsRequest request)

public Operation importIdentityMappings(ImportIdentityMappingsRequest request)

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

Parameter
Name Description
request ImportIdentityMappingsRequest
Returns
Type Description
Operation

listIdentityMappingStores(ListIdentityMappingStoresRequest request)

public ListIdentityMappingStoresResponse listIdentityMappingStores(ListIdentityMappingStoresRequest request)

Lists all Identity Mapping Stores.

Parameter
Name Description
request ListIdentityMappingStoresRequest
Returns
Type Description
ListIdentityMappingStoresResponse

listIdentityMappings(ListIdentityMappingsRequest request)

public ListIdentityMappingsResponse listIdentityMappings(ListIdentityMappingsRequest request)

Lists Identity Mappings in an Identity Mapping Store.

Parameter
Name Description
request ListIdentityMappingsRequest
Returns
Type Description
ListIdentityMappingsResponse

purgeIdentityMappings(PurgeIdentityMappingsRequest request)

public Operation purgeIdentityMappings(PurgeIdentityMappingsRequest request)

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

Parameter
Name Description
request PurgeIdentityMappingsRequest
Returns
Type Description
Operation