/*
 * 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/geocode.proto

package com.google.maps.addressvalidation.v1;

public final class GeocodeProto {
  private GeocodeProto() {}

  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_Geocode_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_maps_addressvalidation_v1_Geocode_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_maps_addressvalidation_v1_PlusCode_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_maps_addressvalidation_v1_PlusCode_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/geoco"
          + "de.proto\022 google.maps.addressvalidation."
          + "v1\032\036google/geo/type/viewport.proto\032\030goog"
          + "le/type/latlng.proto\"\336\001\n\007Geocode\022%\n\010loca"
          + "tion\030\001 \001(\0132\023.google.type.LatLng\022=\n\tplus_"
          + "code\030\002 \001(\0132*.google.maps.addressvalidati"
          + "on.v1.PlusCode\022)\n\006bounds\030\004 \001(\0132\031.google."
          + "geo.type.Viewport\022\033\n\023feature_size_meters"
          + "\030\005 \001(\002\022\020\n\010place_id\030\006 \001(\t\022\023\n\013place_types\030"
          + "\007 \003(\t\"6\n\010PlusCode\022\023\n\013global_code\030\001 \001(\t\022\025"
          + "\n\rcompound_code\030\002 \001(\tB\211\002\n$com.google.map"
          + "s.addressvalidation.v1B\014GeocodeProtoP\001ZX"
          + "cloud.google.com/go/maps/addressvalidati"
          + "on/apiv1/addressvalidationpb;addressvali"
          + "dationpb\370\001\001\242\002\007GMPAVV1\252\002 Google.Maps.Addr"
          + "essValidation.V1\312\002 Google\\Maps\\AddressVa"
          + "lidation\\V1\352\002#Google::Maps::AddressValid"
          + "ation::V1b\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.geo.type.ViewportProto.getDescriptor(),
              com.google.type.LatLngProto.getDescriptor(),
            });
    internal_static_google_maps_addressvalidation_v1_Geocode_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_maps_addressvalidation_v1_Geocode_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_maps_addressvalidation_v1_Geocode_descriptor,
            new java.lang.String[] {
              "Location", "PlusCode", "Bounds", "FeatureSizeMeters", "PlaceId", "PlaceTypes",
            });
    internal_static_google_maps_addressvalidation_v1_PlusCode_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_maps_addressvalidation_v1_PlusCode_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_maps_addressvalidation_v1_PlusCode_descriptor,
            new java.lang.String[] {
              "GlobalCode", "CompoundCode",
            });
    com.google.geo.type.ViewportProto.getDescriptor();
    com.google.type.LatLngProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
