@Generated(value="by gapic-generator-java") public class GrpcDashboardsServiceStub extends DashboardsServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcDashboardsServiceStub(DashboardsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcDashboardsServiceStub, using the given settings.
|
protected |
GrpcDashboardsServiceStub(DashboardsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcDashboardsServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcDashboardsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcDashboardsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcDashboardsServiceStub |
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() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
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 GrpcDashboardsServiceStub(DashboardsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcDashboardsServiceStub(DashboardsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcDashboardsServiceStub create(DashboardsServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcDashboardsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcDashboardsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
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.