addressvalidation

package
v0.0.0-...-68d350f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package addressvalidation aliases all exported identifiers in package "cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb".

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index

Constants

View Source
const (
	AddressComponent_CONFIRMATION_LEVEL_UNSPECIFIED                    = src.AddressComponent_CONFIRMATION_LEVEL_UNSPECIFIED
	AddressComponent_CONFIRMED                                         = src.AddressComponent_CONFIRMED
	AddressComponent_UNCONFIRMED_AND_SUSPICIOUS                        = src.AddressComponent_UNCONFIRMED_AND_SUSPICIOUS
	AddressComponent_UNCONFIRMED_BUT_PLAUSIBLE                         = src.AddressComponent_UNCONFIRMED_BUT_PLAUSIBLE
	ProvideValidationFeedbackRequest_UNUSED                            = src.ProvideValidationFeedbackRequest_UNUSED
	ProvideValidationFeedbackRequest_UNVALIDATED_VERSION_USED          = src.ProvideValidationFeedbackRequest_UNVALIDATED_VERSION_USED
	ProvideValidationFeedbackRequest_USER_VERSION_USED                 = src.ProvideValidationFeedbackRequest_USER_VERSION_USED
	ProvideValidationFeedbackRequest_VALIDATED_VERSION_USED            = src.ProvideValidationFeedbackRequest_VALIDATED_VERSION_USED
	ProvideValidationFeedbackRequest_VALIDATION_CONCLUSION_UNSPECIFIED = src.ProvideValidationFeedbackRequest_VALIDATION_CONCLUSION_UNSPECIFIED
	Verdict_BLOCK                                                      = src.Verdict_BLOCK
	Verdict_GRANULARITY_UNSPECIFIED                                    = src.Verdict_GRANULARITY_UNSPECIFIED
	Verdict_OTHER                                                      = src.Verdict_OTHER
	Verdict_PREMISE                                                    = src.Verdict_PREMISE
	Verdict_PREMISE_PROXIMITY                                          = src.Verdict_PREMISE_PROXIMITY
	Verdict_ROUTE                                                      = src.Verdict_ROUTE
	Verdict_SUB_PREMISE                                                = src.Verdict_SUB_PREMISE
)

Deprecated: Please use consts in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

Variables

View Source
var (
	AddressComponent_ConfirmationLevel_name                                = src.AddressComponent_ConfirmationLevel_name
	AddressComponent_ConfirmationLevel_value                               = src.AddressComponent_ConfirmationLevel_value
	File_google_maps_addressvalidation_v1_address_proto                    = src.File_google_maps_addressvalidation_v1_address_proto
	File_google_maps_addressvalidation_v1_address_validation_service_proto = src.File_google_maps_addressvalidation_v1_address_validation_service_proto
	File_google_maps_addressvalidation_v1_geocode_proto                    = src.File_google_maps_addressvalidation_v1_geocode_proto
	File_google_maps_addressvalidation_v1_metadata_proto                   = src.File_google_maps_addressvalidation_v1_metadata_proto
	File_google_maps_addressvalidation_v1_usps_data_proto                  = src.File_google_maps_addressvalidation_v1_usps_data_proto
	ProvideValidationFeedbackRequest_ValidationConclusion_name             = src.ProvideValidationFeedbackRequest_ValidationConclusion_name
	ProvideValidationFeedbackRequest_ValidationConclusion_value            = src.ProvideValidationFeedbackRequest_ValidationConclusion_value
	Verdict_Granularity_name                                               = src.Verdict_Granularity_name
	Verdict_Granularity_value                                              = src.Verdict_Granularity_value
)

Deprecated: Please use vars in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

Functions

func RegisterAddressValidationServer deprecated

func RegisterAddressValidationServer(s *grpc.Server, srv AddressValidationServer)

Deprecated: Please use funcs in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

Types

type Address deprecated

type Address = src.Address

Details of the address parsed from the input.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type AddressComponent deprecated

type AddressComponent = src.AddressComponent

Represents an address component, such as a street, city, or state.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type AddressComponent_ConfirmationLevel deprecated

type AddressComponent_ConfirmationLevel = src.AddressComponent_ConfirmationLevel

The different possible values for confirmation levels.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type AddressMetadata deprecated

type AddressMetadata = src.AddressMetadata

The metadata for the address.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type AddressValidationClient deprecated

type AddressValidationClient = src.AddressValidationClient

AddressValidationClient is the client API for AddressValidation service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

func NewAddressValidationClient deprecated

func NewAddressValidationClient(cc grpc.ClientConnInterface) AddressValidationClient

Deprecated: Please use funcs in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type AddressValidationServer deprecated

type AddressValidationServer = src.AddressValidationServer

AddressValidationServer is the server API for AddressValidation service.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type ComponentName deprecated

type ComponentName = src.ComponentName

A wrapper for the name of the component.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type Geocode deprecated

type Geocode = src.Geocode

Contains information about the place the input was geocoded to.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type PlusCode deprecated

type PlusCode = src.PlusCode

Plus code (http://plus.codes) is a location reference with two formats: global code defining a 14mx14m (1/8000th of a degree) or smaller rectangle, and compound code, replacing the prefix with a reference location.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type ProvideValidationFeedbackRequest deprecated

type ProvideValidationFeedbackRequest = src.ProvideValidationFeedbackRequest

The request for sending validation feedback.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type ProvideValidationFeedbackRequest_ValidationConclusion deprecated

type ProvideValidationFeedbackRequest_ValidationConclusion = src.ProvideValidationFeedbackRequest_ValidationConclusion

The possible final outcomes of the sequence of address validation requests needed to validate an address.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type ProvideValidationFeedbackResponse deprecated

type ProvideValidationFeedbackResponse = src.ProvideValidationFeedbackResponse

The response for validation feedback. The response is empty if the feedback is sent successfully.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type UnimplementedAddressValidationServer deprecated

type UnimplementedAddressValidationServer = src.UnimplementedAddressValidationServer

UnimplementedAddressValidationServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type UspsAddress deprecated

type UspsAddress = src.UspsAddress

USPS representation of a US address.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type UspsData deprecated

type UspsData = src.UspsData

The USPS data for the address.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type ValidateAddressRequest deprecated

type ValidateAddressRequest = src.ValidateAddressRequest

The request for validating an address.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type ValidateAddressResponse deprecated

type ValidateAddressResponse = src.ValidateAddressResponse

The response to an address validation request.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type ValidationResult deprecated

type ValidationResult = src.ValidationResult

The result of validating an address.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type Verdict deprecated

type Verdict = src.Verdict

High level overview of the address validation result and geocode.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

type Verdict_Granularity deprecated

type Verdict_Granularity = src.Verdict_Granularity

The various granularities that an address or a geocode can have. When used to indicate granularity for an *address*, these values indicate with how fine a granularity the address identifies a mailing destination. For example, an address such as "123 Main Street, Redwood City, CA, 94061" identifies a `PREMISE` while something like "Redwood City, CA, 94061" identifies a `LOCALITY`. However, if we are unable to find a geocode for "123 Main Street" in Redwood City, the geocode returned might be of `LOCALITY` granularity even though the address is more granular.

Deprecated: Please use types in: cloud.google.com/go/maps/addressvalidation/apiv1/addressvalidationpb

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL