Uses of Class
com.google.iam.admin.v1.UploadServiceAccountKeyRequest
-
Packages that use UploadServiceAccountKeyRequest Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.cloud.iam.admin.v1.stub com.google.iam.admin.v1 -
-
Uses of UploadServiceAccountKeyRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type UploadServiceAccountKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UploadServiceAccountKeyRequest,ServiceAccountKey>
IAMClient. uploadServiceAccountKeyCallable()
Uploads the public key portion of a key pair that you manage, and associates the public key with a [ServiceAccount][google.iam.admin.v1.ServiceAccount].com.google.api.gax.rpc.UnaryCallSettings.Builder<UploadServiceAccountKeyRequest,ServiceAccountKey>
IAMSettings.Builder. uploadServiceAccountKeySettings()
Returns the builder for the settings used for calls to uploadServiceAccountKey.com.google.api.gax.rpc.UnaryCallSettings<UploadServiceAccountKeyRequest,ServiceAccountKey>
IAMSettings. uploadServiceAccountKeySettings()
Returns the object with the settings used for calls to uploadServiceAccountKey.Methods in com.google.cloud.iam.admin.v1 with parameters of type UploadServiceAccountKeyRequest Modifier and Type Method Description ServiceAccountKey
IAMClient. uploadServiceAccountKey(UploadServiceAccountKeyRequest request)
Uploads the public key portion of a key pair that you manage, and associates the public key with a [ServiceAccount][google.iam.admin.v1.ServiceAccount]. -
Uses of UploadServiceAccountKeyRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type UploadServiceAccountKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UploadServiceAccountKeyRequest,ServiceAccountKey>
GrpcIAMStub. uploadServiceAccountKeyCallable()
com.google.api.gax.rpc.UnaryCallable<UploadServiceAccountKeyRequest,ServiceAccountKey>
IAMStub. uploadServiceAccountKeyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UploadServiceAccountKeyRequest,ServiceAccountKey>
IAMStubSettings.Builder. uploadServiceAccountKeySettings()
Returns the builder for the settings used for calls to uploadServiceAccountKey.com.google.api.gax.rpc.UnaryCallSettings<UploadServiceAccountKeyRequest,ServiceAccountKey>
IAMStubSettings. uploadServiceAccountKeySettings()
Returns the object with the settings used for calls to uploadServiceAccountKey. -
Uses of UploadServiceAccountKeyRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return UploadServiceAccountKeyRequest Modifier and Type Method Description UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest.Builder. build()
UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest.Builder. buildPartial()
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. getDefaultInstance()
UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest.Builder. getDefaultInstanceForType()
UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. getDefaultInstanceForType()
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseDelimitedFrom(InputStream input)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseFrom(byte[] data)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseFrom(InputStream input)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseFrom(ByteBuffer data)
static UploadServiceAccountKeyRequest
UploadServiceAccountKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.iam.admin.v1 that return types with arguments of type UploadServiceAccountKeyRequest Modifier and Type Method Description com.google.protobuf.Parser<UploadServiceAccountKeyRequest>
UploadServiceAccountKeyRequest. getParserForType()
static io.grpc.MethodDescriptor<UploadServiceAccountKeyRequest,ServiceAccountKey>
IAMGrpc. getUploadServiceAccountKeyMethod()
static com.google.protobuf.Parser<UploadServiceAccountKeyRequest>
UploadServiceAccountKeyRequest. parser()
Methods in com.google.iam.admin.v1 with parameters of type UploadServiceAccountKeyRequest Modifier and Type Method Description UploadServiceAccountKeyRequest.Builder
UploadServiceAccountKeyRequest.Builder. mergeFrom(UploadServiceAccountKeyRequest other)
static UploadServiceAccountKeyRequest.Builder
UploadServiceAccountKeyRequest. newBuilder(UploadServiceAccountKeyRequest prototype)
default void
IAMGrpc.AsyncService. uploadServiceAccountKey(UploadServiceAccountKeyRequest request, io.grpc.stub.StreamObserver<ServiceAccountKey> responseObserver)
Uploads the public key portion of a key pair that you manage, and associates the public key with a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccountKey
IAMGrpc.IAMBlockingStub. uploadServiceAccountKey(UploadServiceAccountKeyRequest request)
Uploads the public key portion of a key pair that you manage, and associates the public key with a [ServiceAccount][google.iam.admin.v1.ServiceAccount].com.google.common.util.concurrent.ListenableFuture<ServiceAccountKey>
IAMGrpc.IAMFutureStub. uploadServiceAccountKey(UploadServiceAccountKeyRequest request)
Uploads the public key portion of a key pair that you manage, and associates the public key with a [ServiceAccount][google.iam.admin.v1.ServiceAccount].void
IAMGrpc.IAMStub. uploadServiceAccountKey(UploadServiceAccountKeyRequest request, io.grpc.stub.StreamObserver<ServiceAccountKey> responseObserver)
Uploads the public key portion of a key pair that you manage, and associates the public key with a [ServiceAccount][google.iam.admin.v1.ServiceAccount].
-