@Generated(value="by gapic-generator-java") @BetaApi public class HttpJsonConfidentialComputingStub extends ConfidentialComputingStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonConfidentialComputingStub(ConfidentialComputingStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonConfidentialComputingStub, using the given settings.
|
protected |
HttpJsonConfidentialComputingStub(ConfidentialComputingStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonConfidentialComputingStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonConfidentialComputingStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonConfidentialComputingStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonConfidentialComputingStub |
create(ConfidentialComputingStubSettings settings) |
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() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
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() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<VerifyAttestationRequest,VerifyAttestationResponse> |
verifyAttestationCallable() |
protected HttpJsonConfidentialComputingStub(ConfidentialComputingStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonConfidentialComputingStub(ConfidentialComputingStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonConfidentialComputingStub create(ConfidentialComputingStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonConfidentialComputingStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonConfidentialComputingStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<CreateChallengeRequest,Challenge> createChallengeCallable()
createChallengeCallable in class ConfidentialComputingStubpublic com.google.api.gax.rpc.UnaryCallable<VerifyAttestationRequest,VerifyAttestationResponse> verifyAttestationCallable()
verifyAttestationCallable in class ConfidentialComputingStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable in class ConfidentialComputingStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ConfidentialComputingClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable in class ConfidentialComputingStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable in class ConfidentialComputingStubpublic final void close()
close in interface AutoCloseableclose in class ConfidentialComputingStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2023 Google LLC. All rights reserved.