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