Uses of Class
com.google.recaptchaenterprise.v1.DeleteKeyRequest
-
Packages that use DeleteKeyRequest Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.cloud.recaptchaenterprise.v1.stub com.google.recaptchaenterprise.v1 -
-
Uses of DeleteKeyRequest in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 that return types with arguments of type DeleteKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteKeyRequest,com.google.protobuf.Empty>
RecaptchaEnterpriseServiceClient. deleteKeyCallable()
Deletes the specified key.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteKeyRequest,com.google.protobuf.Empty>
RecaptchaEnterpriseServiceSettings.Builder. deleteKeySettings()
Returns the builder for the settings used for calls to deleteKey.com.google.api.gax.rpc.UnaryCallSettings<DeleteKeyRequest,com.google.protobuf.Empty>
RecaptchaEnterpriseServiceSettings. deleteKeySettings()
Returns the object with the settings used for calls to deleteKey.Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type DeleteKeyRequest Modifier and Type Method Description void
RecaptchaEnterpriseServiceClient. deleteKey(DeleteKeyRequest request)
Deletes the specified key. -
Uses of DeleteKeyRequest in com.google.cloud.recaptchaenterprise.v1.stub
Methods in com.google.cloud.recaptchaenterprise.v1.stub that return types with arguments of type DeleteKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteKeyRequest,com.google.protobuf.Empty>
GrpcRecaptchaEnterpriseServiceStub. deleteKeyCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteKeyRequest,com.google.protobuf.Empty>
RecaptchaEnterpriseServiceStub. deleteKeyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteKeyRequest,com.google.protobuf.Empty>
RecaptchaEnterpriseServiceStubSettings.Builder. deleteKeySettings()
Returns the builder for the settings used for calls to deleteKey.com.google.api.gax.rpc.UnaryCallSettings<DeleteKeyRequest,com.google.protobuf.Empty>
RecaptchaEnterpriseServiceStubSettings. deleteKeySettings()
Returns the object with the settings used for calls to deleteKey. -
Uses of DeleteKeyRequest in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return DeleteKeyRequest Modifier and Type Method Description DeleteKeyRequest
DeleteKeyRequest.Builder. build()
DeleteKeyRequest
DeleteKeyRequest.Builder. buildPartial()
static DeleteKeyRequest
DeleteKeyRequest. getDefaultInstance()
DeleteKeyRequest
DeleteKeyRequest.Builder. getDefaultInstanceForType()
DeleteKeyRequest
DeleteKeyRequest. getDefaultInstanceForType()
static DeleteKeyRequest
DeleteKeyRequest. parseDelimitedFrom(InputStream input)
static DeleteKeyRequest
DeleteKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(byte[] data)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(InputStream input)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(ByteBuffer data)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type DeleteKeyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteKeyRequest,com.google.protobuf.Empty>
RecaptchaEnterpriseServiceGrpc. getDeleteKeyMethod()
com.google.protobuf.Parser<DeleteKeyRequest>
DeleteKeyRequest. getParserForType()
static com.google.protobuf.Parser<DeleteKeyRequest>
DeleteKeyRequest. parser()
Methods in com.google.recaptchaenterprise.v1 with parameters of type DeleteKeyRequest Modifier and Type Method Description default void
RecaptchaEnterpriseServiceGrpc.AsyncService. deleteKey(DeleteKeyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified key.com.google.protobuf.Empty
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. deleteKey(DeleteKeyRequest request)
Deletes the specified key.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. deleteKey(DeleteKeyRequest request)
Deletes the specified key.void
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. deleteKey(DeleteKeyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified key.DeleteKeyRequest.Builder
DeleteKeyRequest.Builder. mergeFrom(DeleteKeyRequest other)
static DeleteKeyRequest.Builder
DeleteKeyRequest. newBuilder(DeleteKeyRequest prototype)
-