Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 17, 2023
1 parent c0f2510 commit 8b8b195
Show file tree
Hide file tree
Showing 38 changed files with 2,913 additions and 618 deletions.
80 changes: 1 addition & 79 deletions alertcenter/v1beta1/alertcenter-api.json
Expand Up @@ -423,40 +423,9 @@
}
}
},
"revision": "20230123",
"revision": "20230214",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AbuseDetected": {
"description": "A generic alert for abusive user activity occurring with a customer.",
"id": "AbuseDetected",
"properties": {
"additionalDetails": {
"$ref": "EntityList",
"description": "List of abusive users/entities to be displayed in a table in the alert."
},
"alertDescriptor": {
"description": "Displayed after Customer abuse detected - {alert_descriptor}. If missing, alert name will be displayed as Customer abuse detected.",
"type": "string"
},
"nextSteps": {
"description": "Customizable text to display in the next steps section of the alert. Will be parsed as HTML to allow new paragraphs and hyperlinks.",
"type": "string"
},
"product": {
"description": "Product that the abuse is originating from.",
"type": "string"
},
"subAlertId": {
"description": "Unique identifier of each alert that is onboarded.",
"type": "string"
},
"summary": {
"description": "Customizable text to display in the summary section of the alert. Will be parsed as HTML to allow new paragraphs and hyperlinks.",
"type": "string"
}
},
"type": "object"
},
"AccountSuspensionDetails": {
"description": "Details about why an account is receiving an account suspension warning.",
"id": "AccountSuspensionDetails",
Expand Down Expand Up @@ -1142,53 +1111,6 @@
"properties": {},
"type": "object"
},
"Entity": {
"description": "Individual entity affected by, or related to, an alert.",
"id": "Entity",
"properties": {
"link": {
"description": "Link to a Security Investigation Tool search based on this entity, if available.",
"type": "string"
},
"name": {
"description": "Human-readable name of this entity, such as an email address, file ID, or device name.",
"type": "string"
},
"values": {
"description": "Extra values beyond name. The order of values should align with headers in EntityList.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"EntityList": {
"description": "EntityList stores entities in a format that can be translated to a table in the Alert Center UI.",
"id": "EntityList",
"properties": {
"entities": {
"description": "List of entities affected by the alert.",
"items": {
"$ref": "Entity"
},
"type": "array"
},
"headers": {
"description": "Headers of the values in entities. If no value is defined in Entity, this field should be empty.",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "Name of the key detail used to display this entity list.",
"type": "string"
}
},
"type": "object"
},
"GmailMessageInfo": {
"description": "Details of a message in phishing spike alert.",
"id": "GmailMessageInfo",
Expand Down
124 changes: 0 additions & 124 deletions alertcenter/v1beta1/alertcenter-gen.go

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

4 changes: 2 additions & 2 deletions analyticsdata/v1beta/analyticsdata-api.json
Expand Up @@ -313,7 +313,7 @@
}
}
},
"revision": "20221210",
"revision": "20230214",
"rootUrl": "https://analyticsdata.googleapis.com/",
"schemas": {
"ActiveMetricRestriction": {
Expand Down Expand Up @@ -1652,7 +1652,7 @@
},
"dimensionFilter": {
"$ref": "FilterExpression",
"description": "Dimension filters allow you to ask for only specific dimension values in the report. To learn more, see [Fundamentals of Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter."
"description": "Dimension filters let you ask for only specific dimension values in the report. To learn more, see [Fundamentals of Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter."
},
"dimensions": {
"description": "The dimensions requested and displayed.",
Expand Down
2 changes: 1 addition & 1 deletion analyticsdata/v1beta/analyticsdata-gen.go

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

Expand Up @@ -120,7 +120,8 @@
"CALL_CLICKS",
"WEBSITE_CLICKS",
"BUSINESS_BOOKINGS",
"BUSINESS_FOOD_ORDERS"
"BUSINESS_FOOD_ORDERS",
"BUSINESS_FOOD_MENU_CLICKS"
],
"enumDescriptions": [
"Represents the default unknown value.",
Expand All @@ -133,7 +134,8 @@
"The number of times the business profile call button was clicked.",
"The number of times the business profile website was clicked.",
"The number of bookings received from the business profile.",
"The number of food orders received from the business profile."
"The number of food orders received from the business profile.",
"The number of clicks to view or interact with the menu content on the business profile. Multiple clicks by a unique user within a single day are counted as 1."
],
"location": "query",
"type": "string"
Expand Down Expand Up @@ -323,7 +325,7 @@
}
}
},
"revision": "20221201",
"revision": "20230215",
"rootUrl": "https://businessprofileperformance.googleapis.com/",
"schemas": {
"Date": {
Expand Down
11 changes: 9 additions & 2 deletions businessprofileperformance/v1/businessprofileperformance-gen.go

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

0 comments on commit 8b8b195

Please sign in to comment.