Package flyteidl.service
Class IdentityServiceGrpc.IdentityServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<IdentityServiceGrpc.IdentityServiceStub>
-
- flyteidl.service.IdentityServiceGrpc.IdentityServiceStub
-
- Enclosing class:
- IdentityServiceGrpc
public static final class IdentityServiceGrpc.IdentityServiceStub extends io.grpc.stub.AbstractAsyncStub<IdentityServiceGrpc.IdentityServiceStub>
IdentityService defines an RPC Service that interacts with user/app identities.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateIdentityServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IdentityServiceGrpc.IdentityServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voiduserInfo(Identity.UserInfoRequest request, io.grpc.stub.StreamObserver<Identity.UserInfoResponse> responseObserver)Retrieves user information about the currently logged in user.
-
-
-
Method Detail
-
build
protected IdentityServiceGrpc.IdentityServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<IdentityServiceGrpc.IdentityServiceStub>
-
userInfo
public void userInfo(Identity.UserInfoRequest request, io.grpc.stub.StreamObserver<Identity.UserInfoResponse> responseObserver)
Retrieves user information about the currently logged in user.
-
-