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