@Generated(value="by gapic-generator-java") public class HttpJsonAddressesStub extends AddressesStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonAddressesStub(AddressesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonAddressesStub, using the given settings.
|
protected |
HttpJsonAddressesStub(AddressesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonAddressesStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<AggregatedListAddressesRequest,AddressAggregatedList> |
aggregatedListCallable() |
com.google.api.gax.rpc.UnaryCallable<AggregatedListAddressesRequest,AddressesClient.AggregatedListPagedResponse> |
aggregatedListPagedCallable() |
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonAddressesStub |
create(AddressesStubSettings settings) |
static HttpJsonAddressesStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonAddressesStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
com.google.api.gax.rpc.UnaryCallable<DeleteAddressRequest,Operation> |
deleteCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteAddressRequest,Operation,Operation> |
deleteOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetAddressRequest,Address> |
getCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
com.google.api.gax.rpc.UnaryCallable<InsertAddressRequest,Operation> |
insertCallable() |
com.google.api.gax.rpc.OperationCallable<InsertAddressRequest,Operation,Operation> |
insertOperationCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListAddressesRequest,AddressList> |
listCallable() |
com.google.api.gax.rpc.UnaryCallable<ListAddressesRequest,AddressesClient.ListPagedResponse> |
listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<MoveAddressRequest,Operation> |
moveCallable() |
com.google.api.gax.rpc.OperationCallable<MoveAddressRequest,Operation,Operation> |
moveOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<SetLabelsAddressRequest,Operation> |
setLabelsCallable() |
com.google.api.gax.rpc.OperationCallable<SetLabelsAddressRequest,Operation,Operation> |
setLabelsOperationCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected HttpJsonAddressesStub(AddressesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonAddressesStub(AddressesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonAddressesStub create(AddressesStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonAddressesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonAddressesStub 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<AggregatedListAddressesRequest,AddressAggregatedList> aggregatedListCallable()
aggregatedListCallable in class AddressesStubpublic com.google.api.gax.rpc.UnaryCallable<AggregatedListAddressesRequest,AddressesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
aggregatedListPagedCallable in class AddressesStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteAddressRequest,Operation> deleteCallable()
deleteCallable in class AddressesStubpublic com.google.api.gax.rpc.OperationCallable<DeleteAddressRequest,Operation,Operation> deleteOperationCallable()
deleteOperationCallable in class AddressesStubpublic com.google.api.gax.rpc.UnaryCallable<GetAddressRequest,Address> getCallable()
getCallable in class AddressesStubpublic com.google.api.gax.rpc.UnaryCallable<InsertAddressRequest,Operation> insertCallable()
insertCallable in class AddressesStubpublic com.google.api.gax.rpc.OperationCallable<InsertAddressRequest,Operation,Operation> insertOperationCallable()
insertOperationCallable in class AddressesStubpublic com.google.api.gax.rpc.UnaryCallable<ListAddressesRequest,AddressList> listCallable()
listCallable in class AddressesStubpublic com.google.api.gax.rpc.UnaryCallable<ListAddressesRequest,AddressesClient.ListPagedResponse> listPagedCallable()
listPagedCallable in class AddressesStubpublic com.google.api.gax.rpc.UnaryCallable<MoveAddressRequest,Operation> moveCallable()
moveCallable in class AddressesStubpublic com.google.api.gax.rpc.OperationCallable<MoveAddressRequest,Operation,Operation> moveOperationCallable()
moveOperationCallable in class AddressesStubpublic com.google.api.gax.rpc.UnaryCallable<SetLabelsAddressRequest,Operation> setLabelsCallable()
setLabelsCallable in class AddressesStubpublic com.google.api.gax.rpc.OperationCallable<SetLabelsAddressRequest,Operation,Operation> setLabelsOperationCallable()
setLabelsOperationCallable in class AddressesStubpublic final void close()
close in interface AutoCloseableclose in class AddressesStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.