Uses of Class
com.google.cloud.confidentialcomputing.v1alpha1.CreateChallengeRequest
-
Packages that use CreateChallengeRequest Package Description com.google.cloud.confidentialcomputing.v1alpha1 A client to Confidential Computing APIcom.google.cloud.confidentialcomputing.v1alpha1.stub -
-
Uses of CreateChallengeRequest in com.google.cloud.confidentialcomputing.v1alpha1
Methods in com.google.cloud.confidentialcomputing.v1alpha1 that return CreateChallengeRequest Modifier and Type Method Description CreateChallengeRequestCreateChallengeRequest.Builder. build()CreateChallengeRequestCreateChallengeRequest.Builder. buildPartial()static CreateChallengeRequestCreateChallengeRequest. getDefaultInstance()CreateChallengeRequestCreateChallengeRequest.Builder. getDefaultInstanceForType()CreateChallengeRequestCreateChallengeRequest. getDefaultInstanceForType()static CreateChallengeRequestCreateChallengeRequest. parseDelimitedFrom(InputStream input)static CreateChallengeRequestCreateChallengeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateChallengeRequestCreateChallengeRequest. parseFrom(byte[] data)static CreateChallengeRequestCreateChallengeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateChallengeRequestCreateChallengeRequest. parseFrom(com.google.protobuf.ByteString data)static CreateChallengeRequestCreateChallengeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateChallengeRequestCreateChallengeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateChallengeRequestCreateChallengeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateChallengeRequestCreateChallengeRequest. parseFrom(InputStream input)static CreateChallengeRequestCreateChallengeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateChallengeRequestCreateChallengeRequest. parseFrom(ByteBuffer data)static CreateChallengeRequestCreateChallengeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.confidentialcomputing.v1alpha1 that return types with arguments of type CreateChallengeRequest Modifier and Type Method Description 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<CreateChallengeRequest>CreateChallengeRequest. getParserForType()static com.google.protobuf.Parser<CreateChallengeRequest>CreateChallengeRequest. parser()Methods in com.google.cloud.confidentialcomputing.v1alpha1 with parameters of type CreateChallengeRequest Modifier and Type Method Description ChallengeConfidentialComputingClient. createChallenge(CreateChallengeRequest request)Creates a new Challenge in a given project and location.default voidConfidentialComputingGrpc.AsyncService. createChallenge(CreateChallengeRequest request, io.grpc.stub.StreamObserver<Challenge> responseObserver)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.com.google.common.util.concurrent.ListenableFuture<Challenge>ConfidentialComputingGrpc.ConfidentialComputingFutureStub. createChallenge(CreateChallengeRequest request)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.CreateChallengeRequest.BuilderCreateChallengeRequest.Builder. mergeFrom(CreateChallengeRequest other)static CreateChallengeRequest.BuilderCreateChallengeRequest. newBuilder(CreateChallengeRequest prototype) -
Uses of CreateChallengeRequest in com.google.cloud.confidentialcomputing.v1alpha1.stub
Methods in com.google.cloud.confidentialcomputing.v1alpha1.stub that return types with arguments of type CreateChallengeRequest 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.
-