Skip to content

Commit

Permalink
feat(shopping/merchant/reports): add click potential to Reports sub-A…
Browse files Browse the repository at this point in the history
…PI 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
  • Loading branch information
gcf-owl-bot[bot] committed Apr 10, 2024
1 parent d6ee40c commit 4d0547f
Show file tree
Hide file tree
Showing 11 changed files with 5,800 additions and 13 deletions.
20 changes: 7 additions & 13 deletions batch/apiv1/batchpb/job.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions internal/.repo-metadata-full.json
Expand Up @@ -2349,6 +2349,16 @@
"release_level": "preview",
"library_type": "GAPIC_AUTO"
},
"cloud.google.com/go/shopping/merchant/reports/apiv1beta": {
"api_shortname": "merchantapi",
"distribution_name": "cloud.google.com/go/shopping/merchant/reports/apiv1beta",
"description": "Merchant API",
"language": "go",
"client_library_type": "generated",
"client_documentation": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/shopping/latest/merchant/reports/apiv1beta",
"release_level": "preview",
"library_type": "GAPIC_AUTO"
},
"cloud.google.com/go/spanner": {
"api_shortname": "spanner",
"distribution_name": "cloud.google.com/go/spanner",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -0,0 +1,61 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/shopping/merchant/reports/apiv1beta",
"version": "0.4.0",
"language": "GO",
"apis": [
{
"id": "google.shopping.merchant.reports.v1beta",
"version": "v1beta"
}
]
},
"snippets": [
{
"regionTag": "merchantapi_v1beta_generated_ReportService_Search_sync",
"title": "merchantapi Search Sample",
"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.",
"file": "ReportClient/Search/main.go",
"language": "GO",
"clientMethod": {
"shortName": "Search",
"fullName": "google.shopping.merchant.reports.v1beta.ReportClient.Search",
"parameters": [
{
"type": "context.Context",
"name": "ctx"
},
{
"type": "reportspb.SearchRequest",
"name": "req"
},
{
"type": "...gax.CallOption",
"name": "opts"
}
],
"resultType": "ReportRowIterator",
"client": {
"shortName": "ReportClient",
"fullName": "google.shopping.merchant.reports.v1beta.ReportClient"
},
"method": {
"shortName": "Search",
"fullName": "google.shopping.merchant.reports.v1beta.ReportService.Search",
"service": {
"shortName": "ReportService",
"fullName": "google.shopping.merchant.reports.v1beta.ReportService"
}
}
},
"origin": "API_DEFINITION",
"segments": [
{
"start": 18,
"end": 66,
"type": "FULL"
}
]
}
]
}
69 changes: 69 additions & 0 deletions shopping/merchant/reports/apiv1beta/auxiliary.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

135 changes: 135 additions & 0 deletions shopping/merchant/reports/apiv1beta/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d0547f

Please sign in to comment.