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 GetPublicKeyRequest
GetPublicKeyRequest.Builder. build()
GetPublicKeyRequest
GetPublicKeyRequest.Builder. buildPartial()
static GetPublicKeyRequest
GetPublicKeyRequest. getDefaultInstance()
GetPublicKeyRequest
GetPublicKeyRequest.Builder. getDefaultInstanceForType()
GetPublicKeyRequest
GetPublicKeyRequest. getDefaultInstanceForType()
static GetPublicKeyRequest
GetPublicKeyRequest. parseDelimitedFrom(InputStream input)
static GetPublicKeyRequest
GetPublicKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPublicKeyRequest
GetPublicKeyRequest. parseFrom(byte[] data)
static GetPublicKeyRequest
GetPublicKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPublicKeyRequest
GetPublicKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetPublicKeyRequest
GetPublicKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPublicKeyRequest
GetPublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetPublicKeyRequest
GetPublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPublicKeyRequest
GetPublicKeyRequest. parseFrom(InputStream input)
static GetPublicKeyRequest
GetPublicKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPublicKeyRequest
GetPublicKeyRequest. parseFrom(ByteBuffer data)
static GetPublicKeyRequest
GetPublicKeyRequest. 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 PublicKey
KeyManagementServiceClient. getPublicKey(GetPublicKeyRequest request)
Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].default void
KeyManagementServiceGrpc.AsyncService. getPublicKey(GetPublicKeyRequest request, io.grpc.stub.StreamObserver<PublicKey> responseObserver)
Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].PublicKey
KeyManagementServiceGrpc.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].void
KeyManagementServiceGrpc.KeyManagementServiceStub. getPublicKey(GetPublicKeyRequest request, io.grpc.stub.StreamObserver<PublicKey> responseObserver)
Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].GetPublicKeyRequest.Builder
GetPublicKeyRequest.Builder. mergeFrom(GetPublicKeyRequest other)
static GetPublicKeyRequest.Builder
GetPublicKeyRequest. 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.
-