Package io.dapr.v1
Class DaprGrpc
java.lang.Object
io.dapr.v1.DaprGrpc
@Generated(value="by gRPC proto compiler (version 1.39.0)",
comments="Source: dapr.proto")
public final class DaprGrpc
extends Object
Dapr service provides APIs to user application to access Dapr building blocks.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Dapr service provides APIs to user application to access Dapr building blocks.static class
Dapr service provides APIs to user application to access Dapr building blocks.static class
Dapr service provides APIs to user application to access Dapr building blocks.static class
Dapr service provides APIs to user application to access Dapr building blocks. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.DeleteBulkStateRequest,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<DaprProtos.DeleteStateRequest,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<DaprProtos.ExecuteActorStateTransactionRequest,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<DaprProtos.ExecuteStateTransactionRequest,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<DaprProtos.GetActorStateRequest,DaprProtos.GetActorStateResponse>
static io.grpc.MethodDescriptor<DaprProtos.GetBulkSecretRequest,DaprProtos.GetBulkSecretResponse>
static io.grpc.MethodDescriptor<DaprProtos.GetBulkStateRequest,DaprProtos.GetBulkStateResponse>
static io.grpc.MethodDescriptor<DaprProtos.GetConfigurationRequest,DaprProtos.GetConfigurationResponse>
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,DaprProtos.GetMetadataResponse>
static io.grpc.MethodDescriptor<DaprProtos.GetSecretRequest,DaprProtos.GetSecretResponse>
static io.grpc.MethodDescriptor<DaprProtos.GetStateRequest,DaprProtos.GetStateResponse>
static io.grpc.MethodDescriptor<DaprProtos.InvokeActorRequest,DaprProtos.InvokeActorResponse>
static io.grpc.MethodDescriptor<DaprProtos.InvokeBindingRequest,DaprProtos.InvokeBindingResponse>
static io.grpc.MethodDescriptor<DaprProtos.InvokeServiceRequest,CommonProtos.InvokeResponse>
static io.grpc.MethodDescriptor<DaprProtos.PublishEventRequest,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<DaprProtos.QueryStateRequest,DaprProtos.QueryStateResponse>
static io.grpc.MethodDescriptor<DaprProtos.RegisterActorReminderRequest,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<DaprProtos.RegisterActorTimerRequest,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<DaprProtos.RenameActorReminderRequest,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<DaprProtos.SaveStateRequest,com.google.protobuf.Empty>
static io.grpc.ServiceDescriptor
static io.grpc.MethodDescriptor<DaprProtos.SetMetadataRequest,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<DaprProtos.SubscribeConfigurationRequest,DaprProtos.SubscribeConfigurationResponse>
static io.grpc.MethodDescriptor<DaprProtos.UnregisterActorReminderRequest,com.google.protobuf.Empty>
static io.grpc.MethodDescriptor<DaprProtos.UnregisterActorTimerRequest,com.google.protobuf.Empty>
static DaprGrpc.DaprBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DaprGrpc.DaprFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DaprGrpc.DaprStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Details
-
getInvokeServiceMethod
public static io.grpc.MethodDescriptor<DaprProtos.InvokeServiceRequest,CommonProtos.InvokeResponse> getInvokeServiceMethod() -
getGetStateMethod
public static io.grpc.MethodDescriptor<DaprProtos.GetStateRequest,DaprProtos.GetStateResponse> getGetStateMethod() -
getGetBulkStateMethod
public static io.grpc.MethodDescriptor<DaprProtos.GetBulkStateRequest,DaprProtos.GetBulkStateResponse> getGetBulkStateMethod() -
getSaveStateMethod
public static io.grpc.MethodDescriptor<DaprProtos.SaveStateRequest,com.google.protobuf.Empty> getSaveStateMethod() -
getQueryStateAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.QueryStateRequest,DaprProtos.QueryStateResponse> getQueryStateAlpha1Method() -
getDeleteStateMethod
public static io.grpc.MethodDescriptor<DaprProtos.DeleteStateRequest,com.google.protobuf.Empty> getDeleteStateMethod() -
getDeleteBulkStateMethod
public static io.grpc.MethodDescriptor<DaprProtos.DeleteBulkStateRequest,com.google.protobuf.Empty> getDeleteBulkStateMethod() -
getExecuteStateTransactionMethod
public static io.grpc.MethodDescriptor<DaprProtos.ExecuteStateTransactionRequest,com.google.protobuf.Empty> getExecuteStateTransactionMethod() -
getPublishEventMethod
public static io.grpc.MethodDescriptor<DaprProtos.PublishEventRequest,com.google.protobuf.Empty> getPublishEventMethod() -
getInvokeBindingMethod
public static io.grpc.MethodDescriptor<DaprProtos.InvokeBindingRequest,DaprProtos.InvokeBindingResponse> getInvokeBindingMethod() -
getGetSecretMethod
public static io.grpc.MethodDescriptor<DaprProtos.GetSecretRequest,DaprProtos.GetSecretResponse> getGetSecretMethod() -
getGetBulkSecretMethod
public static io.grpc.MethodDescriptor<DaprProtos.GetBulkSecretRequest,DaprProtos.GetBulkSecretResponse> getGetBulkSecretMethod() -
getRegisterActorTimerMethod
public static io.grpc.MethodDescriptor<DaprProtos.RegisterActorTimerRequest,com.google.protobuf.Empty> getRegisterActorTimerMethod() -
getUnregisterActorTimerMethod
public static io.grpc.MethodDescriptor<DaprProtos.UnregisterActorTimerRequest,com.google.protobuf.Empty> getUnregisterActorTimerMethod() -
getRegisterActorReminderMethod
public static io.grpc.MethodDescriptor<DaprProtos.RegisterActorReminderRequest,com.google.protobuf.Empty> getRegisterActorReminderMethod() -
getUnregisterActorReminderMethod
public static io.grpc.MethodDescriptor<DaprProtos.UnregisterActorReminderRequest,com.google.protobuf.Empty> getUnregisterActorReminderMethod() -
getRenameActorReminderMethod
public static io.grpc.MethodDescriptor<DaprProtos.RenameActorReminderRequest,com.google.protobuf.Empty> getRenameActorReminderMethod() -
getGetActorStateMethod
public static io.grpc.MethodDescriptor<DaprProtos.GetActorStateRequest,DaprProtos.GetActorStateResponse> getGetActorStateMethod() -
getExecuteActorStateTransactionMethod
public static io.grpc.MethodDescriptor<DaprProtos.ExecuteActorStateTransactionRequest,com.google.protobuf.Empty> getExecuteActorStateTransactionMethod() -
getInvokeActorMethod
public static io.grpc.MethodDescriptor<DaprProtos.InvokeActorRequest,DaprProtos.InvokeActorResponse> getInvokeActorMethod() -
getGetConfigurationAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.GetConfigurationRequest,DaprProtos.GetConfigurationResponse> getGetConfigurationAlpha1Method() -
getSubscribeConfigurationAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.SubscribeConfigurationRequest,DaprProtos.SubscribeConfigurationResponse> getSubscribeConfigurationAlpha1Method() -
getGetMetadataMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,DaprProtos.GetMetadataResponse> getGetMetadataMethod() -
getSetMetadataMethod
public static io.grpc.MethodDescriptor<DaprProtos.SetMetadataRequest,com.google.protobuf.Empty> getSetMetadataMethod() -
getShutdownMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getShutdownMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-