Class AddressValidationGrpc.AddressValidationImplBase
- java.lang.Object
-
- com.google.maps.addressvalidation.v1.AddressValidationGrpc.AddressValidationImplBase
-
- All Implemented Interfaces:
AddressValidationGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AddressValidationGrpc
public abstract static class AddressValidationGrpc.AddressValidationImplBase extends Object implements io.grpc.BindableService, AddressValidationGrpc.AsyncService
Base class for the server implementation of the service AddressValidation.The service for validating addresses.
-
-
Constructor Summary
Constructors Constructor Description AddressValidationImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.maps.addressvalidation.v1.AddressValidationGrpc.AsyncService
provideValidationFeedback, validateAddress
-
-