Class AddressValidationStub
- java.lang.Object
-
- com.google.maps.addressvalidation.v1.stub.AddressValidationStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcAddressValidationStub,HttpJsonAddressValidationStub
@Generated("by gapic-generator-java") public abstract class AddressValidationStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the AddressValidation service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description AddressValidationStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<ProvideValidationFeedbackRequest,ProvideValidationFeedbackResponse>provideValidationFeedbackCallable()com.google.api.gax.rpc.UnaryCallable<ValidateAddressRequest,ValidateAddressResponse>validateAddressCallable()
-
-
-
Method Detail
-
validateAddressCallable
public com.google.api.gax.rpc.UnaryCallable<ValidateAddressRequest,ValidateAddressResponse> validateAddressCallable()
-
provideValidationFeedbackCallable
public com.google.api.gax.rpc.UnaryCallable<ProvideValidationFeedbackRequest,ProvideValidationFeedbackResponse> provideValidationFeedbackCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-