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 Key
RecaptchaEnterpriseServiceClient. createKey(CreateKeyRequest request)
Creates a new reCAPTCHA Enterprise key.Key
RecaptchaEnterpriseServiceClient. createKey(ProjectName parent, Key key)
Creates a new reCAPTCHA Enterprise key.Key
RecaptchaEnterpriseServiceClient. createKey(String parent, Key key)
Creates a new reCAPTCHA Enterprise key.Key
RecaptchaEnterpriseServiceClient. getKey(GetKeyRequest request)
Returns the specified key.Key
RecaptchaEnterpriseServiceClient. getKey(KeyName name)
Returns the specified key.Key
RecaptchaEnterpriseServiceClient. getKey(String name)
Returns the specified key.Key
RecaptchaEnterpriseServiceClient. migrateKey(MigrateKeyRequest request)
Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise.Key
RecaptchaEnterpriseServiceClient. updateKey(Key key, com.google.protobuf.FieldMask updateMask)
Updates the specified key.Key
RecaptchaEnterpriseServiceClient. 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 Key
RecaptchaEnterpriseServiceClient. createKey(ProjectName parent, Key key)
Creates a new reCAPTCHA Enterprise key.Key
RecaptchaEnterpriseServiceClient. createKey(String parent, Key key)
Creates a new reCAPTCHA Enterprise key.Key
RecaptchaEnterpriseServiceClient. 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.ListKeysPage
RecaptchaEnterpriseServiceClient.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 Key
Key.Builder. build()
Key
Key.Builder. buildPartial()
Key
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. createKey(CreateKeyRequest request)
Creates a new reCAPTCHA Enterprise key.static Key
Key. getDefaultInstance()
Key
Key.Builder. getDefaultInstanceForType()
Key
Key. getDefaultInstanceForType()
Key
CreateKeyRequest.Builder. getKey()
Required.Key
CreateKeyRequest. getKey()
Required.Key
CreateKeyRequestOrBuilder. getKey()
Required.Key
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. getKey(GetKeyRequest request)
Returns the specified key.Key
UpdateKeyRequest.Builder. getKey()
Required.Key
UpdateKeyRequest. getKey()
Required.Key
UpdateKeyRequestOrBuilder. getKey()
Required.Key
ListKeysResponse.Builder. getKeys(int index)
Key details.Key
ListKeysResponse. getKeys(int index)
Key details.Key
ListKeysResponseOrBuilder. getKeys(int index)
Key details.Key
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. migrateKey(MigrateKeyRequest request)
Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise.static Key
Key. parseDelimitedFrom(InputStream input)
static Key
Key. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key
Key. parseFrom(byte[] data)
static Key
Key. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key
Key. parseFrom(com.google.protobuf.ByteString data)
static Key
Key. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key
Key. parseFrom(com.google.protobuf.CodedInputStream input)
static Key
Key. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key
Key. parseFrom(InputStream input)
static Key
Key. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Key
Key. parseFrom(ByteBuffer data)
static Key
Key. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Key
RecaptchaEnterpriseServiceGrpc.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.Builder
ListKeysResponse.Builder. addKeys(int index, Key value)
Key details.ListKeysResponse.Builder
ListKeysResponse.Builder. addKeys(Key value)
Key details.Key.Builder
Key.Builder. mergeFrom(Key other)
CreateKeyRequest.Builder
CreateKeyRequest.Builder. mergeKey(Key value)
Required.UpdateKeyRequest.Builder
UpdateKeyRequest.Builder. mergeKey(Key value)
Required.static Key.Builder
Key. newBuilder(Key prototype)
CreateKeyRequest.Builder
CreateKeyRequest.Builder. setKey(Key value)
Required.UpdateKeyRequest.Builder
UpdateKeyRequest.Builder. setKey(Key value)
Required.ListKeysResponse.Builder
ListKeysResponse.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.Builder
ListKeysResponse.Builder. addAllKeys(Iterable<? extends Key> values)
Key details.default void
RecaptchaEnterpriseServiceGrpc.AsyncService. createKey(CreateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Creates a new reCAPTCHA Enterprise key.void
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. createKey(CreateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Creates a new reCAPTCHA Enterprise key.default void
RecaptchaEnterpriseServiceGrpc.AsyncService. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Returns the specified key.void
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Returns the specified key.default void
RecaptchaEnterpriseServiceGrpc.AsyncService. migrateKey(MigrateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
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.default void
RecaptchaEnterpriseServiceGrpc.AsyncService. updateKey(UpdateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Updates the specified key.void
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. updateKey(UpdateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Updates the specified key.
-