Uses of Class
com.google.recaptchaenterprise.v1.Key
-
Packages that use Key Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.cloud.recaptchaenterprise.v1.stub com.google.recaptchaenterprise.v1 -
-
Uses of Key in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 that return Key Modifier and Type Method Description KeyRecaptchaEnterpriseServiceClient. createKey(CreateKeyRequest request)Creates a new reCAPTCHA Enterprise key.KeyRecaptchaEnterpriseServiceClient. createKey(ProjectName parent, Key key)Creates a new reCAPTCHA Enterprise key.KeyRecaptchaEnterpriseServiceClient. createKey(String parent, Key key)Creates a new reCAPTCHA Enterprise key.KeyRecaptchaEnterpriseServiceClient. getKey(GetKeyRequest request)Returns the specified key.KeyRecaptchaEnterpriseServiceClient. getKey(KeyName name)Returns the specified key.KeyRecaptchaEnterpriseServiceClient. getKey(String name)Returns the specified key.KeyRecaptchaEnterpriseServiceClient. migrateKey(MigrateKeyRequest request)Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise.KeyRecaptchaEnterpriseServiceClient. updateKey(Key key, com.google.protobuf.FieldMask updateMask)Updates the specified key.KeyRecaptchaEnterpriseServiceClient. updateKey(UpdateKeyRequest request)Updates the specified key.Methods in com.google.cloud.recaptchaenterprise.v1 that return types with arguments of type Key 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.com.google.api.gax.rpc.UnaryCallable<GetKeyRequest,Key>RecaptchaEnterpriseServiceClient. getKeyCallable()Returns the specified key.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKeyRequest,Key>RecaptchaEnterpriseServiceSettings.Builder. getKeySettings()Returns the builder for the settings used for calls to getKey.com.google.api.gax.rpc.UnaryCallSettings<GetKeyRequest,Key>RecaptchaEnterpriseServiceSettings. getKeySettings()Returns the object with the settings used for calls to getKey.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.com.google.api.gax.rpc.UnaryCallable<UpdateKeyRequest,Key>RecaptchaEnterpriseServiceClient. updateKeyCallable()Updates the specified key.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateKeyRequest,Key>RecaptchaEnterpriseServiceSettings.Builder. updateKeySettings()Returns the builder for the settings used for calls to updateKey.com.google.api.gax.rpc.UnaryCallSettings<UpdateKeyRequest,Key>RecaptchaEnterpriseServiceSettings. updateKeySettings()Returns the object with the settings used for calls to updateKey.Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type Key Modifier and Type Method Description KeyRecaptchaEnterpriseServiceClient. createKey(ProjectName parent, Key key)Creates a new reCAPTCHA Enterprise key.KeyRecaptchaEnterpriseServiceClient. createKey(String parent, Key key)Creates a new reCAPTCHA Enterprise key.KeyRecaptchaEnterpriseServiceClient. updateKey(Key key, com.google.protobuf.FieldMask updateMask)Updates the specified key.Method parameters in com.google.cloud.recaptchaenterprise.v1 with type arguments of type Key Modifier and Type Method Description static com.google.api.core.ApiFuture<RecaptchaEnterpriseServiceClient.ListKeysPagedResponse>RecaptchaEnterpriseServiceClient.ListKeysPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, com.google.api.core.ApiFuture<ListKeysResponse> futureResponse)protected RecaptchaEnterpriseServiceClient.ListKeysPageRecaptchaEnterpriseServiceClient.ListKeysPage. createPage(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, ListKeysResponse response)com.google.api.core.ApiFuture<RecaptchaEnterpriseServiceClient.ListKeysPage>RecaptchaEnterpriseServiceClient.ListKeysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, com.google.api.core.ApiFuture<ListKeysResponse> futureResponse) -
Uses of Key in com.google.cloud.recaptchaenterprise.v1.stub
Methods in com.google.cloud.recaptchaenterprise.v1.stub that return types with arguments of type Key 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.com.google.api.gax.rpc.UnaryCallable<GetKeyRequest,Key>GrpcRecaptchaEnterpriseServiceStub. getKeyCallable()com.google.api.gax.rpc.UnaryCallable<GetKeyRequest,Key>RecaptchaEnterpriseServiceStub. getKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKeyRequest,Key>RecaptchaEnterpriseServiceStubSettings.Builder. getKeySettings()Returns the builder for the settings used for calls to getKey.com.google.api.gax.rpc.UnaryCallSettings<GetKeyRequest,Key>RecaptchaEnterpriseServiceStubSettings. getKeySettings()Returns the object with the settings used for calls to getKey.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.com.google.api.gax.rpc.UnaryCallable<UpdateKeyRequest,Key>GrpcRecaptchaEnterpriseServiceStub. updateKeyCallable()com.google.api.gax.rpc.UnaryCallable<UpdateKeyRequest,Key>RecaptchaEnterpriseServiceStub. updateKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateKeyRequest,Key>RecaptchaEnterpriseServiceStubSettings.Builder. updateKeySettings()Returns the builder for the settings used for calls to updateKey.com.google.api.gax.rpc.UnaryCallSettings<UpdateKeyRequest,Key>RecaptchaEnterpriseServiceStubSettings. updateKeySettings()Returns the object with the settings used for calls to updateKey. -
Uses of Key in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return Key Modifier and Type Method Description KeyKey.Builder. build()KeyKey.Builder. buildPartial()KeyRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. createKey(CreateKeyRequest request)Creates a new reCAPTCHA Enterprise key.static KeyKey. getDefaultInstance()KeyKey.Builder. getDefaultInstanceForType()KeyKey. getDefaultInstanceForType()KeyCreateKeyRequest.Builder. getKey()Required.KeyCreateKeyRequest. getKey()Required.KeyCreateKeyRequestOrBuilder. getKey()Required.KeyRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. getKey(GetKeyRequest request)Returns the specified key.KeyUpdateKeyRequest.Builder. getKey()Required.KeyUpdateKeyRequest. getKey()Required.KeyUpdateKeyRequestOrBuilder. getKey()Required.KeyListKeysResponse.Builder. getKeys(int index)Key details.KeyListKeysResponse. getKeys(int index)Key details.KeyListKeysResponseOrBuilder. getKeys(int index)Key details.KeyRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. migrateKey(MigrateKeyRequest request)Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise.static KeyKey. parseDelimitedFrom(InputStream input)static KeyKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(byte[] data)static KeyKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(com.google.protobuf.ByteString data)static KeyKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(com.google.protobuf.CodedInputStream input)static KeyKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(InputStream input)static KeyKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(ByteBuffer data)static KeyKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)KeyRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. updateKey(UpdateKeyRequest request)Updates the specified key.Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type Key Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Key>RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. createKey(CreateKeyRequest request)Creates a new reCAPTCHA Enterprise key.static io.grpc.MethodDescriptor<CreateKeyRequest,Key>RecaptchaEnterpriseServiceGrpc. getCreateKeyMethod()static io.grpc.MethodDescriptor<GetKeyRequest,Key>RecaptchaEnterpriseServiceGrpc. getGetKeyMethod()com.google.common.util.concurrent.ListenableFuture<Key>RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. getKey(GetKeyRequest request)Returns the specified key.List<Key>ListKeysResponse.Builder. getKeysList()Key details.List<Key>ListKeysResponse. getKeysList()Key details.List<Key>ListKeysResponseOrBuilder. getKeysList()Key details.static io.grpc.MethodDescriptor<MigrateKeyRequest,Key>RecaptchaEnterpriseServiceGrpc. getMigrateKeyMethod()com.google.protobuf.Parser<Key>Key. getParserForType()static io.grpc.MethodDescriptor<UpdateKeyRequest,Key>RecaptchaEnterpriseServiceGrpc. getUpdateKeyMethod()com.google.common.util.concurrent.ListenableFuture<Key>RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. migrateKey(MigrateKeyRequest request)Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise.static com.google.protobuf.Parser<Key>Key. parser()com.google.common.util.concurrent.ListenableFuture<Key>RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. updateKey(UpdateKeyRequest request)Updates the specified key.Methods in com.google.recaptchaenterprise.v1 with parameters of type Key Modifier and Type Method Description ListKeysResponse.BuilderListKeysResponse.Builder. addKeys(int index, Key value)Key details.ListKeysResponse.BuilderListKeysResponse.Builder. addKeys(Key value)Key details.Key.BuilderKey.Builder. mergeFrom(Key other)CreateKeyRequest.BuilderCreateKeyRequest.Builder. mergeKey(Key value)Required.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. mergeKey(Key value)Required.static Key.BuilderKey. newBuilder(Key prototype)CreateKeyRequest.BuilderCreateKeyRequest.Builder. setKey(Key value)Required.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. setKey(Key value)Required.ListKeysResponse.BuilderListKeysResponse.Builder. setKeys(int index, Key value)Key details.Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type Key Modifier and Type Method Description ListKeysResponse.BuilderListKeysResponse.Builder. addAllKeys(Iterable<? extends Key> values)Key details.default voidRecaptchaEnterpriseServiceGrpc.AsyncService. createKey(CreateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Creates a new reCAPTCHA Enterprise key.voidRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. createKey(CreateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Creates a new reCAPTCHA Enterprise key.default voidRecaptchaEnterpriseServiceGrpc.AsyncService. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Returns the specified key.voidRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Returns the specified key.default voidRecaptchaEnterpriseServiceGrpc.AsyncService. migrateKey(MigrateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)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.default voidRecaptchaEnterpriseServiceGrpc.AsyncService. updateKey(UpdateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Updates the specified key.voidRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. updateKey(UpdateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Updates the specified key.
-