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 KeyRecaptchaEnterpriseServiceClient. 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 MigrateKeyRequestMigrateKeyRequest.Builder. build()MigrateKeyRequestMigrateKeyRequest.Builder. buildPartial()static MigrateKeyRequestMigrateKeyRequest. getDefaultInstance()MigrateKeyRequestMigrateKeyRequest.Builder. getDefaultInstanceForType()MigrateKeyRequestMigrateKeyRequest. getDefaultInstanceForType()static MigrateKeyRequestMigrateKeyRequest. parseDelimitedFrom(InputStream input)static MigrateKeyRequestMigrateKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MigrateKeyRequestMigrateKeyRequest. parseFrom(byte[] data)static MigrateKeyRequestMigrateKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MigrateKeyRequestMigrateKeyRequest. parseFrom(com.google.protobuf.ByteString data)static MigrateKeyRequestMigrateKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MigrateKeyRequestMigrateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static MigrateKeyRequestMigrateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MigrateKeyRequestMigrateKeyRequest. parseFrom(InputStream input)static MigrateKeyRequestMigrateKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MigrateKeyRequestMigrateKeyRequest. parseFrom(ByteBuffer data)static MigrateKeyRequestMigrateKeyRequest. 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.BuilderMigrateKeyRequest.Builder. mergeFrom(MigrateKeyRequest other)default voidRecaptchaEnterpriseServiceGrpc.AsyncService. migrateKey(MigrateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise.KeyRecaptchaEnterpriseServiceGrpc.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.voidRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. migrateKey(MigrateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise.static MigrateKeyRequest.BuilderMigrateKeyRequest. newBuilder(MigrateKeyRequest prototype)
-