Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
com.google.storage.v2.stub |
Modifier and Type | Method and Description |
---|---|
CancelResumableWriteResponse |
CancelResumableWriteResponse.Builder.build() |
CancelResumableWriteResponse |
CancelResumableWriteResponse.Builder.buildPartial() |
CancelResumableWriteResponse |
StorageClient.cancelResumableWrite(CancelResumableWriteRequest request)
Cancels an in-progress resumable upload.
|
CancelResumableWriteResponse |
StorageGrpc.StorageBlockingStub.cancelResumableWrite(CancelResumableWriteRequest request)
Cancels an in-progress resumable upload.
|
CancelResumableWriteResponse |
StorageClient.cancelResumableWrite(String uploadId)
Cancels an in-progress resumable upload.
|
static CancelResumableWriteResponse |
CancelResumableWriteResponse.getDefaultInstance() |
CancelResumableWriteResponse |
CancelResumableWriteResponse.getDefaultInstanceForType() |
CancelResumableWriteResponse |
CancelResumableWriteResponse.Builder.getDefaultInstanceForType() |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseDelimitedFrom(InputStream input) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseFrom(byte[] data) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseFrom(ByteBuffer data) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseFrom(com.google.protobuf.ByteString data) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseFrom(InputStream input) |
static CancelResumableWriteResponse |
CancelResumableWriteResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<CancelResumableWriteResponse> |
StorageGrpc.StorageFutureStub.cancelResumableWrite(CancelResumableWriteRequest request)
Cancels an in-progress resumable upload.
|
com.google.api.gax.rpc.UnaryCallable<CancelResumableWriteRequest,CancelResumableWriteResponse> |
StorageClient.cancelResumableWriteCallable()
Cancels an in-progress resumable upload.
|
com.google.api.gax.rpc.UnaryCallSettings<CancelResumableWriteRequest,CancelResumableWriteResponse> |
StorageSettings.cancelResumableWriteSettings()
Returns the object with the settings used for calls to cancelResumableWrite.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelResumableWriteRequest,CancelResumableWriteResponse> |
StorageSettings.Builder.cancelResumableWriteSettings()
Returns the builder for the settings used for calls to cancelResumableWrite.
|
static MethodDescriptor<CancelResumableWriteRequest,CancelResumableWriteResponse> |
StorageGrpc.getCancelResumableWriteMethod() |
com.google.protobuf.Parser<CancelResumableWriteResponse> |
CancelResumableWriteResponse.getParserForType() |
static com.google.protobuf.Parser<CancelResumableWriteResponse> |
CancelResumableWriteResponse.parser() |
Modifier and Type | Method and Description |
---|---|
CancelResumableWriteResponse.Builder |
CancelResumableWriteResponse.Builder.mergeFrom(CancelResumableWriteResponse other) |
static CancelResumableWriteResponse.Builder |
CancelResumableWriteResponse.newBuilder(CancelResumableWriteResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
StorageGrpc.AsyncService.cancelResumableWrite(CancelResumableWriteRequest request,
StreamObserver<CancelResumableWriteResponse> responseObserver)
Cancels an in-progress resumable upload.
|
void |
StorageGrpc.StorageStub.cancelResumableWrite(CancelResumableWriteRequest request,
StreamObserver<CancelResumableWriteResponse> responseObserver)
Cancels an in-progress resumable upload.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CancelResumableWriteRequest,CancelResumableWriteResponse> |
GrpcStorageStub.cancelResumableWriteCallable() |
com.google.api.gax.rpc.UnaryCallable<CancelResumableWriteRequest,CancelResumableWriteResponse> |
StorageStub.cancelResumableWriteCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CancelResumableWriteRequest,CancelResumableWriteResponse> |
StorageStubSettings.cancelResumableWriteSettings()
Returns the object with the settings used for calls to cancelResumableWrite.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelResumableWriteRequest,CancelResumableWriteResponse> |
StorageStubSettings.Builder.cancelResumableWriteSettings()
Returns the builder for the settings used for calls to cancelResumableWrite.
|
Copyright © 2023 Google LLC. All rights reserved.