@Generated(value="by gRPC proto compiler (version 1.3.0)", comments="Source: sso/v1/api.proto") public final class ServiceProviderAdminGrpc extends Object
The Service Provider Admin service provides RPC's for managing service providers.
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceProviderAdminGrpc.ServiceProviderAdminBlockingStub
The Service Provider Admin service provides RPC's for managing service providers.
|
static class |
ServiceProviderAdminGrpc.ServiceProviderAdminFutureStub
The Service Provider Admin service provides RPC's for managing service providers.
|
static class |
ServiceProviderAdminGrpc.ServiceProviderAdminImplBase
The Service Provider Admin service provides RPC's for managing service providers.
|
static class |
ServiceProviderAdminGrpc.ServiceProviderAdminStub
The Service Provider Admin service provides RPC's for managing service providers.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<ApiProto.CreateServiceProviderRequest,com.google.protobuf.Empty> |
METHOD_CREATE_SERVICE_PROVIDER |
static io.grpc.MethodDescriptor<ApiProto.DeleteServiceProviderRequest,com.google.protobuf.Empty> |
METHOD_DELETE_SERVICE_PROVIDER |
static io.grpc.MethodDescriptor<ApiProto.GetServiceProviderRequest,ApiProto.GetServiceProviderResponse> |
METHOD_GET_SERVICE_PROVIDER |
static io.grpc.MethodDescriptor<ApiProto.UpdateServiceProviderRequest,com.google.protobuf.Empty> |
METHOD_UPDATE_SERVICE_PROVIDER |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ServiceProviderAdminGrpc.ServiceProviderAdminBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ServiceProviderAdminGrpc.ServiceProviderAdminFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static ServiceProviderAdminGrpc.ServiceProviderAdminStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ApiProto.CreateServiceProviderRequest,com.google.protobuf.Empty> METHOD_CREATE_SERVICE_PROVIDER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ApiProto.GetServiceProviderRequest,ApiProto.GetServiceProviderResponse> METHOD_GET_SERVICE_PROVIDER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ApiProto.UpdateServiceProviderRequest,com.google.protobuf.Empty> METHOD_UPDATE_SERVICE_PROVIDER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ApiProto.DeleteServiceProviderRequest,com.google.protobuf.Empty> METHOD_DELETE_SERVICE_PROVIDER
public static ServiceProviderAdminGrpc.ServiceProviderAdminStub newStub(io.grpc.Channel channel)
public static ServiceProviderAdminGrpc.ServiceProviderAdminBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ServiceProviderAdminGrpc.ServiceProviderAdminFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2021. All rights reserved.