Package flyteidl.service
Class IdentityServiceGrpc
- java.lang.Object
-
- flyteidl.service.IdentityServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.46.0)", comments="Source: flyteidl/service/identity.proto") public final class IdentityServiceGrpc extends ObjectIdentityService defines an RPC Service that interacts with user/app identities.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classIdentityServiceGrpc.IdentityServiceBaseDescriptorSupplierstatic classIdentityServiceGrpc.IdentityServiceBlockingStubIdentityService defines an RPC Service that interacts with user/app identities.private static classIdentityServiceGrpc.IdentityServiceFileDescriptorSupplierstatic classIdentityServiceGrpc.IdentityServiceFutureStubIdentityService defines an RPC Service that interacts with user/app identities.static classIdentityServiceGrpc.IdentityServiceImplBaseIdentityService defines an RPC Service that interacts with user/app identities.private static classIdentityServiceGrpc.IdentityServiceMethodDescriptorSupplierstatic classIdentityServiceGrpc.IdentityServiceStubIdentityService defines an RPC Service that interacts with user/app identities.private static classIdentityServiceGrpc.MethodHandlers<Req,Resp>
-
Field Summary
Fields Modifier and Type Field Description private static io.grpc.MethodDescriptor<Identity.UserInfoRequest,Identity.UserInfoResponse>getUserInfoMethodprivate static intMETHODID_USER_INFOstatic StringSERVICE_NAMEprivate static io.grpc.ServiceDescriptorserviceDescriptor
-
Constructor Summary
Constructors Modifier Constructor Description privateIdentityServiceGrpc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<Identity.UserInfoRequest,Identity.UserInfoResponse>getUserInfoMethod()static IdentityServiceGrpc.IdentityServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic IdentityServiceGrpc.IdentityServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic IdentityServiceGrpc.IdentityServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
getUserInfoMethod
private static volatile io.grpc.MethodDescriptor<Identity.UserInfoRequest,Identity.UserInfoResponse> getUserInfoMethod
-
METHODID_USER_INFO
private static final int METHODID_USER_INFO
- See Also:
- Constant Field Values
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Method Detail
-
getUserInfoMethod
public static io.grpc.MethodDescriptor<Identity.UserInfoRequest,Identity.UserInfoResponse> getUserInfoMethod()
-
newStub
public static IdentityServiceGrpc.IdentityServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static IdentityServiceGrpc.IdentityServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static IdentityServiceGrpc.IdentityServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-