Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import com.google.api.pathtemplate.PathTemplate;
import com.google.cloud.vision.v1.stub.ProductSearchStub;
import com.google.cloud.vision.v1.stub.ProductSearchStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.longrunning.Operation;
import com.google.longrunning.OperationsClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -2826,7 +2827,8 @@ public static ApiFuture<ListProductsPagedResponse> createAsync(
public ListProductsPagedResponse apply(ListProductsPage input) {
return new ListProductsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListProductsPagedResponse(ListProductsPage page) {
Expand Down Expand Up @@ -2906,7 +2908,8 @@ public static ApiFuture<ListReferenceImagesPagedResponse> createAsync(
public ListReferenceImagesPagedResponse apply(ListReferenceImagesPage input) {
return new ListReferenceImagesPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListReferenceImagesPagedResponse(ListReferenceImagesPage page) {
Expand Down Expand Up @@ -2993,7 +2996,8 @@ public static ApiFuture<ListProductSetsPagedResponse> createAsync(
public ListProductSetsPagedResponse apply(ListProductSetsPage input) {
return new ListProductSetsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListProductSetsPagedResponse(ListProductSetsPage page) {
Expand Down Expand Up @@ -3075,7 +3079,8 @@ public static ApiFuture<ListProductsInProductSetPagedResponse> createAsync(
public ListProductsInProductSetPagedResponse apply(ListProductsInProductSetPage input) {
return new ListProductsInProductSetPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListProductsInProductSetPagedResponse(ListProductsInProductSetPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.vision.v1p3beta1.stub.ProductSearchStub;
import com.google.cloud.vision.v1p3beta1.stub.ProductSearchStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.longrunning.Operation;
import com.google.longrunning.OperationsClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -2709,7 +2710,8 @@ public static ApiFuture<ListProductSetsPagedResponse> createAsync(
public ListProductSetsPagedResponse apply(ListProductSetsPage input) {
return new ListProductSetsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListProductSetsPagedResponse(ListProductSetsPage page) {
Expand Down Expand Up @@ -2790,7 +2792,8 @@ public static ApiFuture<ListProductsPagedResponse> createAsync(
public ListProductsPagedResponse apply(ListProductsPage input) {
return new ListProductsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListProductsPagedResponse(ListProductsPage page) {
Expand Down Expand Up @@ -2870,7 +2873,8 @@ public static ApiFuture<ListReferenceImagesPagedResponse> createAsync(
public ListReferenceImagesPagedResponse apply(ListReferenceImagesPage input) {
return new ListReferenceImagesPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListReferenceImagesPagedResponse(ListReferenceImagesPage page) {
Expand Down Expand Up @@ -2958,7 +2962,8 @@ public static ApiFuture<ListProductsInProductSetPagedResponse> createAsync(
public ListProductsInProductSetPagedResponse apply(ListProductsInProductSetPage input) {
return new ListProductsInProductSetPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListProductsInProductSetPagedResponse(ListProductsInProductSetPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.vision.v1p4beta1.stub.ProductSearchStub;
import com.google.cloud.vision.v1p4beta1.stub.ProductSearchStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.longrunning.Operation;
import com.google.longrunning.OperationsClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -2709,7 +2710,8 @@ public static ApiFuture<ListProductSetsPagedResponse> createAsync(
public ListProductSetsPagedResponse apply(ListProductSetsPage input) {
return new ListProductSetsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListProductSetsPagedResponse(ListProductSetsPage page) {
Expand Down Expand Up @@ -2790,7 +2792,8 @@ public static ApiFuture<ListProductsPagedResponse> createAsync(
public ListProductsPagedResponse apply(ListProductsPage input) {
return new ListProductsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListProductsPagedResponse(ListProductsPage page) {
Expand Down Expand Up @@ -2870,7 +2873,8 @@ public static ApiFuture<ListReferenceImagesPagedResponse> createAsync(
public ListReferenceImagesPagedResponse apply(ListReferenceImagesPage input) {
return new ListReferenceImagesPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListReferenceImagesPagedResponse(ListReferenceImagesPage page) {
Expand Down Expand Up @@ -2958,7 +2962,8 @@ public static ApiFuture<ListProductsInProductSetPagedResponse> createAsync(
public ListProductsInProductSetPagedResponse apply(ListProductsInProductSetPage input) {
return new ListProductsInProductSetPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListProductsInProductSetPagedResponse(ListProductsInProductSetPage page) {
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-vision/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-03-05T08:58:11.767522Z",
"updateTime": "2019-03-06T08:59:16.194083Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.14",
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
"version": "0.16.15",
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b4a22569c88f1f0444e889d8139ddacb799f287c",
"internalRef": "236712632"
"sha": "856117505ff9075b3e9c0b5674113667b6cf9e00",
"internalRef": "236931378"
}
}
],
Expand Down