@Generated(value="by gapic-generator-java") public class HttpJsonAddressValidationStub extends AddressValidationStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonAddressValidationStub(AddressValidationStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonAddressValidationStub, using the given settings.
|
protected |
HttpJsonAddressValidationStub(AddressValidationStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonAddressValidationStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonAddressValidationStub |
create(AddressValidationStubSettings settings) |
static HttpJsonAddressValidationStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonAddressValidationStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ProvideValidationFeedbackRequest,ProvideValidationFeedbackResponse> |
provideValidationFeedbackCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<ValidateAddressRequest,ValidateAddressResponse> |
validateAddressCallable() |
protected HttpJsonAddressValidationStub(AddressValidationStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonAddressValidationStub(AddressValidationStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonAddressValidationStub create(AddressValidationStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonAddressValidationStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonAddressValidationStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<ValidateAddressRequest,ValidateAddressResponse> validateAddressCallable()
validateAddressCallable in class AddressValidationStubpublic com.google.api.gax.rpc.UnaryCallable<ProvideValidationFeedbackRequest,ProvideValidationFeedbackResponse> provideValidationFeedbackCallable()
provideValidationFeedbackCallable in class AddressValidationStubpublic final void close()
close in interface AutoCloseableclose in class AddressValidationStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.