org.finos.tracdap.api.Orchestrator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracdap-api-services Show documentation
Show all versions of tracdap-api-services Show documentation
TRAC D.A.P. platform API, contains service API definitions for the TRAC platform services
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/api/orchestrator.proto
// Protobuf Java Version: 4.28.2
package org.finos.tracdap.api;
public final class Orchestrator {
private Orchestrator() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
Orchestrator.class.getName());
}
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_tracdap_api_JobRequest_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_tracdap_api_JobRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tracdap_api_JobStatusRequest_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_tracdap_api_JobStatusRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tracdap_api_JobStatus_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_tracdap_api_JobStatus_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\036tracdap/api/orchestrator.proto\022\013tracda" +
"p.api\032 tracdap/metadata/object_id.proto\032" +
"\032tracdap/metadata/job.proto\032!tracdap/met" +
"adata/tag_update.proto\032\034google/api/annot" +
"ations.proto\"y\n\nJobRequest\022\016\n\006tenant\030\001 \001" +
"(\t\022,\n\003job\030\002 \001(\0132\037.tracdap.metadata.JobDe" +
"finition\022-\n\010jobAttrs\030\003 \003(\0132\033.tracdap.met" +
"adata.TagUpdate\"S\n\020JobStatusRequest\022\016\n\006t" +
"enant\030\001 \001(\t\022/\n\010selector\030\002 \001(\0132\035.tracdap." +
"metadata.TagSelector\"\203\001\n\tJobStatus\022*\n\005jo" +
"bId\030\001 \001(\0132\033.tracdap.metadata.TagHeader\0223" +
"\n\nstatusCode\030\002 \001(\0162\037.tracdap.metadata.Jo" +
"bStatusCode\022\025\n\rstatusMessage\030\003 \001(\t2\313\003\n\023T" +
"racOrchestratorApi\022a\n\013validateJob\022\027.trac" +
"dap.api.JobRequest\032\026.tracdap.api.JobStat" +
"us\"!\202\323\344\223\002\033\"\026/{tenant}/validate-job:\001*\022]\n" +
"\tsubmitJob\022\027.tracdap.api.JobRequest\032\026.tr" +
"acdap.api.JobStatus\"\037\202\323\344\223\002\031\"\024/{tenant}/s" +
"ubmit-job:\001*\022h\n\010checkJob\022\035.tracdap.api.J" +
"obStatusRequest\032\026.tracdap.api.JobStatus\"" +
"%\202\323\344\223\002\037\"\023/{tenant}/check-job:\010selector\022D" +
"\n\tfollowJob\022\035.tracdap.api.JobStatusReque" +
"st\032\026.tracdap.api.JobStatus0\001\022B\n\tcancelJo" +
"b\022\035.tracdap.api.JobStatusRequest\032\026.tracd" +
"ap.api.JobStatusB\031\n\025org.finos.tracdap.ap" +
"iP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
org.finos.tracdap.metadata.ObjectId.getDescriptor(),
org.finos.tracdap.metadata.Job.getDescriptor(),
org.finos.tracdap.metadata.TagUpdateOuterClass.getDescriptor(),
com.google.api.AnnotationsProto.getDescriptor(),
});
internal_static_tracdap_api_JobRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_tracdap_api_JobRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_tracdap_api_JobRequest_descriptor,
new java.lang.String[] { "Tenant", "Job", "JobAttrs", });
internal_static_tracdap_api_JobStatusRequest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_tracdap_api_JobStatusRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_tracdap_api_JobStatusRequest_descriptor,
new java.lang.String[] { "Tenant", "Selector", });
internal_static_tracdap_api_JobStatus_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_tracdap_api_JobStatus_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_tracdap_api_JobStatus_descriptor,
new java.lang.String[] { "JobId", "StatusCode", "StatusMessage", });
descriptor.resolveAllFeaturesImmutable();
org.finos.tracdap.metadata.ObjectId.getDescriptor();
org.finos.tracdap.metadata.Job.getDescriptor();
org.finos.tracdap.metadata.TagUpdateOuterClass.getDescriptor();
com.google.api.AnnotationsProto.getDescriptor();
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(com.google.api.AnnotationsProto.http);
com.google.protobuf.Descriptors.FileDescriptor
.internalUpdateFileDescriptor(descriptor, registry);
}
// @@protoc_insertion_point(outer_class_scope)
}