Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 28, 2023
1 parent f32872c commit 70d3954
Show file tree
Hide file tree
Showing 6 changed files with 284 additions and 28 deletions.
10 changes: 5 additions & 5 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Expand Up @@ -320,7 +320,7 @@
],
"parameters": {
"entity": {
"description": "The Data Access Report is requested for this property. For example if \"123\" is your GA4 property ID, then entity should be \"properties/123\".",
"description": "The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if \"123\" is your GA4 property ID. To request at the account level, entity should be for example 'accounts/1234' if \"1234\" is your GA4 Account ID.",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1211,7 +1211,7 @@
],
"parameters": {
"entity": {
"description": "The Data Access Report is requested for this property. For example if \"123\" is your GA4 property ID, then entity should be \"properties/123\".",
"description": "The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if \"123\" is your GA4 property ID. To request at the account level, entity should be for example 'accounts/1234' if \"1234\" is your GA4 Account ID.",
"location": "path",
"pattern": "^properties/[^/]+$",
"required": true,
Expand Down Expand Up @@ -3771,7 +3771,7 @@
}
}
},
"revision": "20230222",
"revision": "20230223",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -6627,7 +6627,7 @@
"type": "array"
},
"returnEntityQuota": {
"description": "Toggles whether to return the current state of this Analytics Property's quota. Quota is returned in [AccessQuota](#AccessQuota).",
"description": "Toggles whether to return the current state of this Analytics Property's quota. Quota is returned in [AccessQuota](#AccessQuota). For account-level requests, this field must be false.",
"type": "boolean"
},
"timeZone": {
Expand Down Expand Up @@ -6657,7 +6657,7 @@
},
"quota": {
"$ref": "GoogleAnalyticsAdminV1alphaAccessQuota",
"description": "The quota state for this Analytics property including this request."
"description": "The quota state for this Analytics property including this request. This field doesn't work with account-level requests."
},
"rowCount": {
"description": "The total number of rows in the query result. `rowCount` is independent of the number of rows returned in the response, the `limit` request parameter, and the `offset` request parameter. For example if a query returns 175 rows and includes `limit` of 50 in the API request, the response will contain `rowCount` of 175 but only 50 rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).",
Expand Down
28 changes: 18 additions & 10 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

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

9 changes: 5 additions & 4 deletions chat/v1/chat-api.json
Expand Up @@ -518,7 +518,7 @@
}
}
},
"revision": "20230219",
"revision": "20230221",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -2322,7 +2322,8 @@
"type": "array"
},
"argumentText": {
"description": "Plain-text body of the message with all Chat app mentions stripped out.",
"description": "Output only. Plain-text body of the message with all Chat app mentions stripped out.",
"readOnly": true,
"type": "string"
},
"attachment": {
Expand All @@ -2333,14 +2334,14 @@
"type": "array"
},
"cards": {
"description": "Deprecated: Use `cards_v2` instead. Rich, formatted and interactive cards that can be used to display UI elements such as: formatted texts, buttons, clickable images. Cards are normally displayed below the plain-text body of the message.",
"description": "Deprecated: Use `cards_v2` instead. Rich, formatted and interactive cards that can be used to display UI elements such as: formatted texts, buttons, clickable images. Cards are normally displayed below the plain-text body of the message. `cards` and `cards_v2` can have a maximum size of 32 KB.",
"items": {
"$ref": "Card"
},
"type": "array"
},
"cardsV2": {
"description": "Richly formatted and interactive cards that display UI elements and editable widgets, such as: - Formatted text - Buttons - Clickable images - Checkboxes - Radio buttons - Input widgets. Cards are usually displayed below the text body of a Chat message, but can situationally appear other places, such as [dialogs](https://developers.google.com/chat/how-tos/dialogs). The `cardId` is a unique identifier among cards in the same message and for identifying user input values. Currently supported widgets include: - `TextParagraph` - `DecoratedText` - `Image` - `ButtonList` - `Divider`",
"description": "Richly formatted and interactive cards that display UI elements and editable widgets, such as: - Formatted text - Buttons - Clickable images - Checkboxes - Radio buttons - Input widgets. Cards are usually displayed below the text body of a Chat message, but can situationally appear other places, such as [dialogs](https://developers.google.com/chat/how-tos/dialogs). `cards_v2` and `cards` can have a maximum size of 32 KB. The `cardId` is a unique identifier among cards in the same message and for identifying user input values. Currently supported widgets include: - `TextParagraph` - `DecoratedText` - `Image` - `ButtonList` - `Divider` - `TextInput` - `SelectionInput` (CHECKBOX, RADIO_BUTTON, SWITCH, DROPDOWN) - `Grid`",
"items": {
"$ref": "CardWithId"
},
Expand Down
19 changes: 11 additions & 8 deletions chat/v1/chat-gen.go

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

114 changes: 113 additions & 1 deletion chromemanagement/v1/chromemanagement-api.json
Expand Up @@ -896,7 +896,7 @@
}
}
},
"revision": "20230217",
"revision": "20230223",
"rootUrl": "https://chromemanagement.googleapis.com/",
"schemas": {
"GoogleChromeManagementV1AndroidAppInfo": {
Expand Down Expand Up @@ -1995,6 +1995,52 @@
},
"type": "object"
},
"GoogleChromeManagementV1DisplayDevice": {
"description": "Information of a display device.",
"id": "GoogleChromeManagementV1DisplayDevice",
"properties": {
"displayHeightMm": {
"description": "Output only. Display height in millimeters.",
"format": "int32",
"readOnly": true,
"type": "integer"
},
"displayName": {
"description": "Output only. Display device name.",
"readOnly": true,
"type": "string"
},
"displayWidthMm": {
"description": "Output only. Display width in millimeters.",
"format": "int32",
"readOnly": true,
"type": "integer"
},
"internal": {
"description": "Output only. Is display internal or not.",
"readOnly": true,
"type": "boolean"
},
"manufactureYear": {
"description": "Output only. Year of manufacture.",
"format": "int32",
"readOnly": true,
"type": "integer"
},
"manufacturerId": {
"description": "Output only. Three letter manufacturer ID.",
"readOnly": true,
"type": "string"
},
"modelId": {
"description": "Output only. Manufacturer product code.",
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleChromeManagementV1DisplayInfo": {
"description": "Information for a display.",
"id": "GoogleChromeManagementV1DisplayInfo",
Expand All @@ -2005,6 +2051,11 @@
"readOnly": true,
"type": "string"
},
"displayName": {
"description": "Output only. Display device name.",
"readOnly": true,
"type": "string"
},
"isInternal": {
"description": "Output only. Indicates if display is internal or not.",
"readOnly": true,
Expand Down Expand Up @@ -2085,6 +2136,24 @@
"$ref": "GoogleChromeManagementV1GraphicsAdapterInfo",
"description": "Output only. Information about the graphics adapter (GPU).",
"readOnly": true
},
"displayDevices": {
"description": "Output only. Information about the display(s) of the device.",
"items": {
"$ref": "GoogleChromeManagementV1DisplayDevice"
},
"readOnly": true,
"type": "array"
},
"eprivacySupported": {
"description": "Output only. Is ePrivacy screen supported or not.",
"readOnly": true,
"type": "boolean"
},
"touchScreenInfo": {
"$ref": "GoogleChromeManagementV1TouchScreenInfo",
"description": "Output only. Information about the internal touch screen(s) of the device.",
"readOnly": true
}
},
"type": "object"
Expand Down Expand Up @@ -3175,6 +3244,49 @@
},
"type": "object"
},
"GoogleChromeManagementV1TouchScreenDevice": {
"description": "Information of an internal touch screen device.",
"id": "GoogleChromeManagementV1TouchScreenDevice",
"properties": {
"displayName": {
"description": "Output only. Touch screen device display name.",
"readOnly": true,
"type": "string"
},
"stylusCapable": {
"description": "Output only. Touch screen device is stylus capable or not.",
"readOnly": true,
"type": "boolean"
},
"touchPointCount": {
"description": "Output only. Number of touch points supported on the device.",
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleChromeManagementV1TouchScreenInfo": {
"description": "Information on the device touch screen.",
"id": "GoogleChromeManagementV1TouchScreenInfo",
"properties": {
"devices": {
"description": "Output only. List of the internal touch screen devices.",
"items": {
"$ref": "GoogleChromeManagementV1TouchScreenDevice"
},
"readOnly": true,
"type": "array"
},
"touchpadLibrary": {
"description": "Output only. Touchpad library name used by the input stack.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleChromeManagementV1UsbPeripheralReport": {
"description": "USB connected peripheral report.",
"id": "GoogleChromeManagementV1UsbPeripheralReport",
Expand Down

0 comments on commit 70d3954

Please sign in to comment.