Uses of Class
com.google.cloud.kms.v1.GetPublicKeyRequest
-
Packages that use GetPublicKeyRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of GetPublicKeyRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return GetPublicKeyRequest Modifier and Type Method Description GetPublicKeyRequestGetPublicKeyRequest.Builder. build()GetPublicKeyRequestGetPublicKeyRequest.Builder. buildPartial()static GetPublicKeyRequestGetPublicKeyRequest. getDefaultInstance()GetPublicKeyRequestGetPublicKeyRequest.Builder. getDefaultInstanceForType()GetPublicKeyRequestGetPublicKeyRequest. getDefaultInstanceForType()static GetPublicKeyRequestGetPublicKeyRequest. parseDelimitedFrom(InputStream input)static GetPublicKeyRequestGetPublicKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPublicKeyRequestGetPublicKeyRequest. parseFrom(byte[] data)static GetPublicKeyRequestGetPublicKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPublicKeyRequestGetPublicKeyRequest. parseFrom(com.google.protobuf.ByteString data)static GetPublicKeyRequestGetPublicKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPublicKeyRequestGetPublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetPublicKeyRequestGetPublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPublicKeyRequestGetPublicKeyRequest. parseFrom(InputStream input)static GetPublicKeyRequestGetPublicKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPublicKeyRequestGetPublicKeyRequest. parseFrom(ByteBuffer data)static GetPublicKeyRequestGetPublicKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.kms.v1 that return types with arguments of type GetPublicKeyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPublicKeyRequest,PublicKey>KeyManagementServiceGrpc. getGetPublicKeyMethod()com.google.protobuf.Parser<GetPublicKeyRequest>GetPublicKeyRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetPublicKeyRequest,PublicKey>KeyManagementServiceClient. getPublicKeyCallable()Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPublicKeyRequest,PublicKey>KeyManagementServiceSettings.Builder. getPublicKeySettings()Returns the builder for the settings used for calls to getPublicKey.com.google.api.gax.rpc.UnaryCallSettings<GetPublicKeyRequest,PublicKey>KeyManagementServiceSettings. getPublicKeySettings()Returns the object with the settings used for calls to getPublicKey.static com.google.protobuf.Parser<GetPublicKeyRequest>GetPublicKeyRequest. parser()Methods in com.google.cloud.kms.v1 with parameters of type GetPublicKeyRequest Modifier and Type Method Description PublicKeyKeyManagementServiceClient. getPublicKey(GetPublicKeyRequest request)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].default voidKeyManagementServiceGrpc.AsyncService. getPublicKey(GetPublicKeyRequest request, io.grpc.stub.StreamObserver<PublicKey> responseObserver)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].PublicKeyKeyManagementServiceGrpc.KeyManagementServiceBlockingStub. getPublicKey(GetPublicKeyRequest request)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].com.google.common.util.concurrent.ListenableFuture<PublicKey>KeyManagementServiceGrpc.KeyManagementServiceFutureStub. getPublicKey(GetPublicKeyRequest request)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].voidKeyManagementServiceGrpc.KeyManagementServiceStub. getPublicKey(GetPublicKeyRequest request, io.grpc.stub.StreamObserver<PublicKey> responseObserver)Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].GetPublicKeyRequest.BuilderGetPublicKeyRequest.Builder. mergeFrom(GetPublicKeyRequest other)static GetPublicKeyRequest.BuilderGetPublicKeyRequest. newBuilder(GetPublicKeyRequest prototype) -
Uses of GetPublicKeyRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type GetPublicKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPublicKeyRequest,PublicKey>GrpcKeyManagementServiceStub. getPublicKeyCallable()com.google.api.gax.rpc.UnaryCallable<GetPublicKeyRequest,PublicKey>HttpJsonKeyManagementServiceStub. getPublicKeyCallable()com.google.api.gax.rpc.UnaryCallable<GetPublicKeyRequest,PublicKey>KeyManagementServiceStub. getPublicKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPublicKeyRequest,PublicKey>KeyManagementServiceStubSettings.Builder. getPublicKeySettings()Returns the builder for the settings used for calls to getPublicKey.com.google.api.gax.rpc.UnaryCallSettings<GetPublicKeyRequest,PublicKey>KeyManagementServiceStubSettings. getPublicKeySettings()Returns the object with the settings used for calls to getPublicKey.
-