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 ChallengeChallenge.Builder. build()ChallengeChallenge.Builder. buildPartial()ChallengeConfidentialComputingClient. createChallenge(CreateChallengeRequest request)Creates a new Challenge in a given project and location.ChallengeConfidentialComputingClient. createChallenge(LocationName parent, Challenge challenge)Creates a new Challenge in a given project and location.ChallengeConfidentialComputingClient. createChallenge(String parent, Challenge challenge)Creates a new Challenge in a given project and location.ChallengeConfidentialComputingGrpc.ConfidentialComputingBlockingStub. createChallenge(CreateChallengeRequest request)Creates a new Challenge in a given project and location.ChallengeCreateChallengeRequest.Builder. getChallenge()Required.ChallengeCreateChallengeRequest. getChallenge()Required.ChallengeCreateChallengeRequestOrBuilder. getChallenge()Required.static ChallengeChallenge. getDefaultInstance()ChallengeChallenge.Builder. getDefaultInstanceForType()ChallengeChallenge. getDefaultInstanceForType()static ChallengeChallenge. parseDelimitedFrom(InputStream input)static ChallengeChallenge. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ChallengeChallenge. parseFrom(byte[] data)static ChallengeChallenge. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ChallengeChallenge. parseFrom(com.google.protobuf.ByteString data)static ChallengeChallenge. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ChallengeChallenge. parseFrom(com.google.protobuf.CodedInputStream input)static ChallengeChallenge. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ChallengeChallenge. parseFrom(InputStream input)static ChallengeChallenge. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ChallengeChallenge. parseFrom(ByteBuffer data)static ChallengeChallenge. 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 ChallengeConfidentialComputingClient. createChallenge(LocationName parent, Challenge challenge)Creates a new Challenge in a given project and location.ChallengeConfidentialComputingClient. createChallenge(String parent, Challenge challenge)Creates a new Challenge in a given project and location.CreateChallengeRequest.BuilderCreateChallengeRequest.Builder. mergeChallenge(Challenge value)Required.Challenge.BuilderChallenge.Builder. mergeFrom(Challenge other)static Challenge.BuilderChallenge. newBuilder(Challenge prototype)CreateChallengeRequest.BuilderCreateChallengeRequest.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 voidConfidentialComputingGrpc.AsyncService. createChallenge(CreateChallengeRequest request, io.grpc.stub.StreamObserver<Challenge> responseObserver)Creates a new Challenge in a given project and location.voidConfidentialComputingGrpc.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.
-