Package io.dapr.v1
Class DaprGrpc
- java.lang.Object
-
- io.dapr.v1.DaprGrpc
-
@Generated(value="by gRPC proto compiler (version 1.42.1)", 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 Classes Modifier and Type Class Description static class
DaprGrpc.DaprBlockingStub
Dapr service provides APIs to user application to access Dapr building blocks.static class
DaprGrpc.DaprFutureStub
Dapr service provides APIs to user application to access Dapr building blocks.static class
DaprGrpc.DaprImplBase
Dapr service provides APIs to user application to access Dapr building blocks.static class
DaprGrpc.DaprStub
Dapr service provides APIs to user application to access Dapr building blocks.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
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()
-
getBulkPublishEventAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.BulkPublishRequest,DaprProtos.BulkPublishResponse> getBulkPublishEventAlpha1Method()
-
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()
-
getGetConfigurationMethod
public static io.grpc.MethodDescriptor<DaprProtos.GetConfigurationRequest,DaprProtos.GetConfigurationResponse> getGetConfigurationMethod()
-
getSubscribeConfigurationAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.SubscribeConfigurationRequest,DaprProtos.SubscribeConfigurationResponse> getSubscribeConfigurationAlpha1Method()
-
getSubscribeConfigurationMethod
public static io.grpc.MethodDescriptor<DaprProtos.SubscribeConfigurationRequest,DaprProtos.SubscribeConfigurationResponse> getSubscribeConfigurationMethod()
-
getUnsubscribeConfigurationAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.UnsubscribeConfigurationRequest,DaprProtos.UnsubscribeConfigurationResponse> getUnsubscribeConfigurationAlpha1Method()
-
getUnsubscribeConfigurationMethod
public static io.grpc.MethodDescriptor<DaprProtos.UnsubscribeConfigurationRequest,DaprProtos.UnsubscribeConfigurationResponse> getUnsubscribeConfigurationMethod()
-
getTryLockAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.TryLockRequest,DaprProtos.TryLockResponse> getTryLockAlpha1Method()
-
getUnlockAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.UnlockRequest,DaprProtos.UnlockResponse> getUnlockAlpha1Method()
-
getEncryptAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.EncryptRequest,DaprProtos.EncryptResponse> getEncryptAlpha1Method()
-
getDecryptAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.DecryptRequest,DaprProtos.DecryptResponse> getDecryptAlpha1Method()
-
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()
-
getSubtleGetKeyAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.SubtleGetKeyRequest,DaprProtos.SubtleGetKeyResponse> getSubtleGetKeyAlpha1Method()
-
getSubtleEncryptAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.SubtleEncryptRequest,DaprProtos.SubtleEncryptResponse> getSubtleEncryptAlpha1Method()
-
getSubtleDecryptAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.SubtleDecryptRequest,DaprProtos.SubtleDecryptResponse> getSubtleDecryptAlpha1Method()
-
getSubtleWrapKeyAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.SubtleWrapKeyRequest,DaprProtos.SubtleWrapKeyResponse> getSubtleWrapKeyAlpha1Method()
-
getSubtleUnwrapKeyAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.SubtleUnwrapKeyRequest,DaprProtos.SubtleUnwrapKeyResponse> getSubtleUnwrapKeyAlpha1Method()
-
getSubtleSignAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.SubtleSignRequest,DaprProtos.SubtleSignResponse> getSubtleSignAlpha1Method()
-
getSubtleVerifyAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.SubtleVerifyRequest,DaprProtos.SubtleVerifyResponse> getSubtleVerifyAlpha1Method()
-
getStartWorkflowAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.StartWorkflowRequest,DaprProtos.StartWorkflowResponse> getStartWorkflowAlpha1Method()
-
getGetWorkflowAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.GetWorkflowRequest,DaprProtos.GetWorkflowResponse> getGetWorkflowAlpha1Method()
-
getPurgeWorkflowAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.PurgeWorkflowRequest,com.google.protobuf.Empty> getPurgeWorkflowAlpha1Method()
-
getTerminateWorkflowAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.TerminateWorkflowRequest,com.google.protobuf.Empty> getTerminateWorkflowAlpha1Method()
-
getPauseWorkflowAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.PauseWorkflowRequest,com.google.protobuf.Empty> getPauseWorkflowAlpha1Method()
-
getResumeWorkflowAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.ResumeWorkflowRequest,com.google.protobuf.Empty> getResumeWorkflowAlpha1Method()
-
getRaiseEventWorkflowAlpha1Method
public static io.grpc.MethodDescriptor<DaprProtos.RaiseEventWorkflowRequest,com.google.protobuf.Empty> getRaiseEventWorkflowAlpha1Method()
-
getShutdownMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getShutdownMethod()
-
newStub
public static DaprGrpc.DaprStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DaprGrpc.DaprBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DaprGrpc.DaprFutureStub 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()
-
-