@Generated(value="by gapic-generator-java") public class HttpJsonDashboardsServiceStub extends DashboardsServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonDashboardsServiceStub(DashboardsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonDashboardsServiceStub, using the given settings.
|
protected |
HttpJsonDashboardsServiceStub(DashboardsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonDashboardsServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonDashboardsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonDashboardsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonDashboardsServiceStub |
create(DashboardsServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateDashboardRequest,Dashboard> |
createDashboardCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteDashboardRequest,com.google.protobuf.Empty> |
deleteDashboardCallable() |
com.google.api.gax.rpc.UnaryCallable<GetDashboardRequest,Dashboard> |
getDashboardCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListDashboardsRequest,ListDashboardsResponse> |
listDashboardsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListDashboardsRequest,DashboardsServiceClient.ListDashboardsPagedResponse> |
listDashboardsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateDashboardRequest,Dashboard> |
updateDashboardCallable() |
protected HttpJsonDashboardsServiceStub(DashboardsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonDashboardsServiceStub(DashboardsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonDashboardsServiceStub create(DashboardsServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonDashboardsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonDashboardsServiceStub 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<CreateDashboardRequest,Dashboard> createDashboardCallable()
createDashboardCallable in class DashboardsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListDashboardsRequest,ListDashboardsResponse> listDashboardsCallable()
listDashboardsCallable in class DashboardsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListDashboardsRequest,DashboardsServiceClient.ListDashboardsPagedResponse> listDashboardsPagedCallable()
listDashboardsPagedCallable in class DashboardsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetDashboardRequest,Dashboard> getDashboardCallable()
getDashboardCallable in class DashboardsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteDashboardRequest,com.google.protobuf.Empty> deleteDashboardCallable()
deleteDashboardCallable in class DashboardsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateDashboardRequest,Dashboard> updateDashboardCallable()
updateDashboardCallable in class DashboardsServiceStubpublic final void close()
close in interface AutoCloseableclose in class DashboardsServiceStubpublic 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.