Uses of Class
com.google.recaptchaenterprise.v1.UpdateKeyRequest
-
Packages that use UpdateKeyRequest Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.cloud.recaptchaenterprise.v1.stub com.google.recaptchaenterprise.v1 -
-
Uses of UpdateKeyRequest in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 that return types with arguments of type UpdateKeyRequest Modifier and Type Method Description 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 UpdateKeyRequest Modifier and Type Method Description KeyRecaptchaEnterpriseServiceClient. updateKey(UpdateKeyRequest request)Updates the specified key. -
Uses of UpdateKeyRequest in com.google.cloud.recaptchaenterprise.v1.stub
Methods in com.google.cloud.recaptchaenterprise.v1.stub that return types with arguments of type UpdateKeyRequest Modifier and Type Method Description 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 UpdateKeyRequest in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return UpdateKeyRequest Modifier and Type Method Description UpdateKeyRequestUpdateKeyRequest.Builder. build()UpdateKeyRequestUpdateKeyRequest.Builder. buildPartial()static UpdateKeyRequestUpdateKeyRequest. getDefaultInstance()UpdateKeyRequestUpdateKeyRequest.Builder. getDefaultInstanceForType()UpdateKeyRequestUpdateKeyRequest. getDefaultInstanceForType()static UpdateKeyRequestUpdateKeyRequest. parseDelimitedFrom(InputStream input)static UpdateKeyRequestUpdateKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateKeyRequestUpdateKeyRequest. parseFrom(byte[] data)static UpdateKeyRequestUpdateKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateKeyRequestUpdateKeyRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateKeyRequestUpdateKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateKeyRequestUpdateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateKeyRequestUpdateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateKeyRequestUpdateKeyRequest. parseFrom(InputStream input)static UpdateKeyRequestUpdateKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateKeyRequestUpdateKeyRequest. parseFrom(ByteBuffer data)static UpdateKeyRequestUpdateKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type UpdateKeyRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateKeyRequest>UpdateKeyRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateKeyRequest,Key>RecaptchaEnterpriseServiceGrpc. getUpdateKeyMethod()static com.google.protobuf.Parser<UpdateKeyRequest>UpdateKeyRequest. parser()Methods in com.google.recaptchaenterprise.v1 with parameters of type UpdateKeyRequest Modifier and Type Method Description UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. mergeFrom(UpdateKeyRequest other)static UpdateKeyRequest.BuilderUpdateKeyRequest. newBuilder(UpdateKeyRequest prototype)default voidRecaptchaEnterpriseServiceGrpc.AsyncService. updateKey(UpdateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Updates the specified key.KeyRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. updateKey(UpdateKeyRequest request)Updates the specified key.com.google.common.util.concurrent.ListenableFuture<Key>RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. updateKey(UpdateKeyRequest request)Updates the specified key.voidRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. updateKey(UpdateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Updates the specified key.
-