All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.dapr.v1.DaprGrpc Maven / Gradle / Ivy

package io.dapr.v1;

import static io.grpc.MethodDescriptor.generateFullMethodName;

/**
 * 
 * Dapr service provides APIs to user application to access Dapr building blocks.
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler (version 1.64.0)", comments = "Source: dapr/proto/runtime/v1/dapr.proto") @io.grpc.stub.annotations.GrpcGenerated public final class DaprGrpc { private DaprGrpc() {} public static final java.lang.String SERVICE_NAME = "dapr.proto.runtime.v1.Dapr"; // Static method descriptors that strictly reflect the proto. private static volatile io.grpc.MethodDescriptor getInvokeServiceMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "InvokeService", requestType = io.dapr.v1.DaprProtos.InvokeServiceRequest.class, responseType = io.dapr.v1.CommonProtos.InvokeResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getInvokeServiceMethod() { io.grpc.MethodDescriptor getInvokeServiceMethod; if ((getInvokeServiceMethod = DaprGrpc.getInvokeServiceMethod) == null) { synchronized (DaprGrpc.class) { if ((getInvokeServiceMethod = DaprGrpc.getInvokeServiceMethod) == null) { DaprGrpc.getInvokeServiceMethod = getInvokeServiceMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "InvokeService")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.InvokeServiceRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.CommonProtos.InvokeResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("InvokeService")) .build(); } } } return getInvokeServiceMethod; } private static volatile io.grpc.MethodDescriptor getGetStateMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetState", requestType = io.dapr.v1.DaprProtos.GetStateRequest.class, responseType = io.dapr.v1.DaprProtos.GetStateResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetStateMethod() { io.grpc.MethodDescriptor getGetStateMethod; if ((getGetStateMethod = DaprGrpc.getGetStateMethod) == null) { synchronized (DaprGrpc.class) { if ((getGetStateMethod = DaprGrpc.getGetStateMethod) == null) { DaprGrpc.getGetStateMethod = getGetStateMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetState")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetStateRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetStateResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetState")) .build(); } } } return getGetStateMethod; } private static volatile io.grpc.MethodDescriptor getGetBulkStateMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetBulkState", requestType = io.dapr.v1.DaprProtos.GetBulkStateRequest.class, responseType = io.dapr.v1.DaprProtos.GetBulkStateResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetBulkStateMethod() { io.grpc.MethodDescriptor getGetBulkStateMethod; if ((getGetBulkStateMethod = DaprGrpc.getGetBulkStateMethod) == null) { synchronized (DaprGrpc.class) { if ((getGetBulkStateMethod = DaprGrpc.getGetBulkStateMethod) == null) { DaprGrpc.getGetBulkStateMethod = getGetBulkStateMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBulkState")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetBulkStateRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetBulkStateResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetBulkState")) .build(); } } } return getGetBulkStateMethod; } private static volatile io.grpc.MethodDescriptor getSaveStateMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SaveState", requestType = io.dapr.v1.DaprProtos.SaveStateRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getSaveStateMethod() { io.grpc.MethodDescriptor getSaveStateMethod; if ((getSaveStateMethod = DaprGrpc.getSaveStateMethod) == null) { synchronized (DaprGrpc.class) { if ((getSaveStateMethod = DaprGrpc.getSaveStateMethod) == null) { DaprGrpc.getSaveStateMethod = getSaveStateMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SaveState")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SaveStateRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SaveState")) .build(); } } } return getSaveStateMethod; } private static volatile io.grpc.MethodDescriptor getQueryStateAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "QueryStateAlpha1", requestType = io.dapr.v1.DaprProtos.QueryStateRequest.class, responseType = io.dapr.v1.DaprProtos.QueryStateResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getQueryStateAlpha1Method() { io.grpc.MethodDescriptor getQueryStateAlpha1Method; if ((getQueryStateAlpha1Method = DaprGrpc.getQueryStateAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getQueryStateAlpha1Method = DaprGrpc.getQueryStateAlpha1Method) == null) { DaprGrpc.getQueryStateAlpha1Method = getQueryStateAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "QueryStateAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.QueryStateRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.QueryStateResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("QueryStateAlpha1")) .build(); } } } return getQueryStateAlpha1Method; } private static volatile io.grpc.MethodDescriptor getDeleteStateMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "DeleteState", requestType = io.dapr.v1.DaprProtos.DeleteStateRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getDeleteStateMethod() { io.grpc.MethodDescriptor getDeleteStateMethod; if ((getDeleteStateMethod = DaprGrpc.getDeleteStateMethod) == null) { synchronized (DaprGrpc.class) { if ((getDeleteStateMethod = DaprGrpc.getDeleteStateMethod) == null) { DaprGrpc.getDeleteStateMethod = getDeleteStateMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteState")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.DeleteStateRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("DeleteState")) .build(); } } } return getDeleteStateMethod; } private static volatile io.grpc.MethodDescriptor getDeleteBulkStateMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "DeleteBulkState", requestType = io.dapr.v1.DaprProtos.DeleteBulkStateRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getDeleteBulkStateMethod() { io.grpc.MethodDescriptor getDeleteBulkStateMethod; if ((getDeleteBulkStateMethod = DaprGrpc.getDeleteBulkStateMethod) == null) { synchronized (DaprGrpc.class) { if ((getDeleteBulkStateMethod = DaprGrpc.getDeleteBulkStateMethod) == null) { DaprGrpc.getDeleteBulkStateMethod = getDeleteBulkStateMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteBulkState")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.DeleteBulkStateRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("DeleteBulkState")) .build(); } } } return getDeleteBulkStateMethod; } private static volatile io.grpc.MethodDescriptor getExecuteStateTransactionMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ExecuteStateTransaction", requestType = io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getExecuteStateTransactionMethod() { io.grpc.MethodDescriptor getExecuteStateTransactionMethod; if ((getExecuteStateTransactionMethod = DaprGrpc.getExecuteStateTransactionMethod) == null) { synchronized (DaprGrpc.class) { if ((getExecuteStateTransactionMethod = DaprGrpc.getExecuteStateTransactionMethod) == null) { DaprGrpc.getExecuteStateTransactionMethod = getExecuteStateTransactionMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExecuteStateTransaction")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("ExecuteStateTransaction")) .build(); } } } return getExecuteStateTransactionMethod; } private static volatile io.grpc.MethodDescriptor getPublishEventMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "PublishEvent", requestType = io.dapr.v1.DaprProtos.PublishEventRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getPublishEventMethod() { io.grpc.MethodDescriptor getPublishEventMethod; if ((getPublishEventMethod = DaprGrpc.getPublishEventMethod) == null) { synchronized (DaprGrpc.class) { if ((getPublishEventMethod = DaprGrpc.getPublishEventMethod) == null) { DaprGrpc.getPublishEventMethod = getPublishEventMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "PublishEvent")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.PublishEventRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("PublishEvent")) .build(); } } } return getPublishEventMethod; } private static volatile io.grpc.MethodDescriptor getBulkPublishEventAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "BulkPublishEventAlpha1", requestType = io.dapr.v1.DaprProtos.BulkPublishRequest.class, responseType = io.dapr.v1.DaprProtos.BulkPublishResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getBulkPublishEventAlpha1Method() { io.grpc.MethodDescriptor getBulkPublishEventAlpha1Method; if ((getBulkPublishEventAlpha1Method = DaprGrpc.getBulkPublishEventAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getBulkPublishEventAlpha1Method = DaprGrpc.getBulkPublishEventAlpha1Method) == null) { DaprGrpc.getBulkPublishEventAlpha1Method = getBulkPublishEventAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BulkPublishEventAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.BulkPublishRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.BulkPublishResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("BulkPublishEventAlpha1")) .build(); } } } return getBulkPublishEventAlpha1Method; } private static volatile io.grpc.MethodDescriptor getSubscribeTopicEventsAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SubscribeTopicEventsAlpha1", requestType = io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.class, responseType = io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest.class, methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) public static io.grpc.MethodDescriptor getSubscribeTopicEventsAlpha1Method() { io.grpc.MethodDescriptor getSubscribeTopicEventsAlpha1Method; if ((getSubscribeTopicEventsAlpha1Method = DaprGrpc.getSubscribeTopicEventsAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getSubscribeTopicEventsAlpha1Method = DaprGrpc.getSubscribeTopicEventsAlpha1Method) == null) { DaprGrpc.getSubscribeTopicEventsAlpha1Method = getSubscribeTopicEventsAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SubscribeTopicEventsAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SubscribeTopicEventsAlpha1")) .build(); } } } return getSubscribeTopicEventsAlpha1Method; } private static volatile io.grpc.MethodDescriptor getInvokeBindingMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "InvokeBinding", requestType = io.dapr.v1.DaprProtos.InvokeBindingRequest.class, responseType = io.dapr.v1.DaprProtos.InvokeBindingResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getInvokeBindingMethod() { io.grpc.MethodDescriptor getInvokeBindingMethod; if ((getInvokeBindingMethod = DaprGrpc.getInvokeBindingMethod) == null) { synchronized (DaprGrpc.class) { if ((getInvokeBindingMethod = DaprGrpc.getInvokeBindingMethod) == null) { DaprGrpc.getInvokeBindingMethod = getInvokeBindingMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "InvokeBinding")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.InvokeBindingRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.InvokeBindingResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("InvokeBinding")) .build(); } } } return getInvokeBindingMethod; } private static volatile io.grpc.MethodDescriptor getGetSecretMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetSecret", requestType = io.dapr.v1.DaprProtos.GetSecretRequest.class, responseType = io.dapr.v1.DaprProtos.GetSecretResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetSecretMethod() { io.grpc.MethodDescriptor getGetSecretMethod; if ((getGetSecretMethod = DaprGrpc.getGetSecretMethod) == null) { synchronized (DaprGrpc.class) { if ((getGetSecretMethod = DaprGrpc.getGetSecretMethod) == null) { DaprGrpc.getGetSecretMethod = getGetSecretMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetSecret")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetSecretRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetSecretResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetSecret")) .build(); } } } return getGetSecretMethod; } private static volatile io.grpc.MethodDescriptor getGetBulkSecretMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetBulkSecret", requestType = io.dapr.v1.DaprProtos.GetBulkSecretRequest.class, responseType = io.dapr.v1.DaprProtos.GetBulkSecretResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetBulkSecretMethod() { io.grpc.MethodDescriptor getGetBulkSecretMethod; if ((getGetBulkSecretMethod = DaprGrpc.getGetBulkSecretMethod) == null) { synchronized (DaprGrpc.class) { if ((getGetBulkSecretMethod = DaprGrpc.getGetBulkSecretMethod) == null) { DaprGrpc.getGetBulkSecretMethod = getGetBulkSecretMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetBulkSecret")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetBulkSecretRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetBulkSecretResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetBulkSecret")) .build(); } } } return getGetBulkSecretMethod; } private static volatile io.grpc.MethodDescriptor getRegisterActorTimerMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "RegisterActorTimer", requestType = io.dapr.v1.DaprProtos.RegisterActorTimerRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getRegisterActorTimerMethod() { io.grpc.MethodDescriptor getRegisterActorTimerMethod; if ((getRegisterActorTimerMethod = DaprGrpc.getRegisterActorTimerMethod) == null) { synchronized (DaprGrpc.class) { if ((getRegisterActorTimerMethod = DaprGrpc.getRegisterActorTimerMethod) == null) { DaprGrpc.getRegisterActorTimerMethod = getRegisterActorTimerMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RegisterActorTimer")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.RegisterActorTimerRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("RegisterActorTimer")) .build(); } } } return getRegisterActorTimerMethod; } private static volatile io.grpc.MethodDescriptor getUnregisterActorTimerMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "UnregisterActorTimer", requestType = io.dapr.v1.DaprProtos.UnregisterActorTimerRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getUnregisterActorTimerMethod() { io.grpc.MethodDescriptor getUnregisterActorTimerMethod; if ((getUnregisterActorTimerMethod = DaprGrpc.getUnregisterActorTimerMethod) == null) { synchronized (DaprGrpc.class) { if ((getUnregisterActorTimerMethod = DaprGrpc.getUnregisterActorTimerMethod) == null) { DaprGrpc.getUnregisterActorTimerMethod = getUnregisterActorTimerMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UnregisterActorTimer")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.UnregisterActorTimerRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("UnregisterActorTimer")) .build(); } } } return getUnregisterActorTimerMethod; } private static volatile io.grpc.MethodDescriptor getRegisterActorReminderMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "RegisterActorReminder", requestType = io.dapr.v1.DaprProtos.RegisterActorReminderRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getRegisterActorReminderMethod() { io.grpc.MethodDescriptor getRegisterActorReminderMethod; if ((getRegisterActorReminderMethod = DaprGrpc.getRegisterActorReminderMethod) == null) { synchronized (DaprGrpc.class) { if ((getRegisterActorReminderMethod = DaprGrpc.getRegisterActorReminderMethod) == null) { DaprGrpc.getRegisterActorReminderMethod = getRegisterActorReminderMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RegisterActorReminder")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.RegisterActorReminderRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("RegisterActorReminder")) .build(); } } } return getRegisterActorReminderMethod; } private static volatile io.grpc.MethodDescriptor getUnregisterActorReminderMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "UnregisterActorReminder", requestType = io.dapr.v1.DaprProtos.UnregisterActorReminderRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getUnregisterActorReminderMethod() { io.grpc.MethodDescriptor getUnregisterActorReminderMethod; if ((getUnregisterActorReminderMethod = DaprGrpc.getUnregisterActorReminderMethod) == null) { synchronized (DaprGrpc.class) { if ((getUnregisterActorReminderMethod = DaprGrpc.getUnregisterActorReminderMethod) == null) { DaprGrpc.getUnregisterActorReminderMethod = getUnregisterActorReminderMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UnregisterActorReminder")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.UnregisterActorReminderRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("UnregisterActorReminder")) .build(); } } } return getUnregisterActorReminderMethod; } private static volatile io.grpc.MethodDescriptor getGetActorStateMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetActorState", requestType = io.dapr.v1.DaprProtos.GetActorStateRequest.class, responseType = io.dapr.v1.DaprProtos.GetActorStateResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetActorStateMethod() { io.grpc.MethodDescriptor getGetActorStateMethod; if ((getGetActorStateMethod = DaprGrpc.getGetActorStateMethod) == null) { synchronized (DaprGrpc.class) { if ((getGetActorStateMethod = DaprGrpc.getGetActorStateMethod) == null) { DaprGrpc.getGetActorStateMethod = getGetActorStateMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetActorState")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetActorStateRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetActorStateResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetActorState")) .build(); } } } return getGetActorStateMethod; } private static volatile io.grpc.MethodDescriptor getExecuteActorStateTransactionMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ExecuteActorStateTransaction", requestType = io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getExecuteActorStateTransactionMethod() { io.grpc.MethodDescriptor getExecuteActorStateTransactionMethod; if ((getExecuteActorStateTransactionMethod = DaprGrpc.getExecuteActorStateTransactionMethod) == null) { synchronized (DaprGrpc.class) { if ((getExecuteActorStateTransactionMethod = DaprGrpc.getExecuteActorStateTransactionMethod) == null) { DaprGrpc.getExecuteActorStateTransactionMethod = getExecuteActorStateTransactionMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExecuteActorStateTransaction")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("ExecuteActorStateTransaction")) .build(); } } } return getExecuteActorStateTransactionMethod; } private static volatile io.grpc.MethodDescriptor getInvokeActorMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "InvokeActor", requestType = io.dapr.v1.DaprProtos.InvokeActorRequest.class, responseType = io.dapr.v1.DaprProtos.InvokeActorResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getInvokeActorMethod() { io.grpc.MethodDescriptor getInvokeActorMethod; if ((getInvokeActorMethod = DaprGrpc.getInvokeActorMethod) == null) { synchronized (DaprGrpc.class) { if ((getInvokeActorMethod = DaprGrpc.getInvokeActorMethod) == null) { DaprGrpc.getInvokeActorMethod = getInvokeActorMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "InvokeActor")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.InvokeActorRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.InvokeActorResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("InvokeActor")) .build(); } } } return getInvokeActorMethod; } private static volatile io.grpc.MethodDescriptor getGetConfigurationAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetConfigurationAlpha1", requestType = io.dapr.v1.DaprProtos.GetConfigurationRequest.class, responseType = io.dapr.v1.DaprProtos.GetConfigurationResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetConfigurationAlpha1Method() { io.grpc.MethodDescriptor getGetConfigurationAlpha1Method; if ((getGetConfigurationAlpha1Method = DaprGrpc.getGetConfigurationAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getGetConfigurationAlpha1Method = DaprGrpc.getGetConfigurationAlpha1Method) == null) { DaprGrpc.getGetConfigurationAlpha1Method = getGetConfigurationAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetConfigurationAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetConfigurationRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetConfigurationResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetConfigurationAlpha1")) .build(); } } } return getGetConfigurationAlpha1Method; } private static volatile io.grpc.MethodDescriptor getGetConfigurationMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetConfiguration", requestType = io.dapr.v1.DaprProtos.GetConfigurationRequest.class, responseType = io.dapr.v1.DaprProtos.GetConfigurationResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetConfigurationMethod() { io.grpc.MethodDescriptor getGetConfigurationMethod; if ((getGetConfigurationMethod = DaprGrpc.getGetConfigurationMethod) == null) { synchronized (DaprGrpc.class) { if ((getGetConfigurationMethod = DaprGrpc.getGetConfigurationMethod) == null) { DaprGrpc.getGetConfigurationMethod = getGetConfigurationMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetConfiguration")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetConfigurationRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetConfigurationResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetConfiguration")) .build(); } } } return getGetConfigurationMethod; } private static volatile io.grpc.MethodDescriptor getSubscribeConfigurationAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SubscribeConfigurationAlpha1", requestType = io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.class, responseType = io.dapr.v1.DaprProtos.SubscribeConfigurationResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) public static io.grpc.MethodDescriptor getSubscribeConfigurationAlpha1Method() { io.grpc.MethodDescriptor getSubscribeConfigurationAlpha1Method; if ((getSubscribeConfigurationAlpha1Method = DaprGrpc.getSubscribeConfigurationAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getSubscribeConfigurationAlpha1Method = DaprGrpc.getSubscribeConfigurationAlpha1Method) == null) { DaprGrpc.getSubscribeConfigurationAlpha1Method = getSubscribeConfigurationAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SubscribeConfigurationAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubscribeConfigurationResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SubscribeConfigurationAlpha1")) .build(); } } } return getSubscribeConfigurationAlpha1Method; } private static volatile io.grpc.MethodDescriptor getSubscribeConfigurationMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SubscribeConfiguration", requestType = io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.class, responseType = io.dapr.v1.DaprProtos.SubscribeConfigurationResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) public static io.grpc.MethodDescriptor getSubscribeConfigurationMethod() { io.grpc.MethodDescriptor getSubscribeConfigurationMethod; if ((getSubscribeConfigurationMethod = DaprGrpc.getSubscribeConfigurationMethod) == null) { synchronized (DaprGrpc.class) { if ((getSubscribeConfigurationMethod = DaprGrpc.getSubscribeConfigurationMethod) == null) { DaprGrpc.getSubscribeConfigurationMethod = getSubscribeConfigurationMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SubscribeConfiguration")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubscribeConfigurationRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubscribeConfigurationResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SubscribeConfiguration")) .build(); } } } return getSubscribeConfigurationMethod; } private static volatile io.grpc.MethodDescriptor getUnsubscribeConfigurationAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "UnsubscribeConfigurationAlpha1", requestType = io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest.class, responseType = io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getUnsubscribeConfigurationAlpha1Method() { io.grpc.MethodDescriptor getUnsubscribeConfigurationAlpha1Method; if ((getUnsubscribeConfigurationAlpha1Method = DaprGrpc.getUnsubscribeConfigurationAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getUnsubscribeConfigurationAlpha1Method = DaprGrpc.getUnsubscribeConfigurationAlpha1Method) == null) { DaprGrpc.getUnsubscribeConfigurationAlpha1Method = getUnsubscribeConfigurationAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UnsubscribeConfigurationAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("UnsubscribeConfigurationAlpha1")) .build(); } } } return getUnsubscribeConfigurationAlpha1Method; } private static volatile io.grpc.MethodDescriptor getUnsubscribeConfigurationMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "UnsubscribeConfiguration", requestType = io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest.class, responseType = io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getUnsubscribeConfigurationMethod() { io.grpc.MethodDescriptor getUnsubscribeConfigurationMethod; if ((getUnsubscribeConfigurationMethod = DaprGrpc.getUnsubscribeConfigurationMethod) == null) { synchronized (DaprGrpc.class) { if ((getUnsubscribeConfigurationMethod = DaprGrpc.getUnsubscribeConfigurationMethod) == null) { DaprGrpc.getUnsubscribeConfigurationMethod = getUnsubscribeConfigurationMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UnsubscribeConfiguration")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("UnsubscribeConfiguration")) .build(); } } } return getUnsubscribeConfigurationMethod; } private static volatile io.grpc.MethodDescriptor getTryLockAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "TryLockAlpha1", requestType = io.dapr.v1.DaprProtos.TryLockRequest.class, responseType = io.dapr.v1.DaprProtos.TryLockResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getTryLockAlpha1Method() { io.grpc.MethodDescriptor getTryLockAlpha1Method; if ((getTryLockAlpha1Method = DaprGrpc.getTryLockAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getTryLockAlpha1Method = DaprGrpc.getTryLockAlpha1Method) == null) { DaprGrpc.getTryLockAlpha1Method = getTryLockAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TryLockAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.TryLockRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.TryLockResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("TryLockAlpha1")) .build(); } } } return getTryLockAlpha1Method; } private static volatile io.grpc.MethodDescriptor getUnlockAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "UnlockAlpha1", requestType = io.dapr.v1.DaprProtos.UnlockRequest.class, responseType = io.dapr.v1.DaprProtos.UnlockResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getUnlockAlpha1Method() { io.grpc.MethodDescriptor getUnlockAlpha1Method; if ((getUnlockAlpha1Method = DaprGrpc.getUnlockAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getUnlockAlpha1Method = DaprGrpc.getUnlockAlpha1Method) == null) { DaprGrpc.getUnlockAlpha1Method = getUnlockAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UnlockAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.UnlockRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.UnlockResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("UnlockAlpha1")) .build(); } } } return getUnlockAlpha1Method; } private static volatile io.grpc.MethodDescriptor getEncryptAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "EncryptAlpha1", requestType = io.dapr.v1.DaprProtos.EncryptRequest.class, responseType = io.dapr.v1.DaprProtos.EncryptResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) public static io.grpc.MethodDescriptor getEncryptAlpha1Method() { io.grpc.MethodDescriptor getEncryptAlpha1Method; if ((getEncryptAlpha1Method = DaprGrpc.getEncryptAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getEncryptAlpha1Method = DaprGrpc.getEncryptAlpha1Method) == null) { DaprGrpc.getEncryptAlpha1Method = getEncryptAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "EncryptAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.EncryptRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.EncryptResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("EncryptAlpha1")) .build(); } } } return getEncryptAlpha1Method; } private static volatile io.grpc.MethodDescriptor getDecryptAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "DecryptAlpha1", requestType = io.dapr.v1.DaprProtos.DecryptRequest.class, responseType = io.dapr.v1.DaprProtos.DecryptResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) public static io.grpc.MethodDescriptor getDecryptAlpha1Method() { io.grpc.MethodDescriptor getDecryptAlpha1Method; if ((getDecryptAlpha1Method = DaprGrpc.getDecryptAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getDecryptAlpha1Method = DaprGrpc.getDecryptAlpha1Method) == null) { DaprGrpc.getDecryptAlpha1Method = getDecryptAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DecryptAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.DecryptRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.DecryptResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("DecryptAlpha1")) .build(); } } } return getDecryptAlpha1Method; } private static volatile io.grpc.MethodDescriptor getGetMetadataMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetMetadata", requestType = io.dapr.v1.DaprProtos.GetMetadataRequest.class, responseType = io.dapr.v1.DaprProtos.GetMetadataResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetMetadataMethod() { io.grpc.MethodDescriptor getGetMetadataMethod; if ((getGetMetadataMethod = DaprGrpc.getGetMetadataMethod) == null) { synchronized (DaprGrpc.class) { if ((getGetMetadataMethod = DaprGrpc.getGetMetadataMethod) == null) { DaprGrpc.getGetMetadataMethod = getGetMetadataMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetMetadata")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetMetadataRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetMetadataResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetMetadata")) .build(); } } } return getGetMetadataMethod; } private static volatile io.grpc.MethodDescriptor getSetMetadataMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SetMetadata", requestType = io.dapr.v1.DaprProtos.SetMetadataRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getSetMetadataMethod() { io.grpc.MethodDescriptor getSetMetadataMethod; if ((getSetMetadataMethod = DaprGrpc.getSetMetadataMethod) == null) { synchronized (DaprGrpc.class) { if ((getSetMetadataMethod = DaprGrpc.getSetMetadataMethod) == null) { DaprGrpc.getSetMetadataMethod = getSetMetadataMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SetMetadata")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SetMetadataRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SetMetadata")) .build(); } } } return getSetMetadataMethod; } private static volatile io.grpc.MethodDescriptor getSubtleGetKeyAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SubtleGetKeyAlpha1", requestType = io.dapr.v1.DaprProtos.SubtleGetKeyRequest.class, responseType = io.dapr.v1.DaprProtos.SubtleGetKeyResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getSubtleGetKeyAlpha1Method() { io.grpc.MethodDescriptor getSubtleGetKeyAlpha1Method; if ((getSubtleGetKeyAlpha1Method = DaprGrpc.getSubtleGetKeyAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getSubtleGetKeyAlpha1Method = DaprGrpc.getSubtleGetKeyAlpha1Method) == null) { DaprGrpc.getSubtleGetKeyAlpha1Method = getSubtleGetKeyAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SubtleGetKeyAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleGetKeyRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleGetKeyResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SubtleGetKeyAlpha1")) .build(); } } } return getSubtleGetKeyAlpha1Method; } private static volatile io.grpc.MethodDescriptor getSubtleEncryptAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SubtleEncryptAlpha1", requestType = io.dapr.v1.DaprProtos.SubtleEncryptRequest.class, responseType = io.dapr.v1.DaprProtos.SubtleEncryptResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getSubtleEncryptAlpha1Method() { io.grpc.MethodDescriptor getSubtleEncryptAlpha1Method; if ((getSubtleEncryptAlpha1Method = DaprGrpc.getSubtleEncryptAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getSubtleEncryptAlpha1Method = DaprGrpc.getSubtleEncryptAlpha1Method) == null) { DaprGrpc.getSubtleEncryptAlpha1Method = getSubtleEncryptAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SubtleEncryptAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleEncryptRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleEncryptResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SubtleEncryptAlpha1")) .build(); } } } return getSubtleEncryptAlpha1Method; } private static volatile io.grpc.MethodDescriptor getSubtleDecryptAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SubtleDecryptAlpha1", requestType = io.dapr.v1.DaprProtos.SubtleDecryptRequest.class, responseType = io.dapr.v1.DaprProtos.SubtleDecryptResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getSubtleDecryptAlpha1Method() { io.grpc.MethodDescriptor getSubtleDecryptAlpha1Method; if ((getSubtleDecryptAlpha1Method = DaprGrpc.getSubtleDecryptAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getSubtleDecryptAlpha1Method = DaprGrpc.getSubtleDecryptAlpha1Method) == null) { DaprGrpc.getSubtleDecryptAlpha1Method = getSubtleDecryptAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SubtleDecryptAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleDecryptRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleDecryptResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SubtleDecryptAlpha1")) .build(); } } } return getSubtleDecryptAlpha1Method; } private static volatile io.grpc.MethodDescriptor getSubtleWrapKeyAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SubtleWrapKeyAlpha1", requestType = io.dapr.v1.DaprProtos.SubtleWrapKeyRequest.class, responseType = io.dapr.v1.DaprProtos.SubtleWrapKeyResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getSubtleWrapKeyAlpha1Method() { io.grpc.MethodDescriptor getSubtleWrapKeyAlpha1Method; if ((getSubtleWrapKeyAlpha1Method = DaprGrpc.getSubtleWrapKeyAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getSubtleWrapKeyAlpha1Method = DaprGrpc.getSubtleWrapKeyAlpha1Method) == null) { DaprGrpc.getSubtleWrapKeyAlpha1Method = getSubtleWrapKeyAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SubtleWrapKeyAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleWrapKeyRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleWrapKeyResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SubtleWrapKeyAlpha1")) .build(); } } } return getSubtleWrapKeyAlpha1Method; } private static volatile io.grpc.MethodDescriptor getSubtleUnwrapKeyAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SubtleUnwrapKeyAlpha1", requestType = io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest.class, responseType = io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getSubtleUnwrapKeyAlpha1Method() { io.grpc.MethodDescriptor getSubtleUnwrapKeyAlpha1Method; if ((getSubtleUnwrapKeyAlpha1Method = DaprGrpc.getSubtleUnwrapKeyAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getSubtleUnwrapKeyAlpha1Method = DaprGrpc.getSubtleUnwrapKeyAlpha1Method) == null) { DaprGrpc.getSubtleUnwrapKeyAlpha1Method = getSubtleUnwrapKeyAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SubtleUnwrapKeyAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SubtleUnwrapKeyAlpha1")) .build(); } } } return getSubtleUnwrapKeyAlpha1Method; } private static volatile io.grpc.MethodDescriptor getSubtleSignAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SubtleSignAlpha1", requestType = io.dapr.v1.DaprProtos.SubtleSignRequest.class, responseType = io.dapr.v1.DaprProtos.SubtleSignResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getSubtleSignAlpha1Method() { io.grpc.MethodDescriptor getSubtleSignAlpha1Method; if ((getSubtleSignAlpha1Method = DaprGrpc.getSubtleSignAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getSubtleSignAlpha1Method = DaprGrpc.getSubtleSignAlpha1Method) == null) { DaprGrpc.getSubtleSignAlpha1Method = getSubtleSignAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SubtleSignAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleSignRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleSignResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SubtleSignAlpha1")) .build(); } } } return getSubtleSignAlpha1Method; } private static volatile io.grpc.MethodDescriptor getSubtleVerifyAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "SubtleVerifyAlpha1", requestType = io.dapr.v1.DaprProtos.SubtleVerifyRequest.class, responseType = io.dapr.v1.DaprProtos.SubtleVerifyResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getSubtleVerifyAlpha1Method() { io.grpc.MethodDescriptor getSubtleVerifyAlpha1Method; if ((getSubtleVerifyAlpha1Method = DaprGrpc.getSubtleVerifyAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getSubtleVerifyAlpha1Method = DaprGrpc.getSubtleVerifyAlpha1Method) == null) { DaprGrpc.getSubtleVerifyAlpha1Method = getSubtleVerifyAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SubtleVerifyAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleVerifyRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.SubtleVerifyResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("SubtleVerifyAlpha1")) .build(); } } } return getSubtleVerifyAlpha1Method; } private static volatile io.grpc.MethodDescriptor getStartWorkflowAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "StartWorkflowAlpha1", requestType = io.dapr.v1.DaprProtos.StartWorkflowRequest.class, responseType = io.dapr.v1.DaprProtos.StartWorkflowResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getStartWorkflowAlpha1Method() { io.grpc.MethodDescriptor getStartWorkflowAlpha1Method; if ((getStartWorkflowAlpha1Method = DaprGrpc.getStartWorkflowAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getStartWorkflowAlpha1Method = DaprGrpc.getStartWorkflowAlpha1Method) == null) { DaprGrpc.getStartWorkflowAlpha1Method = getStartWorkflowAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartWorkflowAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.StartWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.StartWorkflowResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("StartWorkflowAlpha1")) .build(); } } } return getStartWorkflowAlpha1Method; } private static volatile io.grpc.MethodDescriptor getGetWorkflowAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetWorkflowAlpha1", requestType = io.dapr.v1.DaprProtos.GetWorkflowRequest.class, responseType = io.dapr.v1.DaprProtos.GetWorkflowResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetWorkflowAlpha1Method() { io.grpc.MethodDescriptor getGetWorkflowAlpha1Method; if ((getGetWorkflowAlpha1Method = DaprGrpc.getGetWorkflowAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getGetWorkflowAlpha1Method = DaprGrpc.getGetWorkflowAlpha1Method) == null) { DaprGrpc.getGetWorkflowAlpha1Method = getGetWorkflowAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetWorkflowAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetWorkflowResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetWorkflowAlpha1")) .build(); } } } return getGetWorkflowAlpha1Method; } private static volatile io.grpc.MethodDescriptor getPurgeWorkflowAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "PurgeWorkflowAlpha1", requestType = io.dapr.v1.DaprProtos.PurgeWorkflowRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getPurgeWorkflowAlpha1Method() { io.grpc.MethodDescriptor getPurgeWorkflowAlpha1Method; if ((getPurgeWorkflowAlpha1Method = DaprGrpc.getPurgeWorkflowAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getPurgeWorkflowAlpha1Method = DaprGrpc.getPurgeWorkflowAlpha1Method) == null) { DaprGrpc.getPurgeWorkflowAlpha1Method = getPurgeWorkflowAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "PurgeWorkflowAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.PurgeWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("PurgeWorkflowAlpha1")) .build(); } } } return getPurgeWorkflowAlpha1Method; } private static volatile io.grpc.MethodDescriptor getTerminateWorkflowAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "TerminateWorkflowAlpha1", requestType = io.dapr.v1.DaprProtos.TerminateWorkflowRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getTerminateWorkflowAlpha1Method() { io.grpc.MethodDescriptor getTerminateWorkflowAlpha1Method; if ((getTerminateWorkflowAlpha1Method = DaprGrpc.getTerminateWorkflowAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getTerminateWorkflowAlpha1Method = DaprGrpc.getTerminateWorkflowAlpha1Method) == null) { DaprGrpc.getTerminateWorkflowAlpha1Method = getTerminateWorkflowAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TerminateWorkflowAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.TerminateWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("TerminateWorkflowAlpha1")) .build(); } } } return getTerminateWorkflowAlpha1Method; } private static volatile io.grpc.MethodDescriptor getPauseWorkflowAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "PauseWorkflowAlpha1", requestType = io.dapr.v1.DaprProtos.PauseWorkflowRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getPauseWorkflowAlpha1Method() { io.grpc.MethodDescriptor getPauseWorkflowAlpha1Method; if ((getPauseWorkflowAlpha1Method = DaprGrpc.getPauseWorkflowAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getPauseWorkflowAlpha1Method = DaprGrpc.getPauseWorkflowAlpha1Method) == null) { DaprGrpc.getPauseWorkflowAlpha1Method = getPauseWorkflowAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "PauseWorkflowAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.PauseWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("PauseWorkflowAlpha1")) .build(); } } } return getPauseWorkflowAlpha1Method; } private static volatile io.grpc.MethodDescriptor getResumeWorkflowAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ResumeWorkflowAlpha1", requestType = io.dapr.v1.DaprProtos.ResumeWorkflowRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getResumeWorkflowAlpha1Method() { io.grpc.MethodDescriptor getResumeWorkflowAlpha1Method; if ((getResumeWorkflowAlpha1Method = DaprGrpc.getResumeWorkflowAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getResumeWorkflowAlpha1Method = DaprGrpc.getResumeWorkflowAlpha1Method) == null) { DaprGrpc.getResumeWorkflowAlpha1Method = getResumeWorkflowAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ResumeWorkflowAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.ResumeWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("ResumeWorkflowAlpha1")) .build(); } } } return getResumeWorkflowAlpha1Method; } private static volatile io.grpc.MethodDescriptor getRaiseEventWorkflowAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "RaiseEventWorkflowAlpha1", requestType = io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getRaiseEventWorkflowAlpha1Method() { io.grpc.MethodDescriptor getRaiseEventWorkflowAlpha1Method; if ((getRaiseEventWorkflowAlpha1Method = DaprGrpc.getRaiseEventWorkflowAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getRaiseEventWorkflowAlpha1Method = DaprGrpc.getRaiseEventWorkflowAlpha1Method) == null) { DaprGrpc.getRaiseEventWorkflowAlpha1Method = getRaiseEventWorkflowAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RaiseEventWorkflowAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("RaiseEventWorkflowAlpha1")) .build(); } } } return getRaiseEventWorkflowAlpha1Method; } private static volatile io.grpc.MethodDescriptor getStartWorkflowBeta1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "StartWorkflowBeta1", requestType = io.dapr.v1.DaprProtos.StartWorkflowRequest.class, responseType = io.dapr.v1.DaprProtos.StartWorkflowResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getStartWorkflowBeta1Method() { io.grpc.MethodDescriptor getStartWorkflowBeta1Method; if ((getStartWorkflowBeta1Method = DaprGrpc.getStartWorkflowBeta1Method) == null) { synchronized (DaprGrpc.class) { if ((getStartWorkflowBeta1Method = DaprGrpc.getStartWorkflowBeta1Method) == null) { DaprGrpc.getStartWorkflowBeta1Method = getStartWorkflowBeta1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartWorkflowBeta1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.StartWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.StartWorkflowResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("StartWorkflowBeta1")) .build(); } } } return getStartWorkflowBeta1Method; } private static volatile io.grpc.MethodDescriptor getGetWorkflowBeta1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetWorkflowBeta1", requestType = io.dapr.v1.DaprProtos.GetWorkflowRequest.class, responseType = io.dapr.v1.DaprProtos.GetWorkflowResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetWorkflowBeta1Method() { io.grpc.MethodDescriptor getGetWorkflowBeta1Method; if ((getGetWorkflowBeta1Method = DaprGrpc.getGetWorkflowBeta1Method) == null) { synchronized (DaprGrpc.class) { if ((getGetWorkflowBeta1Method = DaprGrpc.getGetWorkflowBeta1Method) == null) { DaprGrpc.getGetWorkflowBeta1Method = getGetWorkflowBeta1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetWorkflowBeta1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetWorkflowResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetWorkflowBeta1")) .build(); } } } return getGetWorkflowBeta1Method; } private static volatile io.grpc.MethodDescriptor getPurgeWorkflowBeta1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "PurgeWorkflowBeta1", requestType = io.dapr.v1.DaprProtos.PurgeWorkflowRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getPurgeWorkflowBeta1Method() { io.grpc.MethodDescriptor getPurgeWorkflowBeta1Method; if ((getPurgeWorkflowBeta1Method = DaprGrpc.getPurgeWorkflowBeta1Method) == null) { synchronized (DaprGrpc.class) { if ((getPurgeWorkflowBeta1Method = DaprGrpc.getPurgeWorkflowBeta1Method) == null) { DaprGrpc.getPurgeWorkflowBeta1Method = getPurgeWorkflowBeta1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "PurgeWorkflowBeta1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.PurgeWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("PurgeWorkflowBeta1")) .build(); } } } return getPurgeWorkflowBeta1Method; } private static volatile io.grpc.MethodDescriptor getTerminateWorkflowBeta1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "TerminateWorkflowBeta1", requestType = io.dapr.v1.DaprProtos.TerminateWorkflowRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getTerminateWorkflowBeta1Method() { io.grpc.MethodDescriptor getTerminateWorkflowBeta1Method; if ((getTerminateWorkflowBeta1Method = DaprGrpc.getTerminateWorkflowBeta1Method) == null) { synchronized (DaprGrpc.class) { if ((getTerminateWorkflowBeta1Method = DaprGrpc.getTerminateWorkflowBeta1Method) == null) { DaprGrpc.getTerminateWorkflowBeta1Method = getTerminateWorkflowBeta1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TerminateWorkflowBeta1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.TerminateWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("TerminateWorkflowBeta1")) .build(); } } } return getTerminateWorkflowBeta1Method; } private static volatile io.grpc.MethodDescriptor getPauseWorkflowBeta1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "PauseWorkflowBeta1", requestType = io.dapr.v1.DaprProtos.PauseWorkflowRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getPauseWorkflowBeta1Method() { io.grpc.MethodDescriptor getPauseWorkflowBeta1Method; if ((getPauseWorkflowBeta1Method = DaprGrpc.getPauseWorkflowBeta1Method) == null) { synchronized (DaprGrpc.class) { if ((getPauseWorkflowBeta1Method = DaprGrpc.getPauseWorkflowBeta1Method) == null) { DaprGrpc.getPauseWorkflowBeta1Method = getPauseWorkflowBeta1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "PauseWorkflowBeta1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.PauseWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("PauseWorkflowBeta1")) .build(); } } } return getPauseWorkflowBeta1Method; } private static volatile io.grpc.MethodDescriptor getResumeWorkflowBeta1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ResumeWorkflowBeta1", requestType = io.dapr.v1.DaprProtos.ResumeWorkflowRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getResumeWorkflowBeta1Method() { io.grpc.MethodDescriptor getResumeWorkflowBeta1Method; if ((getResumeWorkflowBeta1Method = DaprGrpc.getResumeWorkflowBeta1Method) == null) { synchronized (DaprGrpc.class) { if ((getResumeWorkflowBeta1Method = DaprGrpc.getResumeWorkflowBeta1Method) == null) { DaprGrpc.getResumeWorkflowBeta1Method = getResumeWorkflowBeta1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ResumeWorkflowBeta1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.ResumeWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("ResumeWorkflowBeta1")) .build(); } } } return getResumeWorkflowBeta1Method; } private static volatile io.grpc.MethodDescriptor getRaiseEventWorkflowBeta1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "RaiseEventWorkflowBeta1", requestType = io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getRaiseEventWorkflowBeta1Method() { io.grpc.MethodDescriptor getRaiseEventWorkflowBeta1Method; if ((getRaiseEventWorkflowBeta1Method = DaprGrpc.getRaiseEventWorkflowBeta1Method) == null) { synchronized (DaprGrpc.class) { if ((getRaiseEventWorkflowBeta1Method = DaprGrpc.getRaiseEventWorkflowBeta1Method) == null) { DaprGrpc.getRaiseEventWorkflowBeta1Method = getRaiseEventWorkflowBeta1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RaiseEventWorkflowBeta1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("RaiseEventWorkflowBeta1")) .build(); } } } return getRaiseEventWorkflowBeta1Method; } private static volatile io.grpc.MethodDescriptor getShutdownMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "Shutdown", requestType = io.dapr.v1.DaprProtos.ShutdownRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getShutdownMethod() { io.grpc.MethodDescriptor getShutdownMethod; if ((getShutdownMethod = DaprGrpc.getShutdownMethod) == null) { synchronized (DaprGrpc.class) { if ((getShutdownMethod = DaprGrpc.getShutdownMethod) == null) { DaprGrpc.getShutdownMethod = getShutdownMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Shutdown")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.ShutdownRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("Shutdown")) .build(); } } } return getShutdownMethod; } private static volatile io.grpc.MethodDescriptor getScheduleJobAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ScheduleJobAlpha1", requestType = io.dapr.v1.DaprProtos.ScheduleJobRequest.class, responseType = io.dapr.v1.DaprProtos.ScheduleJobResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getScheduleJobAlpha1Method() { io.grpc.MethodDescriptor getScheduleJobAlpha1Method; if ((getScheduleJobAlpha1Method = DaprGrpc.getScheduleJobAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getScheduleJobAlpha1Method = DaprGrpc.getScheduleJobAlpha1Method) == null) { DaprGrpc.getScheduleJobAlpha1Method = getScheduleJobAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ScheduleJobAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.ScheduleJobRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.ScheduleJobResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("ScheduleJobAlpha1")) .build(); } } } return getScheduleJobAlpha1Method; } private static volatile io.grpc.MethodDescriptor getGetJobAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetJobAlpha1", requestType = io.dapr.v1.DaprProtos.GetJobRequest.class, responseType = io.dapr.v1.DaprProtos.GetJobResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetJobAlpha1Method() { io.grpc.MethodDescriptor getGetJobAlpha1Method; if ((getGetJobAlpha1Method = DaprGrpc.getGetJobAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getGetJobAlpha1Method = DaprGrpc.getGetJobAlpha1Method) == null) { DaprGrpc.getGetJobAlpha1Method = getGetJobAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetJobAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetJobRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.GetJobResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("GetJobAlpha1")) .build(); } } } return getGetJobAlpha1Method; } private static volatile io.grpc.MethodDescriptor getDeleteJobAlpha1Method; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "DeleteJobAlpha1", requestType = io.dapr.v1.DaprProtos.DeleteJobRequest.class, responseType = io.dapr.v1.DaprProtos.DeleteJobResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getDeleteJobAlpha1Method() { io.grpc.MethodDescriptor getDeleteJobAlpha1Method; if ((getDeleteJobAlpha1Method = DaprGrpc.getDeleteJobAlpha1Method) == null) { synchronized (DaprGrpc.class) { if ((getDeleteJobAlpha1Method = DaprGrpc.getDeleteJobAlpha1Method) == null) { DaprGrpc.getDeleteJobAlpha1Method = getDeleteJobAlpha1Method = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteJobAlpha1")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.DeleteJobRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.dapr.v1.DaprProtos.DeleteJobResponse.getDefaultInstance())) .setSchemaDescriptor(new DaprMethodDescriptorSupplier("DeleteJobAlpha1")) .build(); } } } return getDeleteJobAlpha1Method; } /** * Creates a new async stub that supports all call types for the service */ public static DaprStub newStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public DaprStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DaprStub(channel, callOptions); } }; return DaprStub.newStub(factory, channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static DaprBlockingStub newBlockingStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public DaprBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DaprBlockingStub(channel, callOptions); } }; return DaprBlockingStub.newStub(factory, channel); } /** * Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static DaprFutureStub newFutureStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public DaprFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DaprFutureStub(channel, callOptions); } }; return DaprFutureStub.newStub(factory, channel); } /** *
   * Dapr service provides APIs to user application to access Dapr building blocks.
   * 
*/ public interface AsyncService { /** *
     * Invokes a method on a remote Dapr app.
     * Deprecated: Use proxy mode service invocation instead.
     * 
*/ default void invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getInvokeServiceMethod(), responseObserver); } /** *
     * Gets the state for a specific key.
     * 
*/ default void getState(io.dapr.v1.DaprProtos.GetStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetStateMethod(), responseObserver); } /** *
     * Gets a bulk of state items for a list of keys
     * 
*/ default void getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBulkStateMethod(), responseObserver); } /** *
     * Saves the state for a specific key.
     * 
*/ default void saveState(io.dapr.v1.DaprProtos.SaveStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSaveStateMethod(), responseObserver); } /** *
     * Queries the state.
     * 
*/ default void queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getQueryStateAlpha1Method(), responseObserver); } /** *
     * Deletes the state for a specific key.
     * 
*/ default void deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteStateMethod(), responseObserver); } /** *
     * Deletes a bulk of state items for a list of keys
     * 
*/ default void deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteBulkStateMethod(), responseObserver); } /** *
     * Executes transactions for a specified store
     * 
*/ default void executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getExecuteStateTransactionMethod(), responseObserver); } /** *
     * Publishes events to the specific topic.
     * 
*/ default void publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getPublishEventMethod(), responseObserver); } /** *
     * Bulk Publishes multiple events to the specified topic.
     * 
*/ default void bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBulkPublishEventAlpha1Method(), responseObserver); } /** *
     * SubscribeTopicEventsAlpha1 subscribes to a PubSub topic and receives topic
     * events from it.
     * 
*/ default io.grpc.stub.StreamObserver subscribeTopicEventsAlpha1( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getSubscribeTopicEventsAlpha1Method(), responseObserver); } /** *
     * Invokes binding data to specific output bindings
     * 
*/ default void invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getInvokeBindingMethod(), responseObserver); } /** *
     * Gets secrets from secret stores.
     * 
*/ default void getSecret(io.dapr.v1.DaprProtos.GetSecretRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetSecretMethod(), responseObserver); } /** *
     * Gets a bulk of secrets
     * 
*/ default void getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetBulkSecretMethod(), responseObserver); } /** *
     * Register an actor timer.
     * 
*/ default void registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRegisterActorTimerMethod(), responseObserver); } /** *
     * Unregister an actor timer.
     * 
*/ default void unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUnregisterActorTimerMethod(), responseObserver); } /** *
     * Register an actor reminder.
     * 
*/ default void registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRegisterActorReminderMethod(), responseObserver); } /** *
     * Unregister an actor reminder.
     * 
*/ default void unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUnregisterActorReminderMethod(), responseObserver); } /** *
     * Gets the state for a specific actor.
     * 
*/ default void getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetActorStateMethod(), responseObserver); } /** *
     * Executes state transactions for a specified actor
     * 
*/ default void executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getExecuteActorStateTransactionMethod(), responseObserver); } /** *
     * InvokeActor calls a method on an actor.
     * 
*/ default void invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getInvokeActorMethod(), responseObserver); } /** *
     * GetConfiguration gets configuration from configuration store.
     * 
*/ default void getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetConfigurationAlpha1Method(), responseObserver); } /** *
     * GetConfiguration gets configuration from configuration store.
     * 
*/ default void getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetConfigurationMethod(), responseObserver); } /** *
     * SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
     * 
*/ default void subscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSubscribeConfigurationAlpha1Method(), responseObserver); } /** *
     * SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
     * 
*/ default void subscribeConfiguration(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSubscribeConfigurationMethod(), responseObserver); } /** *
     * UnSubscribeConfiguration unsubscribe the subscription of configuration
     * 
*/ default void unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUnsubscribeConfigurationAlpha1Method(), responseObserver); } /** *
     * UnSubscribeConfiguration unsubscribe the subscription of configuration
     * 
*/ default void unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUnsubscribeConfigurationMethod(), responseObserver); } /** *
     * TryLockAlpha1 tries to get a lock with an expiry.
     * 
*/ default void tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getTryLockAlpha1Method(), responseObserver); } /** *
     * UnlockAlpha1 unlocks a lock.
     * 
*/ default void unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUnlockAlpha1Method(), responseObserver); } /** *
     * EncryptAlpha1 encrypts a message using the Dapr encryption scheme and a key stored in the vault.
     * 
*/ default io.grpc.stub.StreamObserver encryptAlpha1( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getEncryptAlpha1Method(), responseObserver); } /** *
     * DecryptAlpha1 decrypts a message using the Dapr encryption scheme and a key stored in the vault.
     * 
*/ default io.grpc.stub.StreamObserver decryptAlpha1( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getDecryptAlpha1Method(), responseObserver); } /** *
     * Gets metadata of the sidecar
     * 
*/ default void getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetMetadataMethod(), responseObserver); } /** *
     * Sets value in extended metadata of the sidecar
     * 
*/ default void setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSetMetadataMethod(), responseObserver); } /** *
     * SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
     * 
*/ default void subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSubtleGetKeyAlpha1Method(), responseObserver); } /** *
     * SubtleEncryptAlpha1 encrypts a small message using a key stored in the vault.
     * 
*/ default void subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSubtleEncryptAlpha1Method(), responseObserver); } /** *
     * SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.
     * 
*/ default void subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSubtleDecryptAlpha1Method(), responseObserver); } /** *
     * SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
     * 
*/ default void subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSubtleWrapKeyAlpha1Method(), responseObserver); } /** *
     * SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
     * 
*/ default void subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSubtleUnwrapKeyAlpha1Method(), responseObserver); } /** *
     * SubtleSignAlpha1 signs a message using a key stored in the vault.
     * 
*/ default void subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSubtleSignAlpha1Method(), responseObserver); } /** *
     * SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
     * 
*/ default void subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSubtleVerifyAlpha1Method(), responseObserver); } /** *
     * Starts a new instance of a workflow
     * 
*/ default void startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStartWorkflowAlpha1Method(), responseObserver); } /** *
     * Gets details about a started workflow instance
     * 
*/ default void getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetWorkflowAlpha1Method(), responseObserver); } /** *
     * Purge Workflow
     * 
*/ default void purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getPurgeWorkflowAlpha1Method(), responseObserver); } /** *
     * Terminates a running workflow instance
     * 
*/ default void terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getTerminateWorkflowAlpha1Method(), responseObserver); } /** *
     * Pauses a running workflow instance
     * 
*/ default void pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getPauseWorkflowAlpha1Method(), responseObserver); } /** *
     * Resumes a paused workflow instance
     * 
*/ default void resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getResumeWorkflowAlpha1Method(), responseObserver); } /** *
     * Raise an event to a running workflow instance
     * 
*/ default void raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRaiseEventWorkflowAlpha1Method(), responseObserver); } /** *
     * Starts a new instance of a workflow
     * 
*/ default void startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStartWorkflowBeta1Method(), responseObserver); } /** *
     * Gets details about a started workflow instance
     * 
*/ default void getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetWorkflowBeta1Method(), responseObserver); } /** *
     * Purge Workflow
     * 
*/ default void purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getPurgeWorkflowBeta1Method(), responseObserver); } /** *
     * Terminates a running workflow instance
     * 
*/ default void terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getTerminateWorkflowBeta1Method(), responseObserver); } /** *
     * Pauses a running workflow instance
     * 
*/ default void pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getPauseWorkflowBeta1Method(), responseObserver); } /** *
     * Resumes a paused workflow instance
     * 
*/ default void resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getResumeWorkflowBeta1Method(), responseObserver); } /** *
     * Raise an event to a running workflow instance
     * 
*/ default void raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRaiseEventWorkflowBeta1Method(), responseObserver); } /** *
     * Shutdown the sidecar
     * 
*/ default void shutdown(io.dapr.v1.DaprProtos.ShutdownRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getShutdownMethod(), responseObserver); } /** *
     * Create and schedule a job
     * 
*/ default void scheduleJobAlpha1(io.dapr.v1.DaprProtos.ScheduleJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getScheduleJobAlpha1Method(), responseObserver); } /** *
     * Gets a scheduled job
     * 
*/ default void getJobAlpha1(io.dapr.v1.DaprProtos.GetJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetJobAlpha1Method(), responseObserver); } /** *
     * Delete a job
     * 
*/ default void deleteJobAlpha1(io.dapr.v1.DaprProtos.DeleteJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteJobAlpha1Method(), responseObserver); } } /** * Base class for the server implementation of the service Dapr. *
   * Dapr service provides APIs to user application to access Dapr building blocks.
   * 
*/ public static abstract class DaprImplBase implements io.grpc.BindableService, AsyncService { @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return DaprGrpc.bindService(this); } } /** * A stub to allow clients to do asynchronous rpc calls to service Dapr. *
   * Dapr service provides APIs to user application to access Dapr building blocks.
   * 
*/ public static final class DaprStub extends io.grpc.stub.AbstractAsyncStub { private DaprStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected DaprStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DaprStub(channel, callOptions); } /** *
     * Invokes a method on a remote Dapr app.
     * Deprecated: Use proxy mode service invocation instead.
     * 
*/ public void invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getInvokeServiceMethod(), getCallOptions()), request, responseObserver); } /** *
     * Gets the state for a specific key.
     * 
*/ public void getState(io.dapr.v1.DaprProtos.GetStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetStateMethod(), getCallOptions()), request, responseObserver); } /** *
     * Gets a bulk of state items for a list of keys
     * 
*/ public void getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetBulkStateMethod(), getCallOptions()), request, responseObserver); } /** *
     * Saves the state for a specific key.
     * 
*/ public void saveState(io.dapr.v1.DaprProtos.SaveStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSaveStateMethod(), getCallOptions()), request, responseObserver); } /** *
     * Queries the state.
     * 
*/ public void queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getQueryStateAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Deletes the state for a specific key.
     * 
*/ public void deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteStateMethod(), getCallOptions()), request, responseObserver); } /** *
     * Deletes a bulk of state items for a list of keys
     * 
*/ public void deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteBulkStateMethod(), getCallOptions()), request, responseObserver); } /** *
     * Executes transactions for a specified store
     * 
*/ public void executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getExecuteStateTransactionMethod(), getCallOptions()), request, responseObserver); } /** *
     * Publishes events to the specific topic.
     * 
*/ public void publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getPublishEventMethod(), getCallOptions()), request, responseObserver); } /** *
     * Bulk Publishes multiple events to the specified topic.
     * 
*/ public void bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getBulkPublishEventAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * SubscribeTopicEventsAlpha1 subscribes to a PubSub topic and receives topic
     * events from it.
     * 
*/ public io.grpc.stub.StreamObserver subscribeTopicEventsAlpha1( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( getChannel().newCall(getSubscribeTopicEventsAlpha1Method(), getCallOptions()), responseObserver); } /** *
     * Invokes binding data to specific output bindings
     * 
*/ public void invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getInvokeBindingMethod(), getCallOptions()), request, responseObserver); } /** *
     * Gets secrets from secret stores.
     * 
*/ public void getSecret(io.dapr.v1.DaprProtos.GetSecretRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetSecretMethod(), getCallOptions()), request, responseObserver); } /** *
     * Gets a bulk of secrets
     * 
*/ public void getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetBulkSecretMethod(), getCallOptions()), request, responseObserver); } /** *
     * Register an actor timer.
     * 
*/ public void registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getRegisterActorTimerMethod(), getCallOptions()), request, responseObserver); } /** *
     * Unregister an actor timer.
     * 
*/ public void unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUnregisterActorTimerMethod(), getCallOptions()), request, responseObserver); } /** *
     * Register an actor reminder.
     * 
*/ public void registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getRegisterActorReminderMethod(), getCallOptions()), request, responseObserver); } /** *
     * Unregister an actor reminder.
     * 
*/ public void unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUnregisterActorReminderMethod(), getCallOptions()), request, responseObserver); } /** *
     * Gets the state for a specific actor.
     * 
*/ public void getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetActorStateMethod(), getCallOptions()), request, responseObserver); } /** *
     * Executes state transactions for a specified actor
     * 
*/ public void executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getExecuteActorStateTransactionMethod(), getCallOptions()), request, responseObserver); } /** *
     * InvokeActor calls a method on an actor.
     * 
*/ public void invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getInvokeActorMethod(), getCallOptions()), request, responseObserver); } /** *
     * GetConfiguration gets configuration from configuration store.
     * 
*/ public void getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetConfigurationAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * GetConfiguration gets configuration from configuration store.
     * 
*/ public void getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetConfigurationMethod(), getCallOptions()), request, responseObserver); } /** *
     * SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
     * 
*/ public void subscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncServerStreamingCall( getChannel().newCall(getSubscribeConfigurationAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
     * 
*/ public void subscribeConfiguration(io.dapr.v1.DaprProtos.SubscribeConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncServerStreamingCall( getChannel().newCall(getSubscribeConfigurationMethod(), getCallOptions()), request, responseObserver); } /** *
     * UnSubscribeConfiguration unsubscribe the subscription of configuration
     * 
*/ public void unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUnsubscribeConfigurationAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * UnSubscribeConfiguration unsubscribe the subscription of configuration
     * 
*/ public void unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUnsubscribeConfigurationMethod(), getCallOptions()), request, responseObserver); } /** *
     * TryLockAlpha1 tries to get a lock with an expiry.
     * 
*/ public void tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getTryLockAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * UnlockAlpha1 unlocks a lock.
     * 
*/ public void unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUnlockAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * EncryptAlpha1 encrypts a message using the Dapr encryption scheme and a key stored in the vault.
     * 
*/ public io.grpc.stub.StreamObserver encryptAlpha1( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( getChannel().newCall(getEncryptAlpha1Method(), getCallOptions()), responseObserver); } /** *
     * DecryptAlpha1 decrypts a message using the Dapr encryption scheme and a key stored in the vault.
     * 
*/ public io.grpc.stub.StreamObserver decryptAlpha1( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( getChannel().newCall(getDecryptAlpha1Method(), getCallOptions()), responseObserver); } /** *
     * Gets metadata of the sidecar
     * 
*/ public void getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetMetadataMethod(), getCallOptions()), request, responseObserver); } /** *
     * Sets value in extended metadata of the sidecar
     * 
*/ public void setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetMetadataMethod(), getCallOptions()), request, responseObserver); } /** *
     * SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
     * 
*/ public void subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSubtleGetKeyAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * SubtleEncryptAlpha1 encrypts a small message using a key stored in the vault.
     * 
*/ public void subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSubtleEncryptAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.
     * 
*/ public void subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSubtleDecryptAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
     * 
*/ public void subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSubtleWrapKeyAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
     * 
*/ public void subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSubtleUnwrapKeyAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * SubtleSignAlpha1 signs a message using a key stored in the vault.
     * 
*/ public void subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSubtleSignAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
     * 
*/ public void subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSubtleVerifyAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Starts a new instance of a workflow
     * 
*/ public void startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getStartWorkflowAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Gets details about a started workflow instance
     * 
*/ public void getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetWorkflowAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Purge Workflow
     * 
*/ public void purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getPurgeWorkflowAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Terminates a running workflow instance
     * 
*/ public void terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getTerminateWorkflowAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Pauses a running workflow instance
     * 
*/ public void pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getPauseWorkflowAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Resumes a paused workflow instance
     * 
*/ public void resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getResumeWorkflowAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Raise an event to a running workflow instance
     * 
*/ public void raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getRaiseEventWorkflowAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Starts a new instance of a workflow
     * 
*/ public void startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getStartWorkflowBeta1Method(), getCallOptions()), request, responseObserver); } /** *
     * Gets details about a started workflow instance
     * 
*/ public void getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetWorkflowBeta1Method(), getCallOptions()), request, responseObserver); } /** *
     * Purge Workflow
     * 
*/ public void purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getPurgeWorkflowBeta1Method(), getCallOptions()), request, responseObserver); } /** *
     * Terminates a running workflow instance
     * 
*/ public void terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getTerminateWorkflowBeta1Method(), getCallOptions()), request, responseObserver); } /** *
     * Pauses a running workflow instance
     * 
*/ public void pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getPauseWorkflowBeta1Method(), getCallOptions()), request, responseObserver); } /** *
     * Resumes a paused workflow instance
     * 
*/ public void resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getResumeWorkflowBeta1Method(), getCallOptions()), request, responseObserver); } /** *
     * Raise an event to a running workflow instance
     * 
*/ public void raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getRaiseEventWorkflowBeta1Method(), getCallOptions()), request, responseObserver); } /** *
     * Shutdown the sidecar
     * 
*/ public void shutdown(io.dapr.v1.DaprProtos.ShutdownRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getShutdownMethod(), getCallOptions()), request, responseObserver); } /** *
     * Create and schedule a job
     * 
*/ public void scheduleJobAlpha1(io.dapr.v1.DaprProtos.ScheduleJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getScheduleJobAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Gets a scheduled job
     * 
*/ public void getJobAlpha1(io.dapr.v1.DaprProtos.GetJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetJobAlpha1Method(), getCallOptions()), request, responseObserver); } /** *
     * Delete a job
     * 
*/ public void deleteJobAlpha1(io.dapr.v1.DaprProtos.DeleteJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteJobAlpha1Method(), getCallOptions()), request, responseObserver); } } /** * A stub to allow clients to do synchronous rpc calls to service Dapr. *
   * Dapr service provides APIs to user application to access Dapr building blocks.
   * 
*/ public static final class DaprBlockingStub extends io.grpc.stub.AbstractBlockingStub { private DaprBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected DaprBlockingStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DaprBlockingStub(channel, callOptions); } /** *
     * Invokes a method on a remote Dapr app.
     * Deprecated: Use proxy mode service invocation instead.
     * 
*/ public io.dapr.v1.CommonProtos.InvokeResponse invokeService(io.dapr.v1.DaprProtos.InvokeServiceRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getInvokeServiceMethod(), getCallOptions(), request); } /** *
     * Gets the state for a specific key.
     * 
*/ public io.dapr.v1.DaprProtos.GetStateResponse getState(io.dapr.v1.DaprProtos.GetStateRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetStateMethod(), getCallOptions(), request); } /** *
     * Gets a bulk of state items for a list of keys
     * 
*/ public io.dapr.v1.DaprProtos.GetBulkStateResponse getBulkState(io.dapr.v1.DaprProtos.GetBulkStateRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetBulkStateMethod(), getCallOptions(), request); } /** *
     * Saves the state for a specific key.
     * 
*/ public com.google.protobuf.Empty saveState(io.dapr.v1.DaprProtos.SaveStateRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSaveStateMethod(), getCallOptions(), request); } /** *
     * Queries the state.
     * 
*/ public io.dapr.v1.DaprProtos.QueryStateResponse queryStateAlpha1(io.dapr.v1.DaprProtos.QueryStateRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getQueryStateAlpha1Method(), getCallOptions(), request); } /** *
     * Deletes the state for a specific key.
     * 
*/ public com.google.protobuf.Empty deleteState(io.dapr.v1.DaprProtos.DeleteStateRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteStateMethod(), getCallOptions(), request); } /** *
     * Deletes a bulk of state items for a list of keys
     * 
*/ public com.google.protobuf.Empty deleteBulkState(io.dapr.v1.DaprProtos.DeleteBulkStateRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteBulkStateMethod(), getCallOptions(), request); } /** *
     * Executes transactions for a specified store
     * 
*/ public com.google.protobuf.Empty executeStateTransaction(io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getExecuteStateTransactionMethod(), getCallOptions(), request); } /** *
     * Publishes events to the specific topic.
     * 
*/ public com.google.protobuf.Empty publishEvent(io.dapr.v1.DaprProtos.PublishEventRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getPublishEventMethod(), getCallOptions(), request); } /** *
     * Bulk Publishes multiple events to the specified topic.
     * 
*/ public io.dapr.v1.DaprProtos.BulkPublishResponse bulkPublishEventAlpha1(io.dapr.v1.DaprProtos.BulkPublishRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getBulkPublishEventAlpha1Method(), getCallOptions(), request); } /** *
     * Invokes binding data to specific output bindings
     * 
*/ public io.dapr.v1.DaprProtos.InvokeBindingResponse invokeBinding(io.dapr.v1.DaprProtos.InvokeBindingRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getInvokeBindingMethod(), getCallOptions(), request); } /** *
     * Gets secrets from secret stores.
     * 
*/ public io.dapr.v1.DaprProtos.GetSecretResponse getSecret(io.dapr.v1.DaprProtos.GetSecretRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetSecretMethod(), getCallOptions(), request); } /** *
     * Gets a bulk of secrets
     * 
*/ public io.dapr.v1.DaprProtos.GetBulkSecretResponse getBulkSecret(io.dapr.v1.DaprProtos.GetBulkSecretRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetBulkSecretMethod(), getCallOptions(), request); } /** *
     * Register an actor timer.
     * 
*/ public com.google.protobuf.Empty registerActorTimer(io.dapr.v1.DaprProtos.RegisterActorTimerRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRegisterActorTimerMethod(), getCallOptions(), request); } /** *
     * Unregister an actor timer.
     * 
*/ public com.google.protobuf.Empty unregisterActorTimer(io.dapr.v1.DaprProtos.UnregisterActorTimerRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUnregisterActorTimerMethod(), getCallOptions(), request); } /** *
     * Register an actor reminder.
     * 
*/ public com.google.protobuf.Empty registerActorReminder(io.dapr.v1.DaprProtos.RegisterActorReminderRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRegisterActorReminderMethod(), getCallOptions(), request); } /** *
     * Unregister an actor reminder.
     * 
*/ public com.google.protobuf.Empty unregisterActorReminder(io.dapr.v1.DaprProtos.UnregisterActorReminderRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUnregisterActorReminderMethod(), getCallOptions(), request); } /** *
     * Gets the state for a specific actor.
     * 
*/ public io.dapr.v1.DaprProtos.GetActorStateResponse getActorState(io.dapr.v1.DaprProtos.GetActorStateRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetActorStateMethod(), getCallOptions(), request); } /** *
     * Executes state transactions for a specified actor
     * 
*/ public com.google.protobuf.Empty executeActorStateTransaction(io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getExecuteActorStateTransactionMethod(), getCallOptions(), request); } /** *
     * InvokeActor calls a method on an actor.
     * 
*/ public io.dapr.v1.DaprProtos.InvokeActorResponse invokeActor(io.dapr.v1.DaprProtos.InvokeActorRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getInvokeActorMethod(), getCallOptions(), request); } /** *
     * GetConfiguration gets configuration from configuration store.
     * 
*/ public io.dapr.v1.DaprProtos.GetConfigurationResponse getConfigurationAlpha1(io.dapr.v1.DaprProtos.GetConfigurationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetConfigurationAlpha1Method(), getCallOptions(), request); } /** *
     * GetConfiguration gets configuration from configuration store.
     * 
*/ public io.dapr.v1.DaprProtos.GetConfigurationResponse getConfiguration(io.dapr.v1.DaprProtos.GetConfigurationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetConfigurationMethod(), getCallOptions(), request); } /** *
     * SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
     * 
*/ public java.util.Iterator subscribeConfigurationAlpha1( io.dapr.v1.DaprProtos.SubscribeConfigurationRequest request) { return io.grpc.stub.ClientCalls.blockingServerStreamingCall( getChannel(), getSubscribeConfigurationAlpha1Method(), getCallOptions(), request); } /** *
     * SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream
     * 
*/ public java.util.Iterator subscribeConfiguration( io.dapr.v1.DaprProtos.SubscribeConfigurationRequest request) { return io.grpc.stub.ClientCalls.blockingServerStreamingCall( getChannel(), getSubscribeConfigurationMethod(), getCallOptions(), request); } /** *
     * UnSubscribeConfiguration unsubscribe the subscription of configuration
     * 
*/ public io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse unsubscribeConfigurationAlpha1(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUnsubscribeConfigurationAlpha1Method(), getCallOptions(), request); } /** *
     * UnSubscribeConfiguration unsubscribe the subscription of configuration
     * 
*/ public io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse unsubscribeConfiguration(io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUnsubscribeConfigurationMethod(), getCallOptions(), request); } /** *
     * TryLockAlpha1 tries to get a lock with an expiry.
     * 
*/ public io.dapr.v1.DaprProtos.TryLockResponse tryLockAlpha1(io.dapr.v1.DaprProtos.TryLockRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getTryLockAlpha1Method(), getCallOptions(), request); } /** *
     * UnlockAlpha1 unlocks a lock.
     * 
*/ public io.dapr.v1.DaprProtos.UnlockResponse unlockAlpha1(io.dapr.v1.DaprProtos.UnlockRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUnlockAlpha1Method(), getCallOptions(), request); } /** *
     * Gets metadata of the sidecar
     * 
*/ public io.dapr.v1.DaprProtos.GetMetadataResponse getMetadata(io.dapr.v1.DaprProtos.GetMetadataRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetMetadataMethod(), getCallOptions(), request); } /** *
     * Sets value in extended metadata of the sidecar
     * 
*/ public com.google.protobuf.Empty setMetadata(io.dapr.v1.DaprProtos.SetMetadataRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSetMetadataMethod(), getCallOptions(), request); } /** *
     * SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
     * 
*/ public io.dapr.v1.DaprProtos.SubtleGetKeyResponse subtleGetKeyAlpha1(io.dapr.v1.DaprProtos.SubtleGetKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSubtleGetKeyAlpha1Method(), getCallOptions(), request); } /** *
     * SubtleEncryptAlpha1 encrypts a small message using a key stored in the vault.
     * 
*/ public io.dapr.v1.DaprProtos.SubtleEncryptResponse subtleEncryptAlpha1(io.dapr.v1.DaprProtos.SubtleEncryptRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSubtleEncryptAlpha1Method(), getCallOptions(), request); } /** *
     * SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.
     * 
*/ public io.dapr.v1.DaprProtos.SubtleDecryptResponse subtleDecryptAlpha1(io.dapr.v1.DaprProtos.SubtleDecryptRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSubtleDecryptAlpha1Method(), getCallOptions(), request); } /** *
     * SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
     * 
*/ public io.dapr.v1.DaprProtos.SubtleWrapKeyResponse subtleWrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleWrapKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSubtleWrapKeyAlpha1Method(), getCallOptions(), request); } /** *
     * SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
     * 
*/ public io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse subtleUnwrapKeyAlpha1(io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSubtleUnwrapKeyAlpha1Method(), getCallOptions(), request); } /** *
     * SubtleSignAlpha1 signs a message using a key stored in the vault.
     * 
*/ public io.dapr.v1.DaprProtos.SubtleSignResponse subtleSignAlpha1(io.dapr.v1.DaprProtos.SubtleSignRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSubtleSignAlpha1Method(), getCallOptions(), request); } /** *
     * SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
     * 
*/ public io.dapr.v1.DaprProtos.SubtleVerifyResponse subtleVerifyAlpha1(io.dapr.v1.DaprProtos.SubtleVerifyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getSubtleVerifyAlpha1Method(), getCallOptions(), request); } /** *
     * Starts a new instance of a workflow
     * 
*/ public io.dapr.v1.DaprProtos.StartWorkflowResponse startWorkflowAlpha1(io.dapr.v1.DaprProtos.StartWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getStartWorkflowAlpha1Method(), getCallOptions(), request); } /** *
     * Gets details about a started workflow instance
     * 
*/ public io.dapr.v1.DaprProtos.GetWorkflowResponse getWorkflowAlpha1(io.dapr.v1.DaprProtos.GetWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetWorkflowAlpha1Method(), getCallOptions(), request); } /** *
     * Purge Workflow
     * 
*/ public com.google.protobuf.Empty purgeWorkflowAlpha1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getPurgeWorkflowAlpha1Method(), getCallOptions(), request); } /** *
     * Terminates a running workflow instance
     * 
*/ public com.google.protobuf.Empty terminateWorkflowAlpha1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getTerminateWorkflowAlpha1Method(), getCallOptions(), request); } /** *
     * Pauses a running workflow instance
     * 
*/ public com.google.protobuf.Empty pauseWorkflowAlpha1(io.dapr.v1.DaprProtos.PauseWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getPauseWorkflowAlpha1Method(), getCallOptions(), request); } /** *
     * Resumes a paused workflow instance
     * 
*/ public com.google.protobuf.Empty resumeWorkflowAlpha1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getResumeWorkflowAlpha1Method(), getCallOptions(), request); } /** *
     * Raise an event to a running workflow instance
     * 
*/ public com.google.protobuf.Empty raiseEventWorkflowAlpha1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRaiseEventWorkflowAlpha1Method(), getCallOptions(), request); } /** *
     * Starts a new instance of a workflow
     * 
*/ public io.dapr.v1.DaprProtos.StartWorkflowResponse startWorkflowBeta1(io.dapr.v1.DaprProtos.StartWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getStartWorkflowBeta1Method(), getCallOptions(), request); } /** *
     * Gets details about a started workflow instance
     * 
*/ public io.dapr.v1.DaprProtos.GetWorkflowResponse getWorkflowBeta1(io.dapr.v1.DaprProtos.GetWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetWorkflowBeta1Method(), getCallOptions(), request); } /** *
     * Purge Workflow
     * 
*/ public com.google.protobuf.Empty purgeWorkflowBeta1(io.dapr.v1.DaprProtos.PurgeWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getPurgeWorkflowBeta1Method(), getCallOptions(), request); } /** *
     * Terminates a running workflow instance
     * 
*/ public com.google.protobuf.Empty terminateWorkflowBeta1(io.dapr.v1.DaprProtos.TerminateWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getTerminateWorkflowBeta1Method(), getCallOptions(), request); } /** *
     * Pauses a running workflow instance
     * 
*/ public com.google.protobuf.Empty pauseWorkflowBeta1(io.dapr.v1.DaprProtos.PauseWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getPauseWorkflowBeta1Method(), getCallOptions(), request); } /** *
     * Resumes a paused workflow instance
     * 
*/ public com.google.protobuf.Empty resumeWorkflowBeta1(io.dapr.v1.DaprProtos.ResumeWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getResumeWorkflowBeta1Method(), getCallOptions(), request); } /** *
     * Raise an event to a running workflow instance
     * 
*/ public com.google.protobuf.Empty raiseEventWorkflowBeta1(io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRaiseEventWorkflowBeta1Method(), getCallOptions(), request); } /** *
     * Shutdown the sidecar
     * 
*/ public com.google.protobuf.Empty shutdown(io.dapr.v1.DaprProtos.ShutdownRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getShutdownMethod(), getCallOptions(), request); } /** *
     * Create and schedule a job
     * 
*/ public io.dapr.v1.DaprProtos.ScheduleJobResponse scheduleJobAlpha1(io.dapr.v1.DaprProtos.ScheduleJobRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getScheduleJobAlpha1Method(), getCallOptions(), request); } /** *
     * Gets a scheduled job
     * 
*/ public io.dapr.v1.DaprProtos.GetJobResponse getJobAlpha1(io.dapr.v1.DaprProtos.GetJobRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetJobAlpha1Method(), getCallOptions(), request); } /** *
     * Delete a job
     * 
*/ public io.dapr.v1.DaprProtos.DeleteJobResponse deleteJobAlpha1(io.dapr.v1.DaprProtos.DeleteJobRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteJobAlpha1Method(), getCallOptions(), request); } } /** * A stub to allow clients to do ListenableFuture-style rpc calls to service Dapr. *
   * Dapr service provides APIs to user application to access Dapr building blocks.
   * 
*/ public static final class DaprFutureStub extends io.grpc.stub.AbstractFutureStub { private DaprFutureStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected DaprFutureStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DaprFutureStub(channel, callOptions); } /** *
     * Invokes a method on a remote Dapr app.
     * Deprecated: Use proxy mode service invocation instead.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture invokeService( io.dapr.v1.DaprProtos.InvokeServiceRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getInvokeServiceMethod(), getCallOptions()), request); } /** *
     * Gets the state for a specific key.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getState( io.dapr.v1.DaprProtos.GetStateRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetStateMethod(), getCallOptions()), request); } /** *
     * Gets a bulk of state items for a list of keys
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getBulkState( io.dapr.v1.DaprProtos.GetBulkStateRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetBulkStateMethod(), getCallOptions()), request); } /** *
     * Saves the state for a specific key.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture saveState( io.dapr.v1.DaprProtos.SaveStateRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSaveStateMethod(), getCallOptions()), request); } /** *
     * Queries the state.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture queryStateAlpha1( io.dapr.v1.DaprProtos.QueryStateRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getQueryStateAlpha1Method(), getCallOptions()), request); } /** *
     * Deletes the state for a specific key.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture deleteState( io.dapr.v1.DaprProtos.DeleteStateRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteStateMethod(), getCallOptions()), request); } /** *
     * Deletes a bulk of state items for a list of keys
     * 
*/ public com.google.common.util.concurrent.ListenableFuture deleteBulkState( io.dapr.v1.DaprProtos.DeleteBulkStateRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteBulkStateMethod(), getCallOptions()), request); } /** *
     * Executes transactions for a specified store
     * 
*/ public com.google.common.util.concurrent.ListenableFuture executeStateTransaction( io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getExecuteStateTransactionMethod(), getCallOptions()), request); } /** *
     * Publishes events to the specific topic.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture publishEvent( io.dapr.v1.DaprProtos.PublishEventRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getPublishEventMethod(), getCallOptions()), request); } /** *
     * Bulk Publishes multiple events to the specified topic.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture bulkPublishEventAlpha1( io.dapr.v1.DaprProtos.BulkPublishRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getBulkPublishEventAlpha1Method(), getCallOptions()), request); } /** *
     * Invokes binding data to specific output bindings
     * 
*/ public com.google.common.util.concurrent.ListenableFuture invokeBinding( io.dapr.v1.DaprProtos.InvokeBindingRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getInvokeBindingMethod(), getCallOptions()), request); } /** *
     * Gets secrets from secret stores.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getSecret( io.dapr.v1.DaprProtos.GetSecretRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetSecretMethod(), getCallOptions()), request); } /** *
     * Gets a bulk of secrets
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getBulkSecret( io.dapr.v1.DaprProtos.GetBulkSecretRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetBulkSecretMethod(), getCallOptions()), request); } /** *
     * Register an actor timer.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture registerActorTimer( io.dapr.v1.DaprProtos.RegisterActorTimerRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getRegisterActorTimerMethod(), getCallOptions()), request); } /** *
     * Unregister an actor timer.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture unregisterActorTimer( io.dapr.v1.DaprProtos.UnregisterActorTimerRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUnregisterActorTimerMethod(), getCallOptions()), request); } /** *
     * Register an actor reminder.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture registerActorReminder( io.dapr.v1.DaprProtos.RegisterActorReminderRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getRegisterActorReminderMethod(), getCallOptions()), request); } /** *
     * Unregister an actor reminder.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture unregisterActorReminder( io.dapr.v1.DaprProtos.UnregisterActorReminderRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUnregisterActorReminderMethod(), getCallOptions()), request); } /** *
     * Gets the state for a specific actor.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getActorState( io.dapr.v1.DaprProtos.GetActorStateRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetActorStateMethod(), getCallOptions()), request); } /** *
     * Executes state transactions for a specified actor
     * 
*/ public com.google.common.util.concurrent.ListenableFuture executeActorStateTransaction( io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getExecuteActorStateTransactionMethod(), getCallOptions()), request); } /** *
     * InvokeActor calls a method on an actor.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture invokeActor( io.dapr.v1.DaprProtos.InvokeActorRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getInvokeActorMethod(), getCallOptions()), request); } /** *
     * GetConfiguration gets configuration from configuration store.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getConfigurationAlpha1( io.dapr.v1.DaprProtos.GetConfigurationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetConfigurationAlpha1Method(), getCallOptions()), request); } /** *
     * GetConfiguration gets configuration from configuration store.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getConfiguration( io.dapr.v1.DaprProtos.GetConfigurationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetConfigurationMethod(), getCallOptions()), request); } /** *
     * UnSubscribeConfiguration unsubscribe the subscription of configuration
     * 
*/ public com.google.common.util.concurrent.ListenableFuture unsubscribeConfigurationAlpha1( io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUnsubscribeConfigurationAlpha1Method(), getCallOptions()), request); } /** *
     * UnSubscribeConfiguration unsubscribe the subscription of configuration
     * 
*/ public com.google.common.util.concurrent.ListenableFuture unsubscribeConfiguration( io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUnsubscribeConfigurationMethod(), getCallOptions()), request); } /** *
     * TryLockAlpha1 tries to get a lock with an expiry.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture tryLockAlpha1( io.dapr.v1.DaprProtos.TryLockRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getTryLockAlpha1Method(), getCallOptions()), request); } /** *
     * UnlockAlpha1 unlocks a lock.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture unlockAlpha1( io.dapr.v1.DaprProtos.UnlockRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUnlockAlpha1Method(), getCallOptions()), request); } /** *
     * Gets metadata of the sidecar
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getMetadata( io.dapr.v1.DaprProtos.GetMetadataRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetMetadataMethod(), getCallOptions()), request); } /** *
     * Sets value in extended metadata of the sidecar
     * 
*/ public com.google.common.util.concurrent.ListenableFuture setMetadata( io.dapr.v1.DaprProtos.SetMetadataRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetMetadataMethod(), getCallOptions()), request); } /** *
     * SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture subtleGetKeyAlpha1( io.dapr.v1.DaprProtos.SubtleGetKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSubtleGetKeyAlpha1Method(), getCallOptions()), request); } /** *
     * SubtleEncryptAlpha1 encrypts a small message using a key stored in the vault.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture subtleEncryptAlpha1( io.dapr.v1.DaprProtos.SubtleEncryptRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSubtleEncryptAlpha1Method(), getCallOptions()), request); } /** *
     * SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture subtleDecryptAlpha1( io.dapr.v1.DaprProtos.SubtleDecryptRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSubtleDecryptAlpha1Method(), getCallOptions()), request); } /** *
     * SubtleWrapKeyAlpha1 wraps a key using a key stored in the vault.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture subtleWrapKeyAlpha1( io.dapr.v1.DaprProtos.SubtleWrapKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSubtleWrapKeyAlpha1Method(), getCallOptions()), request); } /** *
     * SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture subtleUnwrapKeyAlpha1( io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSubtleUnwrapKeyAlpha1Method(), getCallOptions()), request); } /** *
     * SubtleSignAlpha1 signs a message using a key stored in the vault.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture subtleSignAlpha1( io.dapr.v1.DaprProtos.SubtleSignRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSubtleSignAlpha1Method(), getCallOptions()), request); } /** *
     * SubtleVerifyAlpha1 verifies the signature of a message using a key stored in the vault.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture subtleVerifyAlpha1( io.dapr.v1.DaprProtos.SubtleVerifyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSubtleVerifyAlpha1Method(), getCallOptions()), request); } /** *
     * Starts a new instance of a workflow
     * 
*/ public com.google.common.util.concurrent.ListenableFuture startWorkflowAlpha1( io.dapr.v1.DaprProtos.StartWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getStartWorkflowAlpha1Method(), getCallOptions()), request); } /** *
     * Gets details about a started workflow instance
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getWorkflowAlpha1( io.dapr.v1.DaprProtos.GetWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetWorkflowAlpha1Method(), getCallOptions()), request); } /** *
     * Purge Workflow
     * 
*/ public com.google.common.util.concurrent.ListenableFuture purgeWorkflowAlpha1( io.dapr.v1.DaprProtos.PurgeWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getPurgeWorkflowAlpha1Method(), getCallOptions()), request); } /** *
     * Terminates a running workflow instance
     * 
*/ public com.google.common.util.concurrent.ListenableFuture terminateWorkflowAlpha1( io.dapr.v1.DaprProtos.TerminateWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getTerminateWorkflowAlpha1Method(), getCallOptions()), request); } /** *
     * Pauses a running workflow instance
     * 
*/ public com.google.common.util.concurrent.ListenableFuture pauseWorkflowAlpha1( io.dapr.v1.DaprProtos.PauseWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getPauseWorkflowAlpha1Method(), getCallOptions()), request); } /** *
     * Resumes a paused workflow instance
     * 
*/ public com.google.common.util.concurrent.ListenableFuture resumeWorkflowAlpha1( io.dapr.v1.DaprProtos.ResumeWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getResumeWorkflowAlpha1Method(), getCallOptions()), request); } /** *
     * Raise an event to a running workflow instance
     * 
*/ public com.google.common.util.concurrent.ListenableFuture raiseEventWorkflowAlpha1( io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getRaiseEventWorkflowAlpha1Method(), getCallOptions()), request); } /** *
     * Starts a new instance of a workflow
     * 
*/ public com.google.common.util.concurrent.ListenableFuture startWorkflowBeta1( io.dapr.v1.DaprProtos.StartWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getStartWorkflowBeta1Method(), getCallOptions()), request); } /** *
     * Gets details about a started workflow instance
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getWorkflowBeta1( io.dapr.v1.DaprProtos.GetWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetWorkflowBeta1Method(), getCallOptions()), request); } /** *
     * Purge Workflow
     * 
*/ public com.google.common.util.concurrent.ListenableFuture purgeWorkflowBeta1( io.dapr.v1.DaprProtos.PurgeWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getPurgeWorkflowBeta1Method(), getCallOptions()), request); } /** *
     * Terminates a running workflow instance
     * 
*/ public com.google.common.util.concurrent.ListenableFuture terminateWorkflowBeta1( io.dapr.v1.DaprProtos.TerminateWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getTerminateWorkflowBeta1Method(), getCallOptions()), request); } /** *
     * Pauses a running workflow instance
     * 
*/ public com.google.common.util.concurrent.ListenableFuture pauseWorkflowBeta1( io.dapr.v1.DaprProtos.PauseWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getPauseWorkflowBeta1Method(), getCallOptions()), request); } /** *
     * Resumes a paused workflow instance
     * 
*/ public com.google.common.util.concurrent.ListenableFuture resumeWorkflowBeta1( io.dapr.v1.DaprProtos.ResumeWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getResumeWorkflowBeta1Method(), getCallOptions()), request); } /** *
     * Raise an event to a running workflow instance
     * 
*/ public com.google.common.util.concurrent.ListenableFuture raiseEventWorkflowBeta1( io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getRaiseEventWorkflowBeta1Method(), getCallOptions()), request); } /** *
     * Shutdown the sidecar
     * 
*/ public com.google.common.util.concurrent.ListenableFuture shutdown( io.dapr.v1.DaprProtos.ShutdownRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getShutdownMethod(), getCallOptions()), request); } /** *
     * Create and schedule a job
     * 
*/ public com.google.common.util.concurrent.ListenableFuture scheduleJobAlpha1( io.dapr.v1.DaprProtos.ScheduleJobRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getScheduleJobAlpha1Method(), getCallOptions()), request); } /** *
     * Gets a scheduled job
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getJobAlpha1( io.dapr.v1.DaprProtos.GetJobRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetJobAlpha1Method(), getCallOptions()), request); } /** *
     * Delete a job
     * 
*/ public com.google.common.util.concurrent.ListenableFuture deleteJobAlpha1( io.dapr.v1.DaprProtos.DeleteJobRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteJobAlpha1Method(), getCallOptions()), request); } } private static final int METHODID_INVOKE_SERVICE = 0; private static final int METHODID_GET_STATE = 1; private static final int METHODID_GET_BULK_STATE = 2; private static final int METHODID_SAVE_STATE = 3; private static final int METHODID_QUERY_STATE_ALPHA1 = 4; private static final int METHODID_DELETE_STATE = 5; private static final int METHODID_DELETE_BULK_STATE = 6; private static final int METHODID_EXECUTE_STATE_TRANSACTION = 7; private static final int METHODID_PUBLISH_EVENT = 8; private static final int METHODID_BULK_PUBLISH_EVENT_ALPHA1 = 9; private static final int METHODID_INVOKE_BINDING = 10; private static final int METHODID_GET_SECRET = 11; private static final int METHODID_GET_BULK_SECRET = 12; private static final int METHODID_REGISTER_ACTOR_TIMER = 13; private static final int METHODID_UNREGISTER_ACTOR_TIMER = 14; private static final int METHODID_REGISTER_ACTOR_REMINDER = 15; private static final int METHODID_UNREGISTER_ACTOR_REMINDER = 16; private static final int METHODID_GET_ACTOR_STATE = 17; private static final int METHODID_EXECUTE_ACTOR_STATE_TRANSACTION = 18; private static final int METHODID_INVOKE_ACTOR = 19; private static final int METHODID_GET_CONFIGURATION_ALPHA1 = 20; private static final int METHODID_GET_CONFIGURATION = 21; private static final int METHODID_SUBSCRIBE_CONFIGURATION_ALPHA1 = 22; private static final int METHODID_SUBSCRIBE_CONFIGURATION = 23; private static final int METHODID_UNSUBSCRIBE_CONFIGURATION_ALPHA1 = 24; private static final int METHODID_UNSUBSCRIBE_CONFIGURATION = 25; private static final int METHODID_TRY_LOCK_ALPHA1 = 26; private static final int METHODID_UNLOCK_ALPHA1 = 27; private static final int METHODID_GET_METADATA = 28; private static final int METHODID_SET_METADATA = 29; private static final int METHODID_SUBTLE_GET_KEY_ALPHA1 = 30; private static final int METHODID_SUBTLE_ENCRYPT_ALPHA1 = 31; private static final int METHODID_SUBTLE_DECRYPT_ALPHA1 = 32; private static final int METHODID_SUBTLE_WRAP_KEY_ALPHA1 = 33; private static final int METHODID_SUBTLE_UNWRAP_KEY_ALPHA1 = 34; private static final int METHODID_SUBTLE_SIGN_ALPHA1 = 35; private static final int METHODID_SUBTLE_VERIFY_ALPHA1 = 36; private static final int METHODID_START_WORKFLOW_ALPHA1 = 37; private static final int METHODID_GET_WORKFLOW_ALPHA1 = 38; private static final int METHODID_PURGE_WORKFLOW_ALPHA1 = 39; private static final int METHODID_TERMINATE_WORKFLOW_ALPHA1 = 40; private static final int METHODID_PAUSE_WORKFLOW_ALPHA1 = 41; private static final int METHODID_RESUME_WORKFLOW_ALPHA1 = 42; private static final int METHODID_RAISE_EVENT_WORKFLOW_ALPHA1 = 43; private static final int METHODID_START_WORKFLOW_BETA1 = 44; private static final int METHODID_GET_WORKFLOW_BETA1 = 45; private static final int METHODID_PURGE_WORKFLOW_BETA1 = 46; private static final int METHODID_TERMINATE_WORKFLOW_BETA1 = 47; private static final int METHODID_PAUSE_WORKFLOW_BETA1 = 48; private static final int METHODID_RESUME_WORKFLOW_BETA1 = 49; private static final int METHODID_RAISE_EVENT_WORKFLOW_BETA1 = 50; private static final int METHODID_SHUTDOWN = 51; private static final int METHODID_SCHEDULE_JOB_ALPHA1 = 52; private static final int METHODID_GET_JOB_ALPHA1 = 53; private static final int METHODID_DELETE_JOB_ALPHA1 = 54; private static final int METHODID_SUBSCRIBE_TOPIC_EVENTS_ALPHA1 = 55; private static final int METHODID_ENCRYPT_ALPHA1 = 56; private static final int METHODID_DECRYPT_ALPHA1 = 57; private static final class MethodHandlers implements io.grpc.stub.ServerCalls.UnaryMethod, io.grpc.stub.ServerCalls.ServerStreamingMethod, io.grpc.stub.ServerCalls.ClientStreamingMethod, io.grpc.stub.ServerCalls.BidiStreamingMethod { private final AsyncService serviceImpl; private final int methodId; MethodHandlers(AsyncService serviceImpl, int methodId) { this.serviceImpl = serviceImpl; this.methodId = methodId; } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_INVOKE_SERVICE: serviceImpl.invokeService((io.dapr.v1.DaprProtos.InvokeServiceRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_STATE: serviceImpl.getState((io.dapr.v1.DaprProtos.GetStateRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_BULK_STATE: serviceImpl.getBulkState((io.dapr.v1.DaprProtos.GetBulkStateRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SAVE_STATE: serviceImpl.saveState((io.dapr.v1.DaprProtos.SaveStateRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_QUERY_STATE_ALPHA1: serviceImpl.queryStateAlpha1((io.dapr.v1.DaprProtos.QueryStateRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_STATE: serviceImpl.deleteState((io.dapr.v1.DaprProtos.DeleteStateRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_BULK_STATE: serviceImpl.deleteBulkState((io.dapr.v1.DaprProtos.DeleteBulkStateRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_EXECUTE_STATE_TRANSACTION: serviceImpl.executeStateTransaction((io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_PUBLISH_EVENT: serviceImpl.publishEvent((io.dapr.v1.DaprProtos.PublishEventRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_BULK_PUBLISH_EVENT_ALPHA1: serviceImpl.bulkPublishEventAlpha1((io.dapr.v1.DaprProtos.BulkPublishRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_INVOKE_BINDING: serviceImpl.invokeBinding((io.dapr.v1.DaprProtos.InvokeBindingRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_SECRET: serviceImpl.getSecret((io.dapr.v1.DaprProtos.GetSecretRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_BULK_SECRET: serviceImpl.getBulkSecret((io.dapr.v1.DaprProtos.GetBulkSecretRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_REGISTER_ACTOR_TIMER: serviceImpl.registerActorTimer((io.dapr.v1.DaprProtos.RegisterActorTimerRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UNREGISTER_ACTOR_TIMER: serviceImpl.unregisterActorTimer((io.dapr.v1.DaprProtos.UnregisterActorTimerRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_REGISTER_ACTOR_REMINDER: serviceImpl.registerActorReminder((io.dapr.v1.DaprProtos.RegisterActorReminderRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UNREGISTER_ACTOR_REMINDER: serviceImpl.unregisterActorReminder((io.dapr.v1.DaprProtos.UnregisterActorReminderRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_ACTOR_STATE: serviceImpl.getActorState((io.dapr.v1.DaprProtos.GetActorStateRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_EXECUTE_ACTOR_STATE_TRANSACTION: serviceImpl.executeActorStateTransaction((io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_INVOKE_ACTOR: serviceImpl.invokeActor((io.dapr.v1.DaprProtos.InvokeActorRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_CONFIGURATION_ALPHA1: serviceImpl.getConfigurationAlpha1((io.dapr.v1.DaprProtos.GetConfigurationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_CONFIGURATION: serviceImpl.getConfiguration((io.dapr.v1.DaprProtos.GetConfigurationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SUBSCRIBE_CONFIGURATION_ALPHA1: serviceImpl.subscribeConfigurationAlpha1((io.dapr.v1.DaprProtos.SubscribeConfigurationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SUBSCRIBE_CONFIGURATION: serviceImpl.subscribeConfiguration((io.dapr.v1.DaprProtos.SubscribeConfigurationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UNSUBSCRIBE_CONFIGURATION_ALPHA1: serviceImpl.unsubscribeConfigurationAlpha1((io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UNSUBSCRIBE_CONFIGURATION: serviceImpl.unsubscribeConfiguration((io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_TRY_LOCK_ALPHA1: serviceImpl.tryLockAlpha1((io.dapr.v1.DaprProtos.TryLockRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UNLOCK_ALPHA1: serviceImpl.unlockAlpha1((io.dapr.v1.DaprProtos.UnlockRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_METADATA: serviceImpl.getMetadata((io.dapr.v1.DaprProtos.GetMetadataRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SET_METADATA: serviceImpl.setMetadata((io.dapr.v1.DaprProtos.SetMetadataRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SUBTLE_GET_KEY_ALPHA1: serviceImpl.subtleGetKeyAlpha1((io.dapr.v1.DaprProtos.SubtleGetKeyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SUBTLE_ENCRYPT_ALPHA1: serviceImpl.subtleEncryptAlpha1((io.dapr.v1.DaprProtos.SubtleEncryptRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SUBTLE_DECRYPT_ALPHA1: serviceImpl.subtleDecryptAlpha1((io.dapr.v1.DaprProtos.SubtleDecryptRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SUBTLE_WRAP_KEY_ALPHA1: serviceImpl.subtleWrapKeyAlpha1((io.dapr.v1.DaprProtos.SubtleWrapKeyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SUBTLE_UNWRAP_KEY_ALPHA1: serviceImpl.subtleUnwrapKeyAlpha1((io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SUBTLE_SIGN_ALPHA1: serviceImpl.subtleSignAlpha1((io.dapr.v1.DaprProtos.SubtleSignRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SUBTLE_VERIFY_ALPHA1: serviceImpl.subtleVerifyAlpha1((io.dapr.v1.DaprProtos.SubtleVerifyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_START_WORKFLOW_ALPHA1: serviceImpl.startWorkflowAlpha1((io.dapr.v1.DaprProtos.StartWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_WORKFLOW_ALPHA1: serviceImpl.getWorkflowAlpha1((io.dapr.v1.DaprProtos.GetWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_PURGE_WORKFLOW_ALPHA1: serviceImpl.purgeWorkflowAlpha1((io.dapr.v1.DaprProtos.PurgeWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_TERMINATE_WORKFLOW_ALPHA1: serviceImpl.terminateWorkflowAlpha1((io.dapr.v1.DaprProtos.TerminateWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_PAUSE_WORKFLOW_ALPHA1: serviceImpl.pauseWorkflowAlpha1((io.dapr.v1.DaprProtos.PauseWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_RESUME_WORKFLOW_ALPHA1: serviceImpl.resumeWorkflowAlpha1((io.dapr.v1.DaprProtos.ResumeWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_RAISE_EVENT_WORKFLOW_ALPHA1: serviceImpl.raiseEventWorkflowAlpha1((io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_START_WORKFLOW_BETA1: serviceImpl.startWorkflowBeta1((io.dapr.v1.DaprProtos.StartWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_WORKFLOW_BETA1: serviceImpl.getWorkflowBeta1((io.dapr.v1.DaprProtos.GetWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_PURGE_WORKFLOW_BETA1: serviceImpl.purgeWorkflowBeta1((io.dapr.v1.DaprProtos.PurgeWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_TERMINATE_WORKFLOW_BETA1: serviceImpl.terminateWorkflowBeta1((io.dapr.v1.DaprProtos.TerminateWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_PAUSE_WORKFLOW_BETA1: serviceImpl.pauseWorkflowBeta1((io.dapr.v1.DaprProtos.PauseWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_RESUME_WORKFLOW_BETA1: serviceImpl.resumeWorkflowBeta1((io.dapr.v1.DaprProtos.ResumeWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_RAISE_EVENT_WORKFLOW_BETA1: serviceImpl.raiseEventWorkflowBeta1((io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SHUTDOWN: serviceImpl.shutdown((io.dapr.v1.DaprProtos.ShutdownRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SCHEDULE_JOB_ALPHA1: serviceImpl.scheduleJobAlpha1((io.dapr.v1.DaprProtos.ScheduleJobRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_JOB_ALPHA1: serviceImpl.getJobAlpha1((io.dapr.v1.DaprProtos.GetJobRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_JOB_ALPHA1: serviceImpl.deleteJobAlpha1((io.dapr.v1.DaprProtos.DeleteJobRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: throw new AssertionError(); } } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public io.grpc.stub.StreamObserver invoke( io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_SUBSCRIBE_TOPIC_EVENTS_ALPHA1: return (io.grpc.stub.StreamObserver) serviceImpl.subscribeTopicEventsAlpha1( (io.grpc.stub.StreamObserver) responseObserver); case METHODID_ENCRYPT_ALPHA1: return (io.grpc.stub.StreamObserver) serviceImpl.encryptAlpha1( (io.grpc.stub.StreamObserver) responseObserver); case METHODID_DECRYPT_ALPHA1: return (io.grpc.stub.StreamObserver) serviceImpl.decryptAlpha1( (io.grpc.stub.StreamObserver) responseObserver); default: throw new AssertionError(); } } } public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getInvokeServiceMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.InvokeServiceRequest, io.dapr.v1.CommonProtos.InvokeResponse>( service, METHODID_INVOKE_SERVICE))) .addMethod( getGetStateMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetStateRequest, io.dapr.v1.DaprProtos.GetStateResponse>( service, METHODID_GET_STATE))) .addMethod( getGetBulkStateMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetBulkStateRequest, io.dapr.v1.DaprProtos.GetBulkStateResponse>( service, METHODID_GET_BULK_STATE))) .addMethod( getSaveStateMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.SaveStateRequest, com.google.protobuf.Empty>( service, METHODID_SAVE_STATE))) .addMethod( getQueryStateAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.QueryStateRequest, io.dapr.v1.DaprProtos.QueryStateResponse>( service, METHODID_QUERY_STATE_ALPHA1))) .addMethod( getDeleteStateMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.DeleteStateRequest, com.google.protobuf.Empty>( service, METHODID_DELETE_STATE))) .addMethod( getDeleteBulkStateMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.DeleteBulkStateRequest, com.google.protobuf.Empty>( service, METHODID_DELETE_BULK_STATE))) .addMethod( getExecuteStateTransactionMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest, com.google.protobuf.Empty>( service, METHODID_EXECUTE_STATE_TRANSACTION))) .addMethod( getPublishEventMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.PublishEventRequest, com.google.protobuf.Empty>( service, METHODID_PUBLISH_EVENT))) .addMethod( getBulkPublishEventAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.BulkPublishRequest, io.dapr.v1.DaprProtos.BulkPublishResponse>( service, METHODID_BULK_PUBLISH_EVENT_ALPHA1))) .addMethod( getSubscribeTopicEventsAlpha1Method(), io.grpc.stub.ServerCalls.asyncBidiStreamingCall( new MethodHandlers< io.dapr.v1.DaprProtos.SubscribeTopicEventsRequestAlpha1, io.dapr.v1.DaprAppCallbackProtos.TopicEventRequest>( service, METHODID_SUBSCRIBE_TOPIC_EVENTS_ALPHA1))) .addMethod( getInvokeBindingMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.InvokeBindingRequest, io.dapr.v1.DaprProtos.InvokeBindingResponse>( service, METHODID_INVOKE_BINDING))) .addMethod( getGetSecretMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetSecretRequest, io.dapr.v1.DaprProtos.GetSecretResponse>( service, METHODID_GET_SECRET))) .addMethod( getGetBulkSecretMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetBulkSecretRequest, io.dapr.v1.DaprProtos.GetBulkSecretResponse>( service, METHODID_GET_BULK_SECRET))) .addMethod( getRegisterActorTimerMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.RegisterActorTimerRequest, com.google.protobuf.Empty>( service, METHODID_REGISTER_ACTOR_TIMER))) .addMethod( getUnregisterActorTimerMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.UnregisterActorTimerRequest, com.google.protobuf.Empty>( service, METHODID_UNREGISTER_ACTOR_TIMER))) .addMethod( getRegisterActorReminderMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.RegisterActorReminderRequest, com.google.protobuf.Empty>( service, METHODID_REGISTER_ACTOR_REMINDER))) .addMethod( getUnregisterActorReminderMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.UnregisterActorReminderRequest, com.google.protobuf.Empty>( service, METHODID_UNREGISTER_ACTOR_REMINDER))) .addMethod( getGetActorStateMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetActorStateRequest, io.dapr.v1.DaprProtos.GetActorStateResponse>( service, METHODID_GET_ACTOR_STATE))) .addMethod( getExecuteActorStateTransactionMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.ExecuteActorStateTransactionRequest, com.google.protobuf.Empty>( service, METHODID_EXECUTE_ACTOR_STATE_TRANSACTION))) .addMethod( getInvokeActorMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.InvokeActorRequest, io.dapr.v1.DaprProtos.InvokeActorResponse>( service, METHODID_INVOKE_ACTOR))) .addMethod( getGetConfigurationAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetConfigurationRequest, io.dapr.v1.DaprProtos.GetConfigurationResponse>( service, METHODID_GET_CONFIGURATION_ALPHA1))) .addMethod( getGetConfigurationMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetConfigurationRequest, io.dapr.v1.DaprProtos.GetConfigurationResponse>( service, METHODID_GET_CONFIGURATION))) .addMethod( getSubscribeConfigurationAlpha1Method(), io.grpc.stub.ServerCalls.asyncServerStreamingCall( new MethodHandlers< io.dapr.v1.DaprProtos.SubscribeConfigurationRequest, io.dapr.v1.DaprProtos.SubscribeConfigurationResponse>( service, METHODID_SUBSCRIBE_CONFIGURATION_ALPHA1))) .addMethod( getSubscribeConfigurationMethod(), io.grpc.stub.ServerCalls.asyncServerStreamingCall( new MethodHandlers< io.dapr.v1.DaprProtos.SubscribeConfigurationRequest, io.dapr.v1.DaprProtos.SubscribeConfigurationResponse>( service, METHODID_SUBSCRIBE_CONFIGURATION))) .addMethod( getUnsubscribeConfigurationAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest, io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse>( service, METHODID_UNSUBSCRIBE_CONFIGURATION_ALPHA1))) .addMethod( getUnsubscribeConfigurationMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.UnsubscribeConfigurationRequest, io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse>( service, METHODID_UNSUBSCRIBE_CONFIGURATION))) .addMethod( getTryLockAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.TryLockRequest, io.dapr.v1.DaprProtos.TryLockResponse>( service, METHODID_TRY_LOCK_ALPHA1))) .addMethod( getUnlockAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.UnlockRequest, io.dapr.v1.DaprProtos.UnlockResponse>( service, METHODID_UNLOCK_ALPHA1))) .addMethod( getEncryptAlpha1Method(), io.grpc.stub.ServerCalls.asyncBidiStreamingCall( new MethodHandlers< io.dapr.v1.DaprProtos.EncryptRequest, io.dapr.v1.DaprProtos.EncryptResponse>( service, METHODID_ENCRYPT_ALPHA1))) .addMethod( getDecryptAlpha1Method(), io.grpc.stub.ServerCalls.asyncBidiStreamingCall( new MethodHandlers< io.dapr.v1.DaprProtos.DecryptRequest, io.dapr.v1.DaprProtos.DecryptResponse>( service, METHODID_DECRYPT_ALPHA1))) .addMethod( getGetMetadataMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetMetadataRequest, io.dapr.v1.DaprProtos.GetMetadataResponse>( service, METHODID_GET_METADATA))) .addMethod( getSetMetadataMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.SetMetadataRequest, com.google.protobuf.Empty>( service, METHODID_SET_METADATA))) .addMethod( getSubtleGetKeyAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.SubtleGetKeyRequest, io.dapr.v1.DaprProtos.SubtleGetKeyResponse>( service, METHODID_SUBTLE_GET_KEY_ALPHA1))) .addMethod( getSubtleEncryptAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.SubtleEncryptRequest, io.dapr.v1.DaprProtos.SubtleEncryptResponse>( service, METHODID_SUBTLE_ENCRYPT_ALPHA1))) .addMethod( getSubtleDecryptAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.SubtleDecryptRequest, io.dapr.v1.DaprProtos.SubtleDecryptResponse>( service, METHODID_SUBTLE_DECRYPT_ALPHA1))) .addMethod( getSubtleWrapKeyAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.SubtleWrapKeyRequest, io.dapr.v1.DaprProtos.SubtleWrapKeyResponse>( service, METHODID_SUBTLE_WRAP_KEY_ALPHA1))) .addMethod( getSubtleUnwrapKeyAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.SubtleUnwrapKeyRequest, io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse>( service, METHODID_SUBTLE_UNWRAP_KEY_ALPHA1))) .addMethod( getSubtleSignAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.SubtleSignRequest, io.dapr.v1.DaprProtos.SubtleSignResponse>( service, METHODID_SUBTLE_SIGN_ALPHA1))) .addMethod( getSubtleVerifyAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.SubtleVerifyRequest, io.dapr.v1.DaprProtos.SubtleVerifyResponse>( service, METHODID_SUBTLE_VERIFY_ALPHA1))) .addMethod( getStartWorkflowAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.StartWorkflowRequest, io.dapr.v1.DaprProtos.StartWorkflowResponse>( service, METHODID_START_WORKFLOW_ALPHA1))) .addMethod( getGetWorkflowAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetWorkflowRequest, io.dapr.v1.DaprProtos.GetWorkflowResponse>( service, METHODID_GET_WORKFLOW_ALPHA1))) .addMethod( getPurgeWorkflowAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.PurgeWorkflowRequest, com.google.protobuf.Empty>( service, METHODID_PURGE_WORKFLOW_ALPHA1))) .addMethod( getTerminateWorkflowAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.TerminateWorkflowRequest, com.google.protobuf.Empty>( service, METHODID_TERMINATE_WORKFLOW_ALPHA1))) .addMethod( getPauseWorkflowAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.PauseWorkflowRequest, com.google.protobuf.Empty>( service, METHODID_PAUSE_WORKFLOW_ALPHA1))) .addMethod( getResumeWorkflowAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.ResumeWorkflowRequest, com.google.protobuf.Empty>( service, METHODID_RESUME_WORKFLOW_ALPHA1))) .addMethod( getRaiseEventWorkflowAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest, com.google.protobuf.Empty>( service, METHODID_RAISE_EVENT_WORKFLOW_ALPHA1))) .addMethod( getStartWorkflowBeta1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.StartWorkflowRequest, io.dapr.v1.DaprProtos.StartWorkflowResponse>( service, METHODID_START_WORKFLOW_BETA1))) .addMethod( getGetWorkflowBeta1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetWorkflowRequest, io.dapr.v1.DaprProtos.GetWorkflowResponse>( service, METHODID_GET_WORKFLOW_BETA1))) .addMethod( getPurgeWorkflowBeta1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.PurgeWorkflowRequest, com.google.protobuf.Empty>( service, METHODID_PURGE_WORKFLOW_BETA1))) .addMethod( getTerminateWorkflowBeta1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.TerminateWorkflowRequest, com.google.protobuf.Empty>( service, METHODID_TERMINATE_WORKFLOW_BETA1))) .addMethod( getPauseWorkflowBeta1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.PauseWorkflowRequest, com.google.protobuf.Empty>( service, METHODID_PAUSE_WORKFLOW_BETA1))) .addMethod( getResumeWorkflowBeta1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.ResumeWorkflowRequest, com.google.protobuf.Empty>( service, METHODID_RESUME_WORKFLOW_BETA1))) .addMethod( getRaiseEventWorkflowBeta1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest, com.google.protobuf.Empty>( service, METHODID_RAISE_EVENT_WORKFLOW_BETA1))) .addMethod( getShutdownMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.ShutdownRequest, com.google.protobuf.Empty>( service, METHODID_SHUTDOWN))) .addMethod( getScheduleJobAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.ScheduleJobRequest, io.dapr.v1.DaprProtos.ScheduleJobResponse>( service, METHODID_SCHEDULE_JOB_ALPHA1))) .addMethod( getGetJobAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.GetJobRequest, io.dapr.v1.DaprProtos.GetJobResponse>( service, METHODID_GET_JOB_ALPHA1))) .addMethod( getDeleteJobAlpha1Method(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.dapr.v1.DaprProtos.DeleteJobRequest, io.dapr.v1.DaprProtos.DeleteJobResponse>( service, METHODID_DELETE_JOB_ALPHA1))) .build(); } private static abstract class DaprBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { DaprBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return io.dapr.v1.DaprProtos.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("Dapr"); } } private static final class DaprFileDescriptorSupplier extends DaprBaseDescriptorSupplier { DaprFileDescriptorSupplier() {} } private static final class DaprMethodDescriptorSupplier extends DaprBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final java.lang.String methodName; DaprMethodDescriptorSupplier(java.lang.String methodName) { this.methodName = methodName; } @java.lang.Override public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { return getServiceDescriptor().findMethodByName(methodName); } } private static volatile io.grpc.ServiceDescriptor serviceDescriptor; public static io.grpc.ServiceDescriptor getServiceDescriptor() { io.grpc.ServiceDescriptor result = serviceDescriptor; if (result == null) { synchronized (DaprGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new DaprFileDescriptorSupplier()) .addMethod(getInvokeServiceMethod()) .addMethod(getGetStateMethod()) .addMethod(getGetBulkStateMethod()) .addMethod(getSaveStateMethod()) .addMethod(getQueryStateAlpha1Method()) .addMethod(getDeleteStateMethod()) .addMethod(getDeleteBulkStateMethod()) .addMethod(getExecuteStateTransactionMethod()) .addMethod(getPublishEventMethod()) .addMethod(getBulkPublishEventAlpha1Method()) .addMethod(getSubscribeTopicEventsAlpha1Method()) .addMethod(getInvokeBindingMethod()) .addMethod(getGetSecretMethod()) .addMethod(getGetBulkSecretMethod()) .addMethod(getRegisterActorTimerMethod()) .addMethod(getUnregisterActorTimerMethod()) .addMethod(getRegisterActorReminderMethod()) .addMethod(getUnregisterActorReminderMethod()) .addMethod(getGetActorStateMethod()) .addMethod(getExecuteActorStateTransactionMethod()) .addMethod(getInvokeActorMethod()) .addMethod(getGetConfigurationAlpha1Method()) .addMethod(getGetConfigurationMethod()) .addMethod(getSubscribeConfigurationAlpha1Method()) .addMethod(getSubscribeConfigurationMethod()) .addMethod(getUnsubscribeConfigurationAlpha1Method()) .addMethod(getUnsubscribeConfigurationMethod()) .addMethod(getTryLockAlpha1Method()) .addMethod(getUnlockAlpha1Method()) .addMethod(getEncryptAlpha1Method()) .addMethod(getDecryptAlpha1Method()) .addMethod(getGetMetadataMethod()) .addMethod(getSetMetadataMethod()) .addMethod(getSubtleGetKeyAlpha1Method()) .addMethod(getSubtleEncryptAlpha1Method()) .addMethod(getSubtleDecryptAlpha1Method()) .addMethod(getSubtleWrapKeyAlpha1Method()) .addMethod(getSubtleUnwrapKeyAlpha1Method()) .addMethod(getSubtleSignAlpha1Method()) .addMethod(getSubtleVerifyAlpha1Method()) .addMethod(getStartWorkflowAlpha1Method()) .addMethod(getGetWorkflowAlpha1Method()) .addMethod(getPurgeWorkflowAlpha1Method()) .addMethod(getTerminateWorkflowAlpha1Method()) .addMethod(getPauseWorkflowAlpha1Method()) .addMethod(getResumeWorkflowAlpha1Method()) .addMethod(getRaiseEventWorkflowAlpha1Method()) .addMethod(getStartWorkflowBeta1Method()) .addMethod(getGetWorkflowBeta1Method()) .addMethod(getPurgeWorkflowBeta1Method()) .addMethod(getTerminateWorkflowBeta1Method()) .addMethod(getPauseWorkflowBeta1Method()) .addMethod(getResumeWorkflowBeta1Method()) .addMethod(getRaiseEventWorkflowBeta1Method()) .addMethod(getShutdownMethod()) .addMethod(getScheduleJobAlpha1Method()) .addMethod(getGetJobAlpha1Method()) .addMethod(getDeleteJobAlpha1Method()) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy