Class ConfidentialComputingStub (0.27.0)

publicabstractclass ConfidentialComputingStubimplementsBackgroundResource

Base stub class for the ConfidentialComputing service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ConfidentialComputingStub

Implements

BackgroundResource

Constructors

ConfidentialComputingStub()

publicConfidentialComputingStub()

Methods

close()

publicabstractvoidclose()

createChallengeCallable()

publicUnaryCallable<CreateChallengeRequest,Challenge>createChallengeCallable()
Returns
Type Description
UnaryCallable<CreateChallengeRequest,Challenge>

getLocationCallable()

publicUnaryCallable<GetLocationRequest,Location>getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listLocationsCallable()

publicUnaryCallable<ListLocationsRequest,ListLocationsResponse>listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

publicUnaryCallable<ListLocationsRequest,ConfidentialComputingClient.ListLocationsPagedResponse>listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

verifyAttestationCallable()

publicUnaryCallable<VerifyAttestationRequest,VerifyAttestationResponse>verifyAttestationCallable()
Returns
Type Description
UnaryCallable<VerifyAttestationRequest,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.