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

io.bloombox.schema.identity.IDOuterClass Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2017, Bloombox, LLC. All rights reserved.
 *
 * Source and object computer code contained herein is the private intellectual property
 * of Bloombox, a California Limited Liability Corporation. Use of this code in source form
 * requires permission in writing before use or the publishing of derivative works, for
 * commercial purposes or any other purpose, from a duly authorized officer of Momentum
 * Ideas Co.
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: identity/ID.proto

package io.bloombox.schema.identity;

public final class IDOuterClass {
  private IDOuterClass() {}
  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_identity_ID_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_identity_ID_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\021identity/ID.proto\022\010identity\032\016bq_field." +
      "proto\032\023temporal/Date.proto\032\027identity/ids" +
      "/USDL.proto\032\033identity/ids/Passport.proto" +
      "\"\277\003\n\002ID\022?\n\004type\030\001 \001(\0162\020.identity.IDTypeB" +
      "\037\212@\034Type of ID we\'re specifying.\022F\n\002id\030\002" +
      " \001(\tB:\212@7ID number or string identifying" +
      " this identity document.\022J\n\013expire_date\030" +
      "\003 \001(\0132\016.temporal.DateB%\212@\"Expiration dat" +
      "e for this document.\022J\n\nbirth_date\030\004 \001(\013" +
      "2\016.temporal.DateB&\212@#Birth date listed o",
      "n this document.\022I\n\007license\030\024 \001(\0132\022.iden" +
      "tity.ids.USDLB\"\212@\037United States Driver\'s" +
      " License.H\000\022A\n\010passport\030\025 \001(\0132\026.identity" +
      ".ids.PassportB\025\212@\022National passport.H\000B\n" +
      "\n\010document* \n\006IDType\022\010\n\004USDL\020\000\022\014\n\010PASSPO" +
      "RT\020\001B!\n\033io.bloombox.schema.identityH\001P\001b" +
      "\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[] {
          gen_bq_schema.BqField.getDescriptor(),
          io.bloombox.schema.temporal.DateOuterClass.getDescriptor(),
          io.bloombox.schema.identity.ids.USDLOuterClass.getDescriptor(),
          io.bloombox.schema.identity.ids.PassportOuterClass.getDescriptor(),
        }, assigner);
    internal_static_identity_ID_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_identity_ID_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_identity_ID_descriptor,
        new java.lang.String[] { "Type", "Id", "ExpireDate", "BirthDate", "License", "Passport", "Document", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(gen_bq_schema.BqField.description);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    gen_bq_schema.BqField.getDescriptor();
    io.bloombox.schema.temporal.DateOuterClass.getDescriptor();
    io.bloombox.schema.identity.ids.USDLOuterClass.getDescriptor();
    io.bloombox.schema.identity.ids.PassportOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy