summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-api/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-feed-client-api/abi-spec.json')
-rw-r--r--vespa-feed-client-api/abi-spec.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vespa-feed-client-api/abi-spec.json b/vespa-feed-client-api/abi-spec.json
index 137c7f32bfe..64b049dc75d 100644
--- a/vespa-feed-client-api/abi-spec.json
+++ b/vespa-feed-client-api/abi-spec.json
@@ -112,6 +112,23 @@
],
"fields" : [ ]
},
+ "ai.vespa.feed.client.FeedClientBuilder$Compression" : {
+ "superClass" : "java.lang.Enum",
+ "interfaces" : [ ],
+ "attributes" : [
+ "public",
+ "final",
+ "enum"
+ ],
+ "methods" : [
+ "public static ai.vespa.feed.client.FeedClientBuilder$Compression[] values()",
+ "public static ai.vespa.feed.client.FeedClientBuilder$Compression valueOf(java.lang.String)"
+ ],
+ "fields" : [
+ "public static final enum ai.vespa.feed.client.FeedClientBuilder$Compression none",
+ "public static final enum ai.vespa.feed.client.FeedClientBuilder$Compression gzip"
+ ]
+ },
"ai.vespa.feed.client.FeedClientBuilder" : {
"superClass" : "java.lang.Object",
"interfaces" : [ ],
@@ -142,6 +159,7 @@
"public abstract ai.vespa.feed.client.FeedClientBuilder setCaCertificates(java.util.Collection)",
"public abstract ai.vespa.feed.client.FeedClientBuilder setEndpointUris(java.util.List)",
"public abstract ai.vespa.feed.client.FeedClientBuilder setProxy(java.net.URI)",
+ "public abstract ai.vespa.feed.client.FeedClientBuilder setCompression(ai.vespa.feed.client.FeedClientBuilder$Compression)",
"public abstract ai.vespa.feed.client.FeedClient build()"
],
"fields" : [