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