@BetaApi @Generated(value="by gapic-generator-java") public class HttpJsonAclConfigServiceStub extends AclConfigServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonAclConfigServiceStub(AclConfigServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonAclConfigServiceStub, using the given settings.
|
protected |
HttpJsonAclConfigServiceStub(AclConfigServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonAclConfigServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonAclConfigServiceStub |
create(AclConfigServiceStubSettings settings) |
static HttpJsonAclConfigServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonAclConfigServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
com.google.api.gax.rpc.UnaryCallable<GetAclConfigRequest,AclConfig> |
getAclConfigCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateAclConfigRequest,AclConfig> |
updateAclConfigCallable() |
protected HttpJsonAclConfigServiceStub(AclConfigServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonAclConfigServiceStub(AclConfigServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonAclConfigServiceStub create(AclConfigServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonAclConfigServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonAclConfigServiceStub 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<UpdateAclConfigRequest,AclConfig> updateAclConfigCallable()
updateAclConfigCallable in class AclConfigServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetAclConfigRequest,AclConfig> getAclConfigCallable()
getAclConfigCallable in class AclConfigServiceStubpublic final void close()
close in interface AutoCloseableclose in class AclConfigServiceStubpublic 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.