-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(shopping/merchant/reports): add click potential to Reports sub-A…
…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
1 parent
d6ee40c
commit 4d0547f
Showing
11 changed files
with
5,800 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 66 additions & 0 deletions
66
internal/generated/snippets/shopping/merchant/reports/apiv1beta/ReportClient/Search/main.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
61 changes: 61 additions & 0 deletions
61
.../merchant/reports/apiv1beta/snippet_metadata.google.shopping.merchant.reports.v1beta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.