Class ConfidentialComputingStub
- java.lang.Object
-
- com.google.cloud.confidentialcomputing.v1.stub.ConfidentialComputingStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcConfidentialComputingStub,HttpJsonConfidentialComputingStub
@Generated("by gapic-generator-java") public abstract class ConfidentialComputingStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the ConfidentialComputing service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description ConfidentialComputingStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateChallengeRequest,Challenge>createChallengeCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>getLocationCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>listLocationsCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ConfidentialComputingClient.ListLocationsPagedResponse>listLocationsPagedCallable()com.google.api.gax.rpc.UnaryCallable<VerifyAttestationRequest,VerifyAttestationResponse>verifyAttestationCallable()
-
-
-
Method Detail
-
createChallengeCallable
public com.google.api.gax.rpc.UnaryCallable<CreateChallengeRequest,Challenge> createChallengeCallable()
-
verifyAttestationCallable
public com.google.api.gax.rpc.UnaryCallable<VerifyAttestationRequest,VerifyAttestationResponse> verifyAttestationCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ConfidentialComputingClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-