Skip to content

Commit 1cad26c

Browse files
yoshi-automationandrey-qlogic
authored andcommitted
---
yaml --- r: 23365 b: refs/heads/autosynth-dialogflow c: 2a66da1 h: refs/heads/master i: 23363: 3307234
1 parent ba8bd44 commit 1cad26c

5 files changed

Lines changed: 33 additions & 18 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130130
refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96
131-
refs/heads/autosynth-dialogflow: 4f232dc8698a6a097a74cbf997c0cede1699ad6c
131+
refs/heads/autosynth-dialogflow: 2a66da1ae8bcf242e6b29308521515ab2da4107a
132132
refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
133133
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
134134
refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78

branches/autosynth-dialogflow/google-cloud-clients/google-cloud-vision/src/main/java/com/google/cloud/vision/v1/ProductSearchClient.java

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import com.google.api.pathtemplate.PathTemplate;
3131
import com.google.cloud.vision.v1.stub.ProductSearchStub;
3232
import com.google.cloud.vision.v1.stub.ProductSearchStubSettings;
33+
import com.google.common.util.concurrent.MoreExecutors;
3334
import com.google.longrunning.Operation;
3435
import com.google.longrunning.OperationsClient;
3536
import com.google.protobuf.Empty;
@@ -2826,7 +2827,8 @@ public static ApiFuture<ListProductsPagedResponse> createAsync(
28262827
public ListProductsPagedResponse apply(ListProductsPage input) {
28272828
return new ListProductsPagedResponse(input);
28282829
}
2829-
});
2830+
},
2831+
MoreExecutors.directExecutor());
28302832
}
28312833

28322834
private ListProductsPagedResponse(ListProductsPage page) {
@@ -2906,7 +2908,8 @@ public static ApiFuture<ListReferenceImagesPagedResponse> createAsync(
29062908
public ListReferenceImagesPagedResponse apply(ListReferenceImagesPage input) {
29072909
return new ListReferenceImagesPagedResponse(input);
29082910
}
2909-
});
2911+
},
2912+
MoreExecutors.directExecutor());
29102913
}
29112914

29122915
private ListReferenceImagesPagedResponse(ListReferenceImagesPage page) {
@@ -2993,7 +2996,8 @@ public static ApiFuture<ListProductSetsPagedResponse> createAsync(
29932996
public ListProductSetsPagedResponse apply(ListProductSetsPage input) {
29942997
return new ListProductSetsPagedResponse(input);
29952998
}
2996-
});
2999+
},
3000+
MoreExecutors.directExecutor());
29973001
}
29983002

29993003
private ListProductSetsPagedResponse(ListProductSetsPage page) {
@@ -3075,7 +3079,8 @@ public static ApiFuture<ListProductsInProductSetPagedResponse> createAsync(
30753079
public ListProductsInProductSetPagedResponse apply(ListProductsInProductSetPage input) {
30763080
return new ListProductsInProductSetPagedResponse(input);
30773081
}
3078-
});
3082+
},
3083+
MoreExecutors.directExecutor());
30793084
}
30803085

30813086
private ListProductsInProductSetPagedResponse(ListProductsInProductSetPage page) {

branches/autosynth-dialogflow/google-cloud-clients/google-cloud-vision/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchClient.java

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import com.google.api.gax.rpc.UnaryCallable;
3030
import com.google.cloud.vision.v1p3beta1.stub.ProductSearchStub;
3131
import com.google.cloud.vision.v1p3beta1.stub.ProductSearchStubSettings;
32+
import com.google.common.util.concurrent.MoreExecutors;
3233
import com.google.longrunning.Operation;
3334
import com.google.longrunning.OperationsClient;
3435
import com.google.protobuf.Empty;
@@ -2709,7 +2710,8 @@ public static ApiFuture<ListProductSetsPagedResponse> createAsync(
27092710
public ListProductSetsPagedResponse apply(ListProductSetsPage input) {
27102711
return new ListProductSetsPagedResponse(input);
27112712
}
2712-
});
2713+
},
2714+
MoreExecutors.directExecutor());
27132715
}
27142716

27152717
private ListProductSetsPagedResponse(ListProductSetsPage page) {
@@ -2790,7 +2792,8 @@ public static ApiFuture<ListProductsPagedResponse> createAsync(
27902792
public ListProductsPagedResponse apply(ListProductsPage input) {
27912793
return new ListProductsPagedResponse(input);
27922794
}
2793-
});
2795+
},
2796+
MoreExecutors.directExecutor());
27942797
}
27952798

27962799
private ListProductsPagedResponse(ListProductsPage page) {
@@ -2870,7 +2873,8 @@ public static ApiFuture<ListReferenceImagesPagedResponse> createAsync(
28702873
public ListReferenceImagesPagedResponse apply(ListReferenceImagesPage input) {
28712874
return new ListReferenceImagesPagedResponse(input);
28722875
}
2873-
});
2876+
},
2877+
MoreExecutors.directExecutor());
28742878
}
28752879

28762880
private ListReferenceImagesPagedResponse(ListReferenceImagesPage page) {
@@ -2958,7 +2962,8 @@ public static ApiFuture<ListProductsInProductSetPagedResponse> createAsync(
29582962
public ListProductsInProductSetPagedResponse apply(ListProductsInProductSetPage input) {
29592963
return new ListProductsInProductSetPagedResponse(input);
29602964
}
2961-
});
2965+
},
2966+
MoreExecutors.directExecutor());
29622967
}
29632968

29642969
private ListProductsInProductSetPagedResponse(ListProductsInProductSetPage page) {

branches/autosynth-dialogflow/google-cloud-clients/google-cloud-vision/src/main/java/com/google/cloud/vision/v1p4beta1/ProductSearchClient.java

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import com.google.api.gax.rpc.UnaryCallable;
3030
import com.google.cloud.vision.v1p4beta1.stub.ProductSearchStub;
3131
import com.google.cloud.vision.v1p4beta1.stub.ProductSearchStubSettings;
32+
import com.google.common.util.concurrent.MoreExecutors;
3233
import com.google.longrunning.Operation;
3334
import com.google.longrunning.OperationsClient;
3435
import com.google.protobuf.Empty;
@@ -2709,7 +2710,8 @@ public static ApiFuture<ListProductSetsPagedResponse> createAsync(
27092710
public ListProductSetsPagedResponse apply(ListProductSetsPage input) {
27102711
return new ListProductSetsPagedResponse(input);
27112712
}
2712-
});
2713+
},
2714+
MoreExecutors.directExecutor());
27132715
}
27142716

27152717
private ListProductSetsPagedResponse(ListProductSetsPage page) {
@@ -2790,7 +2792,8 @@ public static ApiFuture<ListProductsPagedResponse> createAsync(
27902792
public ListProductsPagedResponse apply(ListProductsPage input) {
27912793
return new ListProductsPagedResponse(input);
27922794
}
2793-
});
2795+
},
2796+
MoreExecutors.directExecutor());
27942797
}
27952798

27962799
private ListProductsPagedResponse(ListProductsPage page) {
@@ -2870,7 +2873,8 @@ public static ApiFuture<ListReferenceImagesPagedResponse> createAsync(
28702873
public ListReferenceImagesPagedResponse apply(ListReferenceImagesPage input) {
28712874
return new ListReferenceImagesPagedResponse(input);
28722875
}
2873-
});
2876+
},
2877+
MoreExecutors.directExecutor());
28742878
}
28752879

28762880
private ListReferenceImagesPagedResponse(ListReferenceImagesPage page) {
@@ -2958,7 +2962,8 @@ public static ApiFuture<ListProductsInProductSetPagedResponse> createAsync(
29582962
public ListProductsInProductSetPagedResponse apply(ListProductsInProductSetPage input) {
29592963
return new ListProductsInProductSetPagedResponse(input);
29602964
}
2961-
});
2965+
},
2966+
MoreExecutors.directExecutor());
29622967
}
29632968

29642969
private ListProductsInProductSetPagedResponse(ListProductsInProductSetPage page) {

branches/autosynth-dialogflow/google-cloud-clients/google-cloud-vision/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-03-05T08:58:11.767522Z",
2+
"updateTime": "2019-03-06T08:59:16.194083Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.14",
8-
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
7+
"version": "0.16.15",
8+
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "b4a22569c88f1f0444e889d8139ddacb799f287c",
16-
"internalRef": "236712632"
15+
"sha": "856117505ff9075b3e9c0b5674113667b6cf9e00",
16+
"internalRef": "236931378"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)