summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-api/abi-spec.json
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2022-08-11 16:31:47 +0200
committerGitHub <noreply@github.com>2022-08-11 16:31:47 +0200
commit046cae924701cf6446db73b12720194874daad01 (patch)
tree2f71bc196852527e933f72150ef3be7c236a6c65 /vespa-feed-client-api/abi-spec.json
parent482ba60da0512eba63ecb766915d333052cb351d (diff)
parent5f46b531be2a88e42e69e94af24330ad68fafa35 (diff)
Merge pull request #23632 from vespa-engine/jonmv/speed-test
Add --speedTest to feed client CLI, and dryRun to /doc/v1
Diffstat (limited to 'vespa-feed-client-api/abi-spec.json')
-rw-r--r--vespa-feed-client-api/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespa-feed-client-api/abi-spec.json b/vespa-feed-client-api/abi-spec.json
index 5bd0acf82d3..a41932323b5 100644
--- a/vespa-feed-client-api/abi-spec.json
+++ b/vespa-feed-client-api/abi-spec.json
@@ -137,6 +137,7 @@
"public abstract ai.vespa.feed.client.FeedClientBuilder setCertificate(java.util.Collection, java.security.PrivateKey)",
"public abstract ai.vespa.feed.client.FeedClientBuilder setCertificate(java.security.cert.X509Certificate, java.security.PrivateKey)",
"public abstract ai.vespa.feed.client.FeedClientBuilder setDryrun(boolean)",
+ "public abstract ai.vespa.feed.client.FeedClientBuilder setSpeedTest(boolean)",
"public abstract ai.vespa.feed.client.FeedClientBuilder setCaCertificatesFile(java.nio.file.Path)",
"public abstract ai.vespa.feed.client.FeedClientBuilder setCaCertificates(java.util.Collection)",
"public abstract ai.vespa.feed.client.FeedClientBuilder setEndpointUris(java.util.List)",