Uses of Class
com.google.recaptchaenterprise.v1.CreateKeyRequest
-
Packages that use CreateKeyRequest Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.cloud.recaptchaenterprise.v1.stub com.google.recaptchaenterprise.v1 -
-
Uses of CreateKeyRequest in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 that return types with arguments of type CreateKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,Key>
RecaptchaEnterpriseServiceClient. createKeyCallable()
Creates a new reCAPTCHA Enterprise key.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateKeyRequest,Key>
RecaptchaEnterpriseServiceSettings.Builder. createKeySettings()
Returns the builder for the settings used for calls to createKey.com.google.api.gax.rpc.UnaryCallSettings<CreateKeyRequest,Key>
RecaptchaEnterpriseServiceSettings. createKeySettings()
Returns the object with the settings used for calls to createKey.Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type CreateKeyRequest Modifier and Type Method Description Key
RecaptchaEnterpriseServiceClient. createKey(CreateKeyRequest request)
Creates a new reCAPTCHA Enterprise key. -
Uses of CreateKeyRequest in com.google.cloud.recaptchaenterprise.v1.stub
Methods in com.google.cloud.recaptchaenterprise.v1.stub that return types with arguments of type CreateKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,Key>
GrpcRecaptchaEnterpriseServiceStub. createKeyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,Key>
RecaptchaEnterpriseServiceStub. createKeyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateKeyRequest,Key>
RecaptchaEnterpriseServiceStubSettings.Builder. createKeySettings()
Returns the builder for the settings used for calls to createKey.com.google.api.gax.rpc.UnaryCallSettings<CreateKeyRequest,Key>
RecaptchaEnterpriseServiceStubSettings. createKeySettings()
Returns the object with the settings used for calls to createKey. -
Uses of CreateKeyRequest in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return CreateKeyRequest Modifier and Type Method Description CreateKeyRequest
CreateKeyRequest.Builder. build()
CreateKeyRequest
CreateKeyRequest.Builder. buildPartial()
static CreateKeyRequest
CreateKeyRequest. getDefaultInstance()
CreateKeyRequest
CreateKeyRequest.Builder. getDefaultInstanceForType()
CreateKeyRequest
CreateKeyRequest. getDefaultInstanceForType()
static CreateKeyRequest
CreateKeyRequest. parseDelimitedFrom(InputStream input)
static CreateKeyRequest
CreateKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRequest
CreateKeyRequest. parseFrom(byte[] data)
static CreateKeyRequest
CreateKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRequest
CreateKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateKeyRequest
CreateKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRequest
CreateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateKeyRequest
CreateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRequest
CreateKeyRequest. parseFrom(InputStream input)
static CreateKeyRequest
CreateKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRequest
CreateKeyRequest. parseFrom(ByteBuffer data)
static CreateKeyRequest
CreateKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type CreateKeyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateKeyRequest,Key>
RecaptchaEnterpriseServiceGrpc. getCreateKeyMethod()
com.google.protobuf.Parser<CreateKeyRequest>
CreateKeyRequest. getParserForType()
static com.google.protobuf.Parser<CreateKeyRequest>
CreateKeyRequest. parser()
Methods in com.google.recaptchaenterprise.v1 with parameters of type CreateKeyRequest Modifier and Type Method Description default void
RecaptchaEnterpriseServiceGrpc.AsyncService. createKey(CreateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Creates a new reCAPTCHA Enterprise key.Key
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. createKey(CreateKeyRequest request)
Creates a new reCAPTCHA Enterprise key.com.google.common.util.concurrent.ListenableFuture<Key>
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. createKey(CreateKeyRequest request)
Creates a new reCAPTCHA Enterprise key.void
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. createKey(CreateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Creates a new reCAPTCHA Enterprise key.CreateKeyRequest.Builder
CreateKeyRequest.Builder. mergeFrom(CreateKeyRequest other)
static CreateKeyRequest.Builder
CreateKeyRequest. newBuilder(CreateKeyRequest prototype)
-