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