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 CreateChallengeRequest
CreateChallengeRequest.Builder. build()
CreateChallengeRequest
CreateChallengeRequest.Builder. buildPartial()
static CreateChallengeRequest
CreateChallengeRequest. getDefaultInstance()
CreateChallengeRequest
CreateChallengeRequest.Builder. getDefaultInstanceForType()
CreateChallengeRequest
CreateChallengeRequest. getDefaultInstanceForType()
static CreateChallengeRequest
CreateChallengeRequest. parseDelimitedFrom(InputStream input)
static CreateChallengeRequest
CreateChallengeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateChallengeRequest
CreateChallengeRequest. parseFrom(byte[] data)
static CreateChallengeRequest
CreateChallengeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateChallengeRequest
CreateChallengeRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateChallengeRequest
CreateChallengeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateChallengeRequest
CreateChallengeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateChallengeRequest
CreateChallengeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateChallengeRequest
CreateChallengeRequest. parseFrom(InputStream input)
static CreateChallengeRequest
CreateChallengeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateChallengeRequest
CreateChallengeRequest. parseFrom(ByteBuffer data)
static CreateChallengeRequest
CreateChallengeRequest. 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 Challenge
ConfidentialComputingClient. createChallenge(CreateChallengeRequest request)
Creates a new Challenge in a given project and location.default void
ConfidentialComputingGrpc.AsyncService. createChallenge(CreateChallengeRequest request, io.grpc.stub.StreamObserver<Challenge> responseObserver)
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.com.google.common.util.concurrent.ListenableFuture<Challenge>
ConfidentialComputingGrpc.ConfidentialComputingFutureStub. createChallenge(CreateChallengeRequest request)
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.CreateChallengeRequest.Builder
CreateChallengeRequest.Builder. mergeFrom(CreateChallengeRequest other)
static CreateChallengeRequest.Builder
CreateChallengeRequest. 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.
-