Package Arp.System.Um.Services.Grpc
Class IAuthorizationInfoServiceGrpc
java.lang.Object
Arp.System.Um.Services.Grpc.IAuthorizationInfoServiceGrpc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classstatic final classprivate static final classstatic final classstatic classprivate static final classstatic final classprivate static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<IAuthorizationInfoServiceOuterClass.IAuthorizationInfoServiceHasPermissionForRequest, IAuthorizationInfoServiceOuterClass.IAuthorizationInfoServiceHasPermissionForResponse> private static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<IAuthorizationInfoServiceOuterClass.IAuthorizationInfoServiceHasPermissionForRequest, IAuthorizationInfoServiceOuterClass.IAuthorizationInfoServiceHasPermissionForResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getHasPermissionForMethod
private static volatile io.grpc.MethodDescriptor<IAuthorizationInfoServiceOuterClass.IAuthorizationInfoServiceHasPermissionForRequest,IAuthorizationInfoServiceOuterClass.IAuthorizationInfoServiceHasPermissionForResponse> getHasPermissionForMethod -
METHODID_HAS_PERMISSION_FOR
private static final int METHODID_HAS_PERMISSION_FOR- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
IAuthorizationInfoServiceGrpc
private IAuthorizationInfoServiceGrpc()
-
-
Method Details
-
getHasPermissionForMethod
public static io.grpc.MethodDescriptor<IAuthorizationInfoServiceOuterClass.IAuthorizationInfoServiceHasPermissionForRequest,IAuthorizationInfoServiceOuterClass.IAuthorizationInfoServiceHasPermissionForResponse> getHasPermissionForMethod() -
newStub
public static IAuthorizationInfoServiceGrpc.IAuthorizationInfoServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static IAuthorizationInfoServiceGrpc.IAuthorizationInfoServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static IAuthorizationInfoServiceGrpc.IAuthorizationInfoServiceFutureStub 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()
-