Uses of Class
com.google.cloud.confidentialcomputing.v1alpha1.Challenge
-
Packages that use Challenge Package Description com.google.cloud.confidentialcomputing.v1alpha1 A client to Confidential Computing APIcom.google.cloud.confidentialcomputing.v1alpha1.stub -
-
Uses of Challenge in com.google.cloud.confidentialcomputing.v1alpha1
Methods in com.google.cloud.confidentialcomputing.v1alpha1 that return Challenge Modifier and Type Method Description Challenge
Challenge.Builder. build()
Challenge
Challenge.Builder. buildPartial()
Challenge
ConfidentialComputingClient. createChallenge(CreateChallengeRequest request)
Creates a new Challenge in a given project and location.Challenge
ConfidentialComputingClient. createChallenge(LocationName parent, Challenge challenge)
Creates a new Challenge in a given project and location.Challenge
ConfidentialComputingClient. createChallenge(String parent, Challenge challenge)
Creates a new Challenge in a given project and location.Challenge
ConfidentialComputingGrpc.ConfidentialComputingBlockingStub. createChallenge(CreateChallengeRequest request)
Creates a new Challenge in a given project and location.Challenge
CreateChallengeRequest.Builder. getChallenge()
Required.Challenge
CreateChallengeRequest. getChallenge()
Required.Challenge
CreateChallengeRequestOrBuilder. getChallenge()
Required.static Challenge
Challenge. getDefaultInstance()
Challenge
Challenge.Builder. getDefaultInstanceForType()
Challenge
Challenge. getDefaultInstanceForType()
static Challenge
Challenge. parseDelimitedFrom(InputStream input)
static Challenge
Challenge. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Challenge
Challenge. parseFrom(byte[] data)
static Challenge
Challenge. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Challenge
Challenge. parseFrom(com.google.protobuf.ByteString data)
static Challenge
Challenge. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Challenge
Challenge. parseFrom(com.google.protobuf.CodedInputStream input)
static Challenge
Challenge. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Challenge
Challenge. parseFrom(InputStream input)
static Challenge
Challenge. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Challenge
Challenge. parseFrom(ByteBuffer data)
static Challenge
Challenge. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.confidentialcomputing.v1alpha1 that return types with arguments of type Challenge Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Challenge>
ConfidentialComputingGrpc.ConfidentialComputingFutureStub. createChallenge(CreateChallengeRequest request)
Creates a new Challenge in a given project and location.com.google.api.gax.rpc.UnaryCallable<CreateChallengeRequest,Challenge>
ConfidentialComputingClient. createChallengeCallable()
Creates a new Challenge in a given project and location.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateChallengeRequest,Challenge>
ConfidentialComputingSettings.Builder. createChallengeSettings()
Returns the builder for the settings used for calls to createChallenge.com.google.api.gax.rpc.UnaryCallSettings<CreateChallengeRequest,Challenge>
ConfidentialComputingSettings. createChallengeSettings()
Returns the object with the settings used for calls to createChallenge.static io.grpc.MethodDescriptor<CreateChallengeRequest,Challenge>
ConfidentialComputingGrpc. getCreateChallengeMethod()
com.google.protobuf.Parser<Challenge>
Challenge. getParserForType()
static com.google.protobuf.Parser<Challenge>
Challenge. parser()
Methods in com.google.cloud.confidentialcomputing.v1alpha1 with parameters of type Challenge Modifier and Type Method Description Challenge
ConfidentialComputingClient. createChallenge(LocationName parent, Challenge challenge)
Creates a new Challenge in a given project and location.Challenge
ConfidentialComputingClient. createChallenge(String parent, Challenge challenge)
Creates a new Challenge in a given project and location.CreateChallengeRequest.Builder
CreateChallengeRequest.Builder. mergeChallenge(Challenge value)
Required.Challenge.Builder
Challenge.Builder. mergeFrom(Challenge other)
static Challenge.Builder
Challenge. newBuilder(Challenge prototype)
CreateChallengeRequest.Builder
CreateChallengeRequest.Builder. setChallenge(Challenge value)
Required.Method parameters in com.google.cloud.confidentialcomputing.v1alpha1 with type arguments of type Challenge Modifier and Type Method Description default void
ConfidentialComputingGrpc.AsyncService. createChallenge(CreateChallengeRequest request, io.grpc.stub.StreamObserver<Challenge> responseObserver)
Creates a new Challenge in a given project and location.void
ConfidentialComputingGrpc.ConfidentialComputingStub. createChallenge(CreateChallengeRequest request, io.grpc.stub.StreamObserver<Challenge> responseObserver)
Creates a new Challenge in a given project and location. -
Uses of Challenge in com.google.cloud.confidentialcomputing.v1alpha1.stub
Methods in com.google.cloud.confidentialcomputing.v1alpha1.stub that return types with arguments of type Challenge Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateChallengeRequest,Challenge>
ConfidentialComputingStub. createChallengeCallable()
com.google.api.gax.rpc.UnaryCallable<CreateChallengeRequest,Challenge>
GrpcConfidentialComputingStub. createChallengeCallable()
com.google.api.gax.rpc.UnaryCallable<CreateChallengeRequest,Challenge>
HttpJsonConfidentialComputingStub. createChallengeCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateChallengeRequest,Challenge>
ConfidentialComputingStubSettings.Builder. createChallengeSettings()
Returns the builder for the settings used for calls to createChallenge.com.google.api.gax.rpc.UnaryCallSettings<CreateChallengeRequest,Challenge>
ConfidentialComputingStubSettings. createChallengeSettings()
Returns the object with the settings used for calls to createChallenge.
-