Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2737)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Aug 16, 2024
1 parent 6b81f1a commit a2308c1
Show file tree
Hide file tree
Showing 39 changed files with 4,994 additions and 654 deletions.
310 changes: 274 additions & 36 deletions alloydb/v1/alloydb-api.json

Large diffs are not rendered by default.

298 changes: 252 additions & 46 deletions alloydb/v1/alloydb-gen.go

Large diffs are not rendered by default.

414 changes: 378 additions & 36 deletions alloydb/v1alpha/alloydb-api.json

Large diffs are not rendered by default.

482 changes: 436 additions & 46 deletions alloydb/v1alpha/alloydb-gen.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@
}
}
},
"revision": "20240808",
"revision": "20240813",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"AccessSettings": {
Expand Down Expand Up @@ -2227,8 +2227,8 @@
],
"enumDescriptions": [
"Don't use. Unspecified.",
"Default option. Render a solid divider between sections.",
"If set, no divider is rendered between sections."
"Default option. Render a solid divider.",
"If set, no divider is rendered. This style completely removes the divider from the layout. The result is equivalent to not adding a divider at all."
],
"type": "string"
},
Expand Down
6 changes: 4 additions & 2 deletions chat/v1/chat-gen.go

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

25 changes: 19 additions & 6 deletions compute/v1/compute-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -37779,7 +37779,7 @@
}
}
},
"revision": "20240730",
"revision": "20240805",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
Expand Down Expand Up @@ -47185,7 +47185,6 @@
},
"timestamp": {
"description": "Timestamp when the matching usage was calculated",
"format": "google-datetime",
"type": "string"
}
},
Expand Down Expand Up @@ -58195,6 +58194,20 @@
},
"type": "array"
},
"architecture": {
"description": "[Output Only] The architecture of the machine type.",
"enum": [
"ARCHITECTURE_UNSPECIFIED",
"ARM64",
"X86_64"
],
"enumDescriptions": [
"Default value indicating Architecture is not set.",
"Machines with architecture ARM64",
"Machines with architecture X86_64"
],
"type": "string"
},
"creationTimestamp": {
"description": "[Output Only] Creation timestamp in RFC3339 text format.",
"type": "string"
Expand Down Expand Up @@ -84498,7 +84511,7 @@
"type": "object"
},
"localTrafficSelector": {
"description": "Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported.",
"description": "Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported for Classic VPN tunnels. This field is output only for HA VPN tunnels.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -84528,15 +84541,15 @@
"type": "string"
},
"peerIp": {
"description": "IP address of the peer VPN gateway. Only IPv4 is supported.",
"description": "IP address of the peer VPN gateway. Only IPv4 is supported. This field can be set only for Classic VPN tunnels.",
"type": "string"
},
"region": {
"description": "[Output Only] URL of the region where the VPN tunnel resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
"type": "string"
},
"remoteTrafficSelector": {
"description": "Remote traffic selectors to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported.",
"description": "Remote traffic selectors to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported for Classic VPN tunnels. This field is output only for HA VPN tunnels.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -84593,7 +84606,7 @@
"type": "string"
},
"targetVpnGateway": {
"description": "URL of the Target VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created.",
"description": "URL of the Target VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created. This field can be set only for Classic VPN tunnels.",
"type": "string"
},
"vpnGateway": {
Expand Down
20 changes: 16 additions & 4 deletions compute/v1/compute-gen.go

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

35 changes: 34 additions & 1 deletion container/v1/container-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@
}
}
},
"revision": "20240722",
"revision": "20240730",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -3394,6 +3394,10 @@
"readOnly": true,
"type": "boolean"
},
"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 @@ -3760,6 +3764,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 @@ -5482,6 +5490,13 @@
"description": "Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.",
"type": "boolean"
},
"storagePools": {
"description": "List of Storage Pools where boot disks are provisioned.",
"items": {
"type": "string"
},
"type": "array"
},
"tags": {
"description": "The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.",
"items": {
Expand Down Expand Up @@ -6621,6 +6636,17 @@
"properties": {},
"type": "object"
},
"SecretManagerConfig": {
"description": "SecretManagerConfig is config for secret manager enablement.",
"id": "SecretManagerConfig",
"properties": {
"enabled": {
"description": "Enable/Disable Secret Manager Config.",
"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 Expand Up @@ -7581,6 +7607,13 @@
"$ref": "ResourceManagerTags",
"description": "Desired resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Existing tags will be replaced with new values."
},
"storagePools": {
"description": "List of Storage Pools where boot disks are provisioned. Existing Storage Pools will be replaced with storage-pools.",
"items": {
"type": "string"
},
"type": "array"
},
"tags": {
"$ref": "NetworkTags",
"description": "The desired network tags to be applied to all nodes in the node pool. If this field is not present, the tags will not be changed. Otherwise, the existing network tags will be *replaced* with the provided tags."
Expand Down
32 changes: 32 additions & 0 deletions container/v1/container-gen.go

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

18 changes: 16 additions & 2 deletions container/v1beta1/container-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2565,7 +2565,7 @@
}
}
},
"revision": "20240722",
"revision": "20240730",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -5930,6 +5930,13 @@
"description": "Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.",
"type": "boolean"
},
"storagePools": {
"description": "List of Storage Pools where boot disks are provisioned.",
"items": {
"type": "string"
},
"type": "array"
},
"tags": {
"description": "The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.",
"items": {
Expand Down Expand Up @@ -7160,7 +7167,7 @@
"id": "SecretManagerConfig",
"properties": {
"enabled": {
"description": "Whether the cluster is configured to use secret manager CSI component.",
"description": "Enable/Disable Secret Manager Config.",
"type": "boolean"
}
},
Expand Down Expand Up @@ -8152,6 +8159,13 @@
"$ref": "ResourceManagerTags",
"description": "Desired resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Existing tags will be replaced with new values."
},
"storagePools": {
"description": "List of Storage Pools where boot disks are provisioned. Existing Storage Pools will be replaced with storage-pools.",
"items": {
"type": "string"
},
"type": "array"
},
"tags": {
"$ref": "NetworkTags",
"description": "The desired network tags to be applied to all nodes in the node pool. If this field is not present, the tags will not be changed. Otherwise, the existing network tags will be *replaced* with the provided tags."
Expand Down
8 changes: 6 additions & 2 deletions container/v1beta1/container-gen.go

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

Loading

0 comments on commit a2308c1

Please sign in to comment.