Class IdentityMappingStoreServiceGrpc (0.60.0)

public final class IdentityMappingStoreServiceGrpc

Service for managing Identity Mapping Stores.

Inheritance

java.lang.Object > IdentityMappingStoreServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(IdentityMappingStoreServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(IdentityMappingStoreServiceGrpc.AsyncService service)
Parameter
Name Description
service IdentityMappingStoreServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateIdentityMappingStoreMethod()

public static MethodDescriptor<CreateIdentityMappingStoreRequest,IdentityMappingStore> getCreateIdentityMappingStoreMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateIdentityMappingStoreRequest,IdentityMappingStore>

getDeleteIdentityMappingStoreMethod()

public static MethodDescriptor<DeleteIdentityMappingStoreRequest,Operation> getDeleteIdentityMappingStoreMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteIdentityMappingStoreRequest,Operation>

getGetIdentityMappingStoreMethod()

public static MethodDescriptor<GetIdentityMappingStoreRequest,IdentityMappingStore> getGetIdentityMappingStoreMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetIdentityMappingStoreRequest,IdentityMappingStore>

getImportIdentityMappingsMethod()

public static MethodDescriptor<ImportIdentityMappingsRequest,Operation> getImportIdentityMappingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ImportIdentityMappingsRequest,Operation>

getListIdentityMappingStoresMethod()

public static MethodDescriptor<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse> getListIdentityMappingStoresMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse>

getListIdentityMappingsMethod()

public static MethodDescriptor<ListIdentityMappingsRequest,ListIdentityMappingsResponse> getListIdentityMappingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListIdentityMappingsRequest,ListIdentityMappingsResponse>

getPurgeIdentityMappingsMethod()

public static MethodDescriptor<PurgeIdentityMappingsRequest,Operation> getPurgeIdentityMappingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<PurgeIdentityMappingsRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceBlockingV2Stub

newFutureStub(Channel channel)

public static IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceFutureStub

newStub(Channel channel)

public static IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IdentityMappingStoreServiceGrpc.IdentityMappingStoreServiceStub