@Generated(value="by gapic-generator-java") public class HttpJsonLicensesStub extends LicensesStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonLicensesStub(LicensesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonLicensesStub, using the given settings.
|
protected |
HttpJsonLicensesStub(LicensesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonLicensesStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonLicensesStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonLicensesStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonLicensesStub |
create(LicensesStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<DeleteLicenseRequest,Operation> |
deleteCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteLicenseRequest,Operation,Operation> |
deleteOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetLicenseRequest,License> |
getCallable() |
com.google.api.gax.rpc.UnaryCallable<GetIamPolicyLicenseRequest,Policy> |
getIamPolicyCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
com.google.api.gax.rpc.UnaryCallable<InsertLicenseRequest,Operation> |
insertCallable() |
com.google.api.gax.rpc.OperationCallable<InsertLicenseRequest,Operation,Operation> |
insertOperationCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListLicensesRequest,LicensesListResponse> |
listCallable() |
com.google.api.gax.rpc.UnaryCallable<ListLicensesRequest,LicensesClient.ListPagedResponse> |
listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<SetIamPolicyLicenseRequest,Policy> |
setIamPolicyCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsLicenseRequest,TestPermissionsResponse> |
testIamPermissionsCallable() |
protected HttpJsonLicensesStub(LicensesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonLicensesStub(LicensesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonLicensesStub create(LicensesStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonLicensesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonLicensesStub 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<DeleteLicenseRequest,Operation> deleteCallable()
deleteCallable in class LicensesStubpublic com.google.api.gax.rpc.OperationCallable<DeleteLicenseRequest,Operation,Operation> deleteOperationCallable()
deleteOperationCallable in class LicensesStubpublic com.google.api.gax.rpc.UnaryCallable<GetLicenseRequest,License> getCallable()
getCallable in class LicensesStubpublic com.google.api.gax.rpc.UnaryCallable<GetIamPolicyLicenseRequest,Policy> getIamPolicyCallable()
getIamPolicyCallable in class LicensesStubpublic com.google.api.gax.rpc.UnaryCallable<InsertLicenseRequest,Operation> insertCallable()
insertCallable in class LicensesStubpublic com.google.api.gax.rpc.OperationCallable<InsertLicenseRequest,Operation,Operation> insertOperationCallable()
insertOperationCallable in class LicensesStubpublic com.google.api.gax.rpc.UnaryCallable<ListLicensesRequest,LicensesListResponse> listCallable()
listCallable in class LicensesStubpublic com.google.api.gax.rpc.UnaryCallable<ListLicensesRequest,LicensesClient.ListPagedResponse> listPagedCallable()
listPagedCallable in class LicensesStubpublic com.google.api.gax.rpc.UnaryCallable<SetIamPolicyLicenseRequest,Policy> setIamPolicyCallable()
setIamPolicyCallable in class LicensesStubpublic com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsLicenseRequest,TestPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable in class LicensesStubpublic final void close()
close in interface AutoCloseableclose in class LicensesStubpublic 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.