Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 19, 2024
1 parent 5c21170 commit 09097b0
Show file tree
Hide file tree
Showing 26 changed files with 5,352 additions and 1,010 deletions.
565 changes: 555 additions & 10 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

1,928 changes: 1,704 additions & 224 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

641 changes: 630 additions & 11 deletions aiplatform/v1beta1/aiplatform-api.json

Large diffs are not rendered by default.

2,553 changes: 2,087 additions & 466 deletions aiplatform/v1beta1/aiplatform-gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,7 @@
],
"parameters": {
"externalTransactionId": {
"description": "Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-z0-9_-/. Do not use this field to store any Personally Identifiable Information (PII) such as emails. Attempting to store PII in this field may result in requests being blocked.",
"description": "Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-zA-Z0-9_-/. Do not use this field to store any Personally Identifiable Information (PII) such as emails. Attempting to store PII in this field may result in requests being blocked.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -4726,7 +4726,7 @@
}
}
},
"revision": "20240306",
"revision": "20240318",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down
4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-gen.go

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

2 changes: 1 addition & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
"name": "batch",
"version": "v1",
"title": "Batch API",
"description": "An API to manage the running of batch resources on Google Cloud Platform.",
"description": "An API to manage the running of Batch resources on Google Cloud Platform.",
"discoveryRestUrl": "https://batch.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down
35 changes: 32 additions & 3 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@
}
}
},
"revision": "20240310",
"revision": "20240315",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -1559,7 +1559,7 @@
"type": "object"
},
"DeprecatedEvent": {
"description": "A Google Chat app interaction event. To learn about interaction events, see [Receive and respond to interactions with your Google Chat app](https://developers.google.com/chat/api/guides/message-formats). To learn about event types and for example event payloads, see [Types of Google Chat app interaction events](https://developers.google.com/chat/api/guides/message-formats/events).",
"description": "A Google Chat app interaction event. To learn about interaction events, see [Receive and respond to interactions with your Google Chat app](https://developers.google.com/workspace/chat/api/guides/message-formats). To learn about event types and for example event payloads, see [Types of Google Chat app interaction events](https://developers.google.com/workspace/chat/events). In addition to receiving events from user interactions, Chat apps can receive events about changes to spaces, such as when a new member is added to a space. To learn about space events, see [Work with events from Google Chat](https://developers.google.com/workspace/chat/events-overview).",
"id": "DeprecatedEvent",
"properties": {
"action": {
Expand Down Expand Up @@ -1616,7 +1616,7 @@
"type": "string"
},
"type": {
"description": "The type of interaction event. For details, see [Types of Google Chat app interaction events](https://developers.google.com/chat/api/guides/message-formats/events).",
"description": "The type of interaction event. For details, see [Types of Google Chat app interaction events](https://developers.google.com/workspace/chat/events).",
"enum": [
"UNSPECIFIED",
"MESSAGE",
Expand Down Expand Up @@ -2282,6 +2282,10 @@
"knownIcon": {
"description": "Display one of the built-in icons provided by Google Workspace. For example, to display an airplane icon, specify `AIRPLANE`. For a bus, specify `BUS`. For a full list of supported icons, see [built-in icons](https://developers.google.com/chat/format-messages#builtinicons).",
"type": "string"
},
"materialIcon": {
"$ref": "GoogleAppsCardV1MaterialIcon",
"description": "Display one of the [Google Material Icons](https://fonts.google.com/icons). For example, to display a [checkbox icon](https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Acheck_box%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048), use \"material_icon\": { \"name\": \"check_box\" } Available for Chat apps and in [Developer Preview](https://developers.google.com/workspace/preview) for Google Workspace Add-ons."
}
},
"type": "object"
Expand Down Expand Up @@ -2358,6 +2362,31 @@
},
"type": "object"
},
"GoogleAppsCardV1MaterialIcon": {
"description": "A [Google Material Icon](https://fonts.google.com/icons), which includes over 2500+ options. For example, to display a [checkbox icon](https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Acheck_box%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048) with customized weight and grade, write { \"name\": \"check_box\", \"fill\": true, \"weight\": 300, \"grade\": -25 } Available for Chat apps and in [Developer Preview](https://developers.google.com/workspace/preview) for Google Workspace Add-ons.",
"id": "GoogleAppsCardV1MaterialIcon",
"properties": {
"fill": {
"description": "Whether it renders a filled icon. Default value is false. See Customization in [Google Font Icon](https://fonts.google.com/icons) for details.",
"type": "boolean"
},
"grade": {
"description": "Weight and grade affect a symbol’s thickness. Adjustments to grade are more granular than adjustments to weight and have a small impact on the size of the symbol. Choose from {-25, 0, 200}. If absent, default value is 0. If any other value is specified, a broken image icon is displayed. See Customization in [Google Font Icon](https://fonts.google.com/icons) for details.",
"format": "int32",
"type": "integer"
},
"name": {
"description": "The icon name defined in the [Google Material Icon Icon](https://fonts.google.com/icons) in snake_case. e.g. \"check_box\". Any invalid names are abandoned and replaced with empty string and results in the icon failing to render.",
"type": "string"
},
"weight": {
"description": "The stroke weight of the icon. Choose from {100, 200, 300, 400, 500, 600, 700}. If absent, default value is 400. If any other value is specified, a broken image icon is displayed. See Customization in [Google Font Icon](https://fonts.google.com/icons) for details.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleAppsCardV1OnClick": {
"description": "Represents how to respond when users click an interactive element on a card, such as a button. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
"id": "GoogleAppsCardV1OnClick",
Expand Down
83 changes: 78 additions & 5 deletions chat/v1/chat-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 cloudbuild/v2/cloudbuild-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
],
"parameters": {
"pageSize": {
"description": "Optional. Number of results to return in the list. Default to 100.",
"description": "Optional. Number of results to return in the list. Default to 20.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -844,7 +844,7 @@
}
}
},
"revision": "20240310",
"revision": "20240314",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions cloudbuild/v2/cloudbuild-gen.go

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

43 changes: 42 additions & 1 deletion container/v1beta1/container-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2565,7 +2565,7 @@
}
}
},
"revision": "20240214",
"revision": "20240304",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -3479,6 +3479,10 @@
"$ref": "ResourceUsageExportConfig",
"description": "Configuration for exporting resource usages. Resource usage export is disabled when this config unspecified."
},
"secretManagerConfig": {
"$ref": "SecretManagerConfig",
"description": "Secret CSI driver configuration."
},
"securityPostureConfig": {
"$ref": "SecurityPostureConfig",
"description": "Enable/Disable Security Posture API features for the cluster."
Expand Down Expand Up @@ -3705,10 +3709,18 @@
"$ref": "DNSConfig",
"description": "DNSConfig contains clusterDNS config for this cluster."
},
"desiredEnableCiliumClusterwideNetworkPolicy": {
"description": "Enable/Disable Cilium Clusterwide Network Policy for the cluster.",
"type": "boolean"
},
"desiredEnableFqdnNetworkPolicy": {
"description": "Enable/Disable FQDN Network Policy for the cluster.",
"type": "boolean"
},
"desiredEnableMultiNetworking": {
"description": "Enable/Disable Multi-Networking for the cluster",
"type": "boolean"
},
"desiredEnablePrivateEndpoint": {
"description": "Enable/Disable private endpoint for the cluster's master.",
"type": "boolean"
Expand Down Expand Up @@ -3875,6 +3887,10 @@
"$ref": "ResourceUsageExportConfig",
"description": "The desired configuration for exporting resource usage."
},
"desiredSecretManagerConfig": {
"$ref": "SecretManagerConfig",
"description": "Enable/Disable Secret Manager Config."
},
"desiredSecurityPostureConfig": {
"$ref": "SecurityPostureConfig",
"description": "Enable/Disable Security Posture API features for the cluster."
Expand Down Expand Up @@ -5333,6 +5349,10 @@
"$ref": "DNSConfig",
"description": "DNSConfig contains clusterDNS config for this cluster."
},
"enableCiliumClusterwideNetworkPolicy": {
"description": "Whether CiliumClusterWideNetworkPolicy is enabled on this cluster.",
"type": "boolean"
},
"enableFqdnNetworkPolicy": {
"description": "Whether FQDN Network Policy is enabled on this cluster.",
"type": "boolean"
Expand Down Expand Up @@ -5654,6 +5674,10 @@
"$ref": "SandboxConfig",
"description": "Sandbox configuration for this node."
},
"secondaryBootDiskUpdateStrategy": {
"$ref": "SecondaryBootDiskUpdateStrategy",
"description": "Secondary boot disk update strategy."
},
"secondaryBootDisks": {
"description": "List of secondary boot disks attached to the nodes.",
"items": {
Expand Down Expand Up @@ -6783,6 +6807,23 @@
},
"type": "object"
},
"SecondaryBootDiskUpdateStrategy": {
"description": "SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the future to define different options for updating secondary boot disks.",
"id": "SecondaryBootDiskUpdateStrategy",
"properties": {},
"type": "object"
},
"SecretManagerConfig": {
"description": "SecretManagerConfig is config for secret manager enablement.",
"id": "SecretManagerConfig",
"properties": {
"enabled": {
"description": "Whether the cluster is configured to use secret manager CSI component.",
"type": "boolean"
}
},
"type": "object"
},
"SecurityBulletinEvent": {
"description": "SecurityBulletinEvent is a notification sent to customers when a security bulletin has been posted that they are vulnerable to.",
"id": "SecurityBulletinEvent",
Expand Down

0 comments on commit 09097b0

Please sign in to comment.