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