Package io.stigg.sidecar.proto.v1
Class SidecarServiceGrpc
- java.lang.Object
-
- io.stigg.sidecar.proto.v1.SidecarServiceGrpc
-
public final class SidecarServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSidecarServiceGrpc.AsyncServicestatic classSidecarServiceGrpc.SidecarServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service SidecarService.static classSidecarServiceGrpc.SidecarServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service SidecarService.static classSidecarServiceGrpc.SidecarServiceImplBaseBase class for the server implementation of the service SidecarService.static classSidecarServiceGrpc.SidecarServiceStubA stub to allow clients to do asynchronous rpc calls to service SidecarService.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(SidecarServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<GetBooleanEntitlementRequest,GetBooleanEntitlementResponse>getGetBooleanEntitlementMethod()static io.grpc.MethodDescriptor<GetEntitlementsRequest,GetEntitlementsResponse>getGetEntitlementsMethod()static io.grpc.MethodDescriptor<GetMeteredEntitlementRequest,GetMeteredEntitlementResponse>getGetMeteredEntitlementMethod()static io.grpc.MethodDescriptor<GetNumericEntitlementRequest,GetNumericEntitlementResponse>getGetNumericEntitlementMethod()static io.grpc.MethodDescriptor<ReloadEntitlementsRequest,ReloadEntitlementsResponse>getReloadEntitlementsMethod()static io.grpc.MethodDescriptor<ReportEventsRequest,com.google.protobuf.Empty>getReportEventsMethod()static io.grpc.MethodDescriptor<ReportUsageRequest,ReportUsageResponse>getReportUsageMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static SidecarServiceGrpc.SidecarServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic SidecarServiceGrpc.SidecarServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SidecarServiceGrpc.SidecarServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetEntitlementsMethod
public static io.grpc.MethodDescriptor<GetEntitlementsRequest,GetEntitlementsResponse> getGetEntitlementsMethod()
-
getGetBooleanEntitlementMethod
public static io.grpc.MethodDescriptor<GetBooleanEntitlementRequest,GetBooleanEntitlementResponse> getGetBooleanEntitlementMethod()
-
getGetNumericEntitlementMethod
public static io.grpc.MethodDescriptor<GetNumericEntitlementRequest,GetNumericEntitlementResponse> getGetNumericEntitlementMethod()
-
getGetMeteredEntitlementMethod
public static io.grpc.MethodDescriptor<GetMeteredEntitlementRequest,GetMeteredEntitlementResponse> getGetMeteredEntitlementMethod()
-
getReportUsageMethod
public static io.grpc.MethodDescriptor<ReportUsageRequest,ReportUsageResponse> getReportUsageMethod()
-
getReportEventsMethod
public static io.grpc.MethodDescriptor<ReportEventsRequest,com.google.protobuf.Empty> getReportEventsMethod()
-
getReloadEntitlementsMethod
public static io.grpc.MethodDescriptor<ReloadEntitlementsRequest,ReloadEntitlementsResponse> getReloadEntitlementsMethod()
-
newStub
public static SidecarServiceGrpc.SidecarServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SidecarServiceGrpc.SidecarServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SidecarServiceGrpc.SidecarServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(SidecarServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-