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 Key
RecaptchaEnterpriseServiceClient. 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 UpdateKeyRequest
UpdateKeyRequest.Builder. build()
UpdateKeyRequest
UpdateKeyRequest.Builder. buildPartial()
static UpdateKeyRequest
UpdateKeyRequest. getDefaultInstance()
UpdateKeyRequest
UpdateKeyRequest.Builder. getDefaultInstanceForType()
UpdateKeyRequest
UpdateKeyRequest. getDefaultInstanceForType()
static UpdateKeyRequest
UpdateKeyRequest. parseDelimitedFrom(InputStream input)
static UpdateKeyRequest
UpdateKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateKeyRequest
UpdateKeyRequest. parseFrom(byte[] data)
static UpdateKeyRequest
UpdateKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateKeyRequest
UpdateKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateKeyRequest
UpdateKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateKeyRequest
UpdateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateKeyRequest
UpdateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateKeyRequest
UpdateKeyRequest. parseFrom(InputStream input)
static UpdateKeyRequest
UpdateKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateKeyRequest
UpdateKeyRequest. parseFrom(ByteBuffer data)
static UpdateKeyRequest
UpdateKeyRequest. 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.Builder
UpdateKeyRequest.Builder. mergeFrom(UpdateKeyRequest other)
static UpdateKeyRequest.Builder
UpdateKeyRequest. newBuilder(UpdateKeyRequest prototype)
default void
RecaptchaEnterpriseServiceGrpc.AsyncService. updateKey(UpdateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Updates the specified key.Key
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. updateKey(UpdateKeyRequest request)
Updates the specified key.com.google.common.util.concurrent.ListenableFuture<Key>
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. updateKey(UpdateKeyRequest request)
Updates the specified key.void
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. updateKey(UpdateKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Updates the specified key.
-