@Generated(value="by gapic-generator-java") public class HttpJsonNetworkProfilesStub extends NetworkProfilesStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonNetworkProfilesStub(NetworkProfilesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonNetworkProfilesStub, using the given settings.
|
protected |
HttpJsonNetworkProfilesStub(NetworkProfilesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonNetworkProfilesStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonNetworkProfilesStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonNetworkProfilesStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonNetworkProfilesStub |
create(NetworkProfilesStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<GetNetworkProfileRequest,NetworkProfile> |
getCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListNetworkProfilesRequest,NetworkProfilesListResponse> |
listCallable() |
com.google.api.gax.rpc.UnaryCallable<ListNetworkProfilesRequest,NetworkProfilesClient.ListPagedResponse> |
listPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected HttpJsonNetworkProfilesStub(NetworkProfilesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonNetworkProfilesStub(NetworkProfilesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonNetworkProfilesStub create(NetworkProfilesStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonNetworkProfilesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonNetworkProfilesStub 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<GetNetworkProfileRequest,NetworkProfile> getCallable()
getCallable in class NetworkProfilesStubpublic com.google.api.gax.rpc.UnaryCallable<ListNetworkProfilesRequest,NetworkProfilesListResponse> listCallable()
listCallable in class NetworkProfilesStubpublic com.google.api.gax.rpc.UnaryCallable<ListNetworkProfilesRequest,NetworkProfilesClient.ListPagedResponse> listPagedCallable()
listPagedCallable in class NetworkProfilesStubpublic final void close()
close in interface AutoCloseableclose in class NetworkProfilesStubpublic 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.