io.dapr.v1.DaprGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dapr-sdk-autogen Show documentation
Show all versions of dapr-sdk-autogen Show documentation
Auto-generated SDK for Dapr
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);
}
/**
*