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 ServiceAccountKeyIAMClient. 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 UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest.Builder. build()UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest.Builder. buildPartial()static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. getDefaultInstance()UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest.Builder. getDefaultInstanceForType()UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. getDefaultInstanceForType()static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseDelimitedFrom(InputStream input)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseFrom(byte[] data)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseFrom(InputStream input)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. parseFrom(ByteBuffer data)static UploadServiceAccountKeyRequestUploadServiceAccountKeyRequest. 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.BuilderUploadServiceAccountKeyRequest.Builder. mergeFrom(UploadServiceAccountKeyRequest other)static UploadServiceAccountKeyRequest.BuilderUploadServiceAccountKeyRequest. newBuilder(UploadServiceAccountKeyRequest prototype)default voidIAMGrpc.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].ServiceAccountKeyIAMGrpc.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].voidIAMGrpc.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].
-