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