public static final class ConfidentialComputingGrpc.ConfidentialComputingStub extends io.grpc.stub.AbstractAsyncStub<ConfidentialComputingGrpc.ConfidentialComputingStub>
Service describing handlers for resources
| Modifier and Type | Method and 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.
|
protected ConfidentialComputingGrpc.ConfidentialComputingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ConfidentialComputingGrpc.ConfidentialComputingStub>public void createChallenge(CreateChallengeRequest request, io.grpc.stub.StreamObserver<Challenge> responseObserver)
Creates a new Challenge in a given project and location.
public void verifyAttestation(VerifyAttestationRequest request, io.grpc.stub.StreamObserver<VerifyAttestationResponse> responseObserver)
Verifies the provided attestation info, returning a signed OIDC token.
Copyright © 2023 Google LLC. All rights reserved.