Skip to content

Commit e2dbb7f

Browse files
yoshi-automationandrey-qlogic
authored andcommitted
---
yaml --- r: 21225 b: refs/heads/autosynth-logging c: 2a66da1 h: refs/heads/master i: 21223: 5286444
1 parent 3cdc046 commit e2dbb7f

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
@@ -104,7 +104,7 @@ refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
104104
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
105105
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
106106
refs/heads/autosynth-dlp: c1b4daedf98abc13ec5bc3bf9f9bbedbb1418d21
107-
refs/heads/autosynth-logging: 4f232dc8698a6a097a74cbf997c0cede1699ad6c
107+
refs/heads/autosynth-logging: 2a66da1ae8bcf242e6b29308521515ab2da4107a
108108
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
109109
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
110110
refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a

branches/autosynth-logging/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-logging/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-logging/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-logging/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)