Class ConfidentialComputingGrpc.ConfidentialComputingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ConfidentialComputingGrpc.ConfidentialComputingStub>
-
- com.google.cloud.confidentialcomputing.v1.ConfidentialComputingGrpc.ConfidentialComputingStub
-
- Enclosing class:
- ConfidentialComputingGrpc
public static final class ConfidentialComputingGrpc.ConfidentialComputingStub extends io.grpc.stub.AbstractAsyncStub<ConfidentialComputingGrpc.ConfidentialComputingStub>
A stub to allow clients to do asynchronous 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.ConfidentialComputingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
createChallenge(CreateChallengeRequest request, io.grpc.stub.StreamObserver<Challenge> responseObserver)
Creates a new Challenge in a given project and location.void
verifyAttestation(VerifyAttestationRequest request, io.grpc.stub.StreamObserver<VerifyAttestationResponse> responseObserver)
Verifies the provided attestation info, returning a signed OIDC token.
-
-
-
Method Detail
-
build
protected ConfidentialComputingGrpc.ConfidentialComputingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ConfidentialComputingGrpc.ConfidentialComputingStub>
-
createChallenge
public void createChallenge(CreateChallengeRequest request, io.grpc.stub.StreamObserver<Challenge> responseObserver)
Creates a new Challenge in a given project and location.
-
verifyAttestation
public void verifyAttestation(VerifyAttestationRequest request, io.grpc.stub.StreamObserver<VerifyAttestationResponse> responseObserver)
Verifies the provided attestation info, returning a signed OIDC token.
-
-