@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonBackendBucketStub extends BackendBucketStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonBackendBucketStub(BackendBucketStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonBackendBucketStub, using the given settings.
|
protected |
HttpJsonBackendBucketStub(BackendBucketStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonBackendBucketStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<AddSignedUrlKeyBackendBucketHttpRequest,Operation> addSignedUrlKeyBackendBucketMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<DeleteBackendBucketHttpRequest,Operation> deleteBackendBucketMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<DeleteSignedUrlKeyBackendBucketHttpRequest,Operation> deleteSignedUrlKeyBackendBucketMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetBackendBucketHttpRequest,BackendBucket> getBackendBucketMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertBackendBucketHttpRequest,Operation> insertBackendBucketMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListBackendBucketsHttpRequest,BackendBucketList> listBackendBucketsMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<PatchBackendBucketHttpRequest,Operation> patchBackendBucketMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<UpdateBackendBucketHttpRequest,Operation> updateBackendBucketMethodDescriptor
protected HttpJsonBackendBucketStub(BackendBucketStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonBackendBucketStub(BackendBucketStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonBackendBucketStub create(BackendBucketStubSettings settings) throws IOException
IOException
public static final HttpJsonBackendBucketStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonBackendBucketStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public UnaryCallable<AddSignedUrlKeyBackendBucketHttpRequest,Operation> addSignedUrlKeyBackendBucketCallable()
addSignedUrlKeyBackendBucketCallable
in class BackendBucketStub
@BetaApi public UnaryCallable<DeleteBackendBucketHttpRequest,Operation> deleteBackendBucketCallable()
deleteBackendBucketCallable
in class BackendBucketStub
@BetaApi public UnaryCallable<DeleteSignedUrlKeyBackendBucketHttpRequest,Operation> deleteSignedUrlKeyBackendBucketCallable()
deleteSignedUrlKeyBackendBucketCallable
in class BackendBucketStub
@BetaApi public UnaryCallable<GetBackendBucketHttpRequest,BackendBucket> getBackendBucketCallable()
getBackendBucketCallable
in class BackendBucketStub
@BetaApi public UnaryCallable<InsertBackendBucketHttpRequest,Operation> insertBackendBucketCallable()
insertBackendBucketCallable
in class BackendBucketStub
@BetaApi public UnaryCallable<ListBackendBucketsHttpRequest,BackendBucketClient.ListBackendBucketsPagedResponse> listBackendBucketsPagedCallable()
listBackendBucketsPagedCallable
in class BackendBucketStub
@BetaApi public UnaryCallable<ListBackendBucketsHttpRequest,BackendBucketList> listBackendBucketsCallable()
listBackendBucketsCallable
in class BackendBucketStub
@BetaApi public UnaryCallable<PatchBackendBucketHttpRequest,Operation> patchBackendBucketCallable()
patchBackendBucketCallable
in class BackendBucketStub
@BetaApi public UnaryCallable<UpdateBackendBucketHttpRequest,Operation> updateBackendBucketCallable()
updateBackendBucketCallable
in class BackendBucketStub
public final void close()
close
in interface AutoCloseable
close
in class BackendBucketStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.