/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * 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: google/maps/addressvalidation/v1/address.proto

package com.google.maps.addressvalidation.v1;

public final class AddressProto {
  private AddressProto() {}

  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_google_maps_addressvalidation_v1_Address_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_maps_addressvalidation_v1_Address_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_maps_addressvalidation_v1_AddressComponent_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_maps_addressvalidation_v1_AddressComponent_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_maps_addressvalidation_v1_ComponentName_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_maps_addressvalidation_v1_ComponentName_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.google/maps/addressvalidation/v1/addre"
          + "ss.proto\022 google.maps.addressvalidation."
          + "v1\032\037google/api/field_behavior.proto\032 goo"
          + "gle/type/postal_address.proto\"\216\002\n\007Addres"
          + "s\022\031\n\021formatted_address\030\002 \001(\t\0222\n\016postal_a"
          + "ddress\030\003 \001(\0132\032.google.type.PostalAddress"
          + "\022S\n\022address_components\030\004 \003(\01322.google.ma"
          + "ps.addressvalidation.v1.AddressComponent"
          + "B\003\340A\006\022\037\n\027missing_component_types\030\005 \003(\t\022#"
          + "\n\033unconfirmed_component_types\030\006 \003(\t\022\031\n\021u"
          + "nresolved_tokens\030\007 \003(\t\"\256\003\n\020AddressCompon"
          + "ent\022G\n\016component_name\030\001 \001(\0132/.google.map"
          + "s.addressvalidation.v1.ComponentName\022\026\n\016"
          + "component_type\030\002 \001(\t\022`\n\022confirmation_lev"
          + "el\030\003 \001(\0162D.google.maps.addressvalidation"
          + ".v1.AddressComponent.ConfirmationLevel\022\020"
          + "\n\010inferred\030\004 \001(\010\022\027\n\017spell_corrected\030\005 \001("
          + "\010\022\020\n\010replaced\030\006 \001(\010\022\022\n\nunexpected\030\007 \001(\010\""
          + "\205\001\n\021ConfirmationLevel\022\"\n\036CONFIRMATION_LE"
          + "VEL_UNSPECIFIED\020\000\022\r\n\tCONFIRMED\020\001\022\035\n\031UNCO"
          + "NFIRMED_BUT_PLAUSIBLE\020\002\022\036\n\032UNCONFIRMED_A"
          + "ND_SUSPICIOUS\020\003\"4\n\rComponentName\022\014\n\004text"
          + "\030\001 \001(\t\022\025\n\rlanguage_code\030\002 \001(\tB\211\002\n$com.go"
          + "ogle.maps.addressvalidation.v1B\014AddressP"
          + "rotoP\001ZXcloud.google.com/go/maps/address"
          + "validation/apiv1/addressvalidationpb;add"
          + "ressvalidationpb\370\001\001\242\002\007GMPAVV1\252\002 Google.M"
          + "aps.AddressValidation.V1\312\002 Google\\Maps\\A"
          + "ddressValidation\\V1\352\002#Google::Maps::Addr"
          + "essValidation::V1b\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.FieldBehaviorProto.getDescriptor(),
              com.google.type.PostalAddressProto.getDescriptor(),
            });
    internal_static_google_maps_addressvalidation_v1_Address_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_maps_addressvalidation_v1_Address_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_maps_addressvalidation_v1_Address_descriptor,
            new java.lang.String[] {
              "FormattedAddress",
              "PostalAddress",
              "AddressComponents",
              "MissingComponentTypes",
              "UnconfirmedComponentTypes",
              "UnresolvedTokens",
            });
    internal_static_google_maps_addressvalidation_v1_AddressComponent_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_maps_addressvalidation_v1_AddressComponent_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_maps_addressvalidation_v1_AddressComponent_descriptor,
            new java.lang.String[] {
              "ComponentName",
              "ComponentType",
              "ConfirmationLevel",
              "Inferred",
              "SpellCorrected",
              "Replaced",
              "Unexpected",
            });
    internal_static_google_maps_addressvalidation_v1_ComponentName_descriptor =
        getDescriptor().getMessageTypes().get(2);
    internal_static_google_maps_addressvalidation_v1_ComponentName_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_maps_addressvalidation_v1_ComponentName_descriptor,
            new java.lang.String[] {
              "Text", "LanguageCode",
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.FieldBehaviorProto.getDescriptor();
    com.google.type.PostalAddressProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
