org.finos.tracdap.config.Job Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracdap-api-config Show documentation
Show all versions of tracdap-api-config Show documentation
TRAC D.A.P. config library, contains data structures used for config files (and other config sources)
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/config/job.proto
// Protobuf Java Version: 4.28.2
package org.finos.tracdap.config;
public final class Job {
private Job() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
Job.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_config_JobConfig_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_tracdap_config_JobConfig_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tracdap_config_JobConfig_ResourcesEntry_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_tracdap_config_JobConfig_ResourcesEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tracdap_config_JobConfig_ResourceMappingEntry_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_tracdap_config_JobConfig_ResourceMappingEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tracdap_config_JobConfig_ResultMappingEntry_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_tracdap_config_JobConfig_ResultMappingEntry_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\030tracdap/config/job.proto\022\016tracdap.conf" +
"ig\032 tracdap/metadata/object_id.proto\032\035tr" +
"acdap/metadata/object.proto\032\032tracdap/met" +
"adata/job.proto\"\256\004\n\tJobConfig\022*\n\005jobId\030\001" +
" \001(\0132\033.tracdap.metadata.TagHeader\022,\n\003job" +
"\030\002 \001(\0132\037.tracdap.metadata.JobDefinition\022" +
";\n\tresources\030\003 \003(\0132(.tracdap.config.JobC" +
"onfig.ResourcesEntry\022G\n\017resourceMapping\030" +
"\004 \003(\0132..tracdap.config.JobConfig.Resourc" +
"eMappingEntry\022C\n\rresultMapping\030\005 \003(\0132,.t" +
"racdap.config.JobConfig.ResultMappingEnt" +
"ry\032T\n\016ResourcesEntry\022\013\n\003key\030\001 \001(\t\0221\n\005val" +
"ue\030\002 \001(\0132\".tracdap.metadata.ObjectDefini" +
"tion:\0028\001\032S\n\024ResourceMappingEntry\022\013\n\003key\030" +
"\001 \001(\t\022*\n\005value\030\002 \001(\0132\033.tracdap.metadata." +
"TagHeader:\0028\001\032Q\n\022ResultMappingEntry\022\013\n\003k" +
"ey\030\001 \001(\t\022*\n\005value\030\002 \001(\0132\033.tracdap.metada" +
"ta.TagHeader:\0028\001B\034\n\030org.finos.tracdap.co" +
"nfigP\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.ObjectProtoWrapper.getDescriptor(),
org.finos.tracdap.metadata.Job.getDescriptor(),
});
internal_static_tracdap_config_JobConfig_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_tracdap_config_JobConfig_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_tracdap_config_JobConfig_descriptor,
new java.lang.String[] { "JobId", "Job", "Resources", "ResourceMapping", "ResultMapping", });
internal_static_tracdap_config_JobConfig_ResourcesEntry_descriptor =
internal_static_tracdap_config_JobConfig_descriptor.getNestedTypes().get(0);
internal_static_tracdap_config_JobConfig_ResourcesEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_tracdap_config_JobConfig_ResourcesEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_tracdap_config_JobConfig_ResourceMappingEntry_descriptor =
internal_static_tracdap_config_JobConfig_descriptor.getNestedTypes().get(1);
internal_static_tracdap_config_JobConfig_ResourceMappingEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_tracdap_config_JobConfig_ResourceMappingEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_tracdap_config_JobConfig_ResultMappingEntry_descriptor =
internal_static_tracdap_config_JobConfig_descriptor.getNestedTypes().get(2);
internal_static_tracdap_config_JobConfig_ResultMappingEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_tracdap_config_JobConfig_ResultMappingEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
descriptor.resolveAllFeaturesImmutable();
org.finos.tracdap.metadata.ObjectId.getDescriptor();
org.finos.tracdap.metadata.ObjectProtoWrapper.getDescriptor();
org.finos.tracdap.metadata.Job.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}