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