Class ConfidentialComputingGrpc.ConfidentialComputingBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ConfidentialComputingGrpc.ConfidentialComputingBlockingStub>
-
- com.google.cloud.confidentialcomputing.v1alpha1.ConfidentialComputingGrpc.ConfidentialComputingBlockingStub
-
- Enclosing class:
- ConfidentialComputingGrpc
public static final class ConfidentialComputingGrpc.ConfidentialComputingBlockingStub extends io.grpc.stub.AbstractBlockingStub<ConfidentialComputingGrpc.ConfidentialComputingBlockingStub>
A stub to allow clients to do synchronous rpc calls to service ConfidentialComputing.Service describing handlers for resources
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfidentialComputingGrpc.ConfidentialComputingBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Challenge
createChallenge(CreateChallengeRequest request)
Creates a new Challenge in a given project and location.VerifyAttestationResponse
verifyAttestation(VerifyAttestationRequest request)
Verifies the provided attestation info, returning a signed OIDC token.
-
-
-
Method Detail
-
build
protected ConfidentialComputingGrpc.ConfidentialComputingBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ConfidentialComputingGrpc.ConfidentialComputingBlockingStub>
-
createChallenge
public Challenge createChallenge(CreateChallengeRequest request)
Creates a new Challenge in a given project and location.
-
verifyAttestation
public VerifyAttestationResponse verifyAttestation(VerifyAttestationRequest request)
Verifies the provided attestation info, returning a signed OIDC token.
-
-