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

gen_bq_schema.BqTable Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: bq_table.proto

package gen_bq_schema;

public final class BqTable {
  private BqTable() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
    registry.add(gen_bq_schema.BqTable.tableName);
    registry.add(gen_bq_schema.BqTable.tableDescription);
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public static final int TABLE_NAME_FIELD_NUMBER = 1021;
  /**
   * 
   * Specified a name of table in BigQuery for the message.
   * Indicates the message is a type of record to be stored into BigQuery.
   * The field number is a globally unique id for this option, assigned by
   * protobuf-global-extension-registry@google.com
   * 
* * extend .google.protobuf.MessageOptions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.DescriptorProtos.MessageOptions, java.lang.String> tableName = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.String.class, null); public static final int TABLE_DESCRIPTION_FIELD_NUMBER = 1026; /** *
   * Description for a table in BigQuery.
   * TODO: register with protobuf-global-extension-registry@google.com
   * 
* * extend .google.protobuf.MessageOptions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.DescriptorProtos.MessageOptions, java.lang.String> tableDescription = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.String.class, null); public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\016bq_table.proto\022\rgen_bq_schema\032 google/" + "protobuf/descriptor.proto:4\n\ntable_name\022" + "\037.google.protobuf.MessageOptions\030\375\007 \001(\t:" + ";\n\021table_description\022\037.google.protobuf.M" + "essageOptions\030\202\010 \001(\tB\010Z\006protosb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.google.protobuf.DescriptorProtos.getDescriptor(), }, assigner); tableName.internalInit(descriptor.getExtensions().get(0)); tableDescription.internalInit(descriptor.getExtensions().get(1)); com.google.protobuf.DescriptorProtos.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy