Skip to content

Commit 4d0547f

Browse files
feat(shopping/merchant/reports): add click potential to Reports sub-API publication (#9738)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 623133729 Source-Link: https://togithub.com/googleapis/googleapis/commit/66ae983af14945ea37ddace3bbd72fa2b6048cf8 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/edb7e580acdca6a396899d4d0ead8c3283153055 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWRiN2U1ODBhY2RjYTZhMzk2ODk5ZDRkMGVhZDhjMzI4MzE1MzA1NSJ9
1 parent d6ee40c commit 4d0547f

11 files changed

Lines changed: 5800 additions & 13 deletions

File tree

batch/apiv1/batchpb/job.pb.go

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/.repo-metadata-full.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,6 +2349,16 @@
23492349
"release_level": "preview",
23502350
"library_type": "GAPIC_AUTO"
23512351
},
2352+
"cloud.google.com/go/shopping/merchant/reports/apiv1beta": {
2353+
"api_shortname": "merchantapi",
2354+
"distribution_name": "cloud.google.com/go/shopping/merchant/reports/apiv1beta",
2355+
"description": "Merchant API",
2356+
"language": "go",
2357+
"client_library_type": "generated",
2358+
"client_documentation": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/shopping/latest/merchant/reports/apiv1beta",
2359+
"release_level": "preview",
2360+
"library_type": "GAPIC_AUTO"
2361+
},
23522362
"cloud.google.com/go/spanner": {
23532363
"api_shortname": "spanner",
23542364
"distribution_name": "cloud.google.com/go/spanner",

internal/generated/snippets/shopping/merchant/reports/apiv1beta/ReportClient/Search/main.go

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"clientLibrary": {
3+
"name": "cloud.google.com/go/shopping/merchant/reports/apiv1beta",
4+
"version": "0.4.0",
5+
"language": "GO",
6+
"apis": [
7+
{
8+
"id": "google.shopping.merchant.reports.v1beta",
9+
"version": "v1beta"
10+
}
11+
]
12+
},
13+
"snippets": [
14+
{
15+
"regionTag": "merchantapi_v1beta_generated_ReportService_Search_sync",
16+
"title": "merchantapi Search Sample",
17+
"description": "Search retrieves a report defined by a search query. The response might contain\nfewer rows than specified by `page_size`. Rely on `next_page_token` to\ndetermine if there are more rows to be requested.",
18+
"file": "ReportClient/Search/main.go",
19+
"language": "GO",
20+
"clientMethod": {
21+
"shortName": "Search",
22+
"fullName": "google.shopping.merchant.reports.v1beta.ReportClient.Search",
23+
"parameters": [
24+
{
25+
"type": "context.Context",
26+
"name": "ctx"
27+
},
28+
{
29+
"type": "reportspb.SearchRequest",
30+
"name": "req"
31+
},
32+
{
33+
"type": "...gax.CallOption",
34+
"name": "opts"
35+
}
36+
],
37+
"resultType": "ReportRowIterator",
38+
"client": {
39+
"shortName": "ReportClient",
40+
"fullName": "google.shopping.merchant.reports.v1beta.ReportClient"
41+
},
42+
"method": {
43+
"shortName": "Search",
44+
"fullName": "google.shopping.merchant.reports.v1beta.ReportService.Search",
45+
"service": {
46+
"shortName": "ReportService",
47+
"fullName": "google.shopping.merchant.reports.v1beta.ReportService"
48+
}
49+
}
50+
},
51+
"origin": "API_DEFINITION",
52+
"segments": [
53+
{
54+
"start": 18,
55+
"end": 66,
56+
"type": "FULL"
57+
}
58+
]
59+
}
60+
]
61+
}

shopping/merchant/reports/apiv1beta/auxiliary.go

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shopping/merchant/reports/apiv1beta/doc.go

Lines changed: 135 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)