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