Skip to content

Commit

Permalink
feat(localservices): update the API
Browse files Browse the repository at this point in the history
#### localservices:v1
The following keys were added:
- schemas.GoogleAdsHomeservicesLocalservicesV1AccountReport.properties.aggregatorInfo.$ref
- schemas.GoogleAdsHomeservicesLocalservicesV1AccountReport.properties.aggregatorInfo.description

The following keys were changed:
- resources.accountReports.methods.search.parameters.endDate.day.description
- resources.accountReports.methods.search.parameters.endDate.month.description
- resources.accountReports.methods.search.parameters.endDate.year.description
- resources.accountReports.methods.search.parameters.startDate.day.description
- resources.accountReports.methods.search.parameters.startDate.month.description
- resources.accountReports.methods.search.parameters.startDate.year.description
- resources.detailedLeadReports.methods.search.parameters.endDate.day.description
- resources.detailedLeadReports.methods.search.parameters.endDate.month.description
- resources.detailedLeadReports.methods.search.parameters.endDate.year.description
- resources.detailedLeadReports.methods.search.parameters.startDate.day.description
- resources.detailedLeadReports.methods.search.parameters.startDate.month.description
- resources.detailedLeadReports.methods.search.parameters.startDate.year.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 20, 2020
1 parent 9917f7d commit 71fb007
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 49 deletions.
30 changes: 17 additions & 13 deletions discovery/localservices-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@
"parameterOrder": [],
"parameters": {
"endDate.day": {
"description": "Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.",
"description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
"format": "int32",
"location": "query",
"type": "integer"
},
"endDate.month": {
"description": "Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.",
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
"format": "int32",
"location": "query",
"type": "integer"
},
"endDate.year": {
"description": "Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.",
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
"format": "int32",
"location": "query",
"type": "integer"
Expand All @@ -140,19 +140,19 @@
"type": "string"
},
"startDate.day": {
"description": "Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.",
"description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
"format": "int32",
"location": "query",
"type": "integer"
},
"startDate.month": {
"description": "Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.",
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
"format": "int32",
"location": "query",
"type": "integer"
},
"startDate.year": {
"description": "Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.",
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
"format": "int32",
"location": "query",
"type": "integer"
Expand All @@ -175,19 +175,19 @@
"parameterOrder": [],
"parameters": {
"endDate.day": {
"description": "Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.",
"description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
"format": "int32",
"location": "query",
"type": "integer"
},
"endDate.month": {
"description": "Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.",
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
"format": "int32",
"location": "query",
"type": "integer"
},
"endDate.year": {
"description": "Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.",
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
"format": "int32",
"location": "query",
"type": "integer"
Expand All @@ -209,19 +209,19 @@
"type": "string"
},
"startDate.day": {
"description": "Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.",
"description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
"format": "int32",
"location": "query",
"type": "integer"
},
"startDate.month": {
"description": "Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.",
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
"format": "int32",
"location": "query",
"type": "integer"
},
"startDate.year": {
"description": "Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.",
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
"format": "int32",
"location": "query",
"type": "integer"
Expand All @@ -235,7 +235,7 @@
}
}
},
"revision": "20200824",
"revision": "20201016",
"rootUrl": "https://localservices.googleapis.com/",
"schemas": {
"GoogleAdsHomeservicesLocalservicesV1AccountReport": {
Expand All @@ -247,6 +247,10 @@
"format": "int64",
"type": "string"
},
"aggregatorInfo": {
"$ref": "GoogleAdsHomeservicesLocalservicesV1AggregatorInfo",
"description": "Aggregator specific information related to the account."
},
"averageFiveStarRating": {
"description": "Average review rating score from 1-5 stars.",
"format": "double",
Expand Down
Loading

0 comments on commit 71fb007

Please sign in to comment.