Interface ConfidentialComputingGrpc.AsyncService (0.29.0)

publicstaticinterface ConfidentialComputingGrpc.AsyncService

Service describing handlers for resources

Methods

createChallenge(CreateChallengeRequest request, StreamObserver<Challenge> responseObserver)

publicdefaultvoidcreateChallenge(CreateChallengeRequestrequest,StreamObserver<Challenge>responseObserver)

Creates a new Challenge in a given project and location.

Parameters
Name Description
request CreateChallengeRequest
responseObserver io.grpc.stub.StreamObserver<Challenge>

verifyAttestation(VerifyAttestationRequest request, StreamObserver<VerifyAttestationResponse> responseObserver)

publicdefaultvoidverifyAttestation(VerifyAttestationRequestrequest,StreamObserver<VerifyAttestationResponse>responseObserver)

Verifies the provided attestation info, returning a signed OIDC token.

Parameters
Name Description
request VerifyAttestationRequest
responseObserver io.grpc.stub.StreamObserver<VerifyAttestationResponse>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.