@BetaApi @Generated(value="by gapic-generator-java") public class GrpcSpacesServiceStub extends SpacesServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcSpacesServiceStub(SpacesServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcSpacesServiceStub, using the given settings.
|
protected |
GrpcSpacesServiceStub(SpacesServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSpacesServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcSpacesServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcSpacesServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcSpacesServiceStub |
create(SpacesServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateSpaceRequest,Space> |
createSpaceCallable() |
com.google.api.gax.rpc.UnaryCallable<EndActiveConferenceRequest,com.google.protobuf.Empty> |
endActiveConferenceCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetSpaceRequest,Space> |
getSpaceCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateSpaceRequest,Space> |
updateSpaceCallable() |
protected GrpcSpacesServiceStub(SpacesServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcSpacesServiceStub(SpacesServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcSpacesServiceStub create(SpacesServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcSpacesServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcSpacesServiceStub 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<CreateSpaceRequest,Space> createSpaceCallable()
createSpaceCallable in class SpacesServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetSpaceRequest,Space> getSpaceCallable()
getSpaceCallable in class SpacesServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateSpaceRequest,Space> updateSpaceCallable()
updateSpaceCallable in class SpacesServiceStubpublic com.google.api.gax.rpc.UnaryCallable<EndActiveConferenceRequest,com.google.protobuf.Empty> endActiveConferenceCallable()
endActiveConferenceCallable in class SpacesServiceStubpublic final void close()
close in interface AutoCloseableclose in class SpacesServiceStubpublic 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.