io.temporal.api.batch.v1.MessageProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/batch/v1/message.proto
package io.temporal.api.batch.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:MessageProto.java.pb.meta")
public final class MessageProto {
private MessageProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_temporal_api_batch_v1_BatchOperationInfo_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_temporal_api_batch_v1_BatchOperationInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_temporal_api_batch_v1_BatchOperationTermination_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_temporal_api_batch_v1_BatchOperationTermination_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_temporal_api_batch_v1_BatchOperationSignal_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_temporal_api_batch_v1_BatchOperationSignal_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_temporal_api_batch_v1_BatchOperationCancellation_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_temporal_api_batch_v1_BatchOperationCancellation_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_temporal_api_batch_v1_BatchOperationDeletion_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_temporal_api_batch_v1_BatchOperationDeletion_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_temporal_api_batch_v1_BatchOperationReset_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_temporal_api_batch_v1_BatchOperationReset_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n#temporal/api/batch/v1/message.proto\022\025t" +
"emporal.api.batch.v1\032!dependencies/gogop" +
"roto/gogo.proto\032\037google/protobuf/timesta" +
"mp.proto\032$temporal/api/common/v1/message" +
".proto\032+temporal/api/enums/v1/batch_oper" +
"ation.proto\032!temporal/api/enums/v1/reset" +
".proto\"\313\001\n\022BatchOperationInfo\022\016\n\006job_id\030" +
"\001 \001(\t\0229\n\005state\030\002 \001(\0162*.temporal.api.enum" +
"s.v1.BatchOperationState\0224\n\nstart_time\030\003" +
" \001(\0132\032.google.protobuf.TimestampB\004\220\337\037\001\0224" +
"\n\nclose_time\030\004 \001(\0132\032.google.protobuf.Tim" +
"estampB\004\220\337\037\001\"`\n\031BatchOperationTerminatio" +
"n\0221\n\007details\030\001 \001(\0132 .temporal.api.common" +
".v1.Payloads\022\020\n\010identity\030\002 \001(\t\"\231\001\n\024Batch" +
"OperationSignal\022\016\n\006signal\030\001 \001(\t\022/\n\005input" +
"\030\002 \001(\0132 .temporal.api.common.v1.Payloads" +
"\022.\n\006header\030\003 \001(\0132\036.temporal.api.common.v" +
"1.Header\022\020\n\010identity\030\004 \001(\t\".\n\032BatchOpera" +
"tionCancellation\022\020\n\010identity\030\001 \001(\t\"*\n\026Ba" +
"tchOperationDeletion\022\020\n\010identity\030\001 \001(\t\"\242" +
"\001\n\023BatchOperationReset\0224\n\nreset_type\030\001 \001" +
"(\0162 .temporal.api.enums.v1.ResetType\022C\n\022" +
"reset_reapply_type\030\002 \001(\0162\'.temporal.api." +
"enums.v1.ResetReapplyType\022\020\n\010identity\030\003 " +
"\001(\tB\204\001\n\030io.temporal.api.batch.v1B\014Messag" +
"eProtoP\001Z!go.temporal.io/api/batch/v1;ba" +
"tch\252\002\027Temporalio.Api.Batch.V1\352\002\032Temporal" +
"io::Api::Batch::V1b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
gogoproto.Gogo.getDescriptor(),
com.google.protobuf.TimestampProto.getDescriptor(),
io.temporal.api.common.v1.MessageProto.getDescriptor(),
io.temporal.api.enums.v1.BatchOperationProto.getDescriptor(),
io.temporal.api.enums.v1.ResetProto.getDescriptor(),
});
internal_static_temporal_api_batch_v1_BatchOperationInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_temporal_api_batch_v1_BatchOperationInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_temporal_api_batch_v1_BatchOperationInfo_descriptor,
new java.lang.String[] { "JobId", "State", "StartTime", "CloseTime", });
internal_static_temporal_api_batch_v1_BatchOperationTermination_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_temporal_api_batch_v1_BatchOperationTermination_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_temporal_api_batch_v1_BatchOperationTermination_descriptor,
new java.lang.String[] { "Details", "Identity", });
internal_static_temporal_api_batch_v1_BatchOperationSignal_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_temporal_api_batch_v1_BatchOperationSignal_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_temporal_api_batch_v1_BatchOperationSignal_descriptor,
new java.lang.String[] { "Signal", "Input", "Header", "Identity", });
internal_static_temporal_api_batch_v1_BatchOperationCancellation_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_temporal_api_batch_v1_BatchOperationCancellation_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_temporal_api_batch_v1_BatchOperationCancellation_descriptor,
new java.lang.String[] { "Identity", });
internal_static_temporal_api_batch_v1_BatchOperationDeletion_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_temporal_api_batch_v1_BatchOperationDeletion_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_temporal_api_batch_v1_BatchOperationDeletion_descriptor,
new java.lang.String[] { "Identity", });
internal_static_temporal_api_batch_v1_BatchOperationReset_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_temporal_api_batch_v1_BatchOperationReset_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_temporal_api_batch_v1_BatchOperationReset_descriptor,
new java.lang.String[] { "ResetType", "ResetReapplyType", "Identity", });
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(gogoproto.Gogo.stdtime);
com.google.protobuf.Descriptors.FileDescriptor
.internalUpdateFileDescriptor(descriptor, registry);
gogoproto.Gogo.getDescriptor();
com.google.protobuf.TimestampProto.getDescriptor();
io.temporal.api.common.v1.MessageProto.getDescriptor();
io.temporal.api.enums.v1.BatchOperationProto.getDescriptor();
io.temporal.api.enums.v1.ResetProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy