Class ConfidentialComputingStub (0.29.0)

public abstract class ConfidentialComputingStub implements BackgroundResource

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()

public ConfidentialComputingStub()

Methods

close()

public abstract void close()

createChallengeCallable()

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

getLocationCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

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

verifyAttestationCallable()

public UnaryCallable<VerifyAttestationRequest,VerifyAttestationResponse> verifyAttestationCallable()
Returns
Type Description
UnaryCallable<VerifyAttestationRequest,VerifyAttestationResponse>