@Generated(value="by gapic-generator-java") @BetaApi public class HttpJsonSpacesServiceStub extends SpacesServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonSpacesServiceStub(SpacesServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonSpacesServiceStub, using the given settings.
|
protected |
HttpJsonSpacesServiceStub(SpacesServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSpacesServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonSpacesServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonSpacesServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonSpacesServiceStub |
create(SpacesServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateSpaceRequest,Space> |
createSpaceCallable() |
com.google.api.gax.rpc.UnaryCallable<EndActiveConferenceRequest,com.google.protobuf.Empty> |
endActiveConferenceCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
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 HttpJsonSpacesServiceStub(SpacesServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonSpacesServiceStub(SpacesServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonSpacesServiceStub create(SpacesServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonSpacesServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonSpacesServiceStub 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<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.