Skip to content

Commit f847873

Browse files
yoshi-automationandrey-qlogic
authored andcommitted
---
yaml --- r: 21663 b: refs/heads/autosynth-container c: 2a66da1 h: refs/heads/master i: 21661: bdec041 21659: 05d8288 21655: b93e354 21647: 32f574b 21631: ed92e9d
1 parent 510eb3e commit f847873

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
@@ -112,7 +112,7 @@ refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
112112
refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
113113
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
114114
refs/heads/autosynth-compute: 026cea73fde22ec0b40866ac5a7dc144dc465b9b
115-
refs/heads/autosynth-container: 4f232dc8698a6a097a74cbf997c0cede1699ad6c
115+
refs/heads/autosynth-container: 2a66da1ae8bcf242e6b29308521515ab2da4107a
116116
refs/heads/autosynth-monitoring: 832528c131ac32b115fd7a369701d9e6e4ec62e5
117117
refs/heads/autosynth-pubsub: 7a327eaed5fb2a5d6c1691feb73c3e0194dd805e
118118
refs/heads/autosynth-video-intelligence: 53ca56e5d077bf67065b730f3fe621f40689fb4c

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