Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 27, 2023
1 parent 3cc10bf commit 8d66391
Show file tree
Hide file tree
Showing 28 changed files with 1,747 additions and 88 deletions.
245 changes: 243 additions & 2 deletions cloudbilling/v1/cloudbilling-api.json

Large diffs are not rendered by default.

1,161 changes: 1,160 additions & 1 deletion cloudbilling/v1/cloudbilling-gen.go

Large diffs are not rendered by default.

41 changes: 38 additions & 3 deletions container/v1/container-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@
}
}
},
"revision": "20230919",
"revision": "20231012",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -3605,6 +3605,10 @@
"$ref": "NetworkTags",
"description": "The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
},
"desiredNodePoolAutoConfigResourceManagerTags": {
"$ref": "ResourceManagerTags",
"description": "The desired resource manager tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
},
"desiredNodePoolAutoscaling": {
"$ref": "NodePoolAutoscaling",
"description": "Autoscaler configuration for the node pool specified in desired_node_pool_id. If there is only one pool in the cluster and desired_node_pool_id is not provided then the change applies to that single node pool."
Expand Down Expand Up @@ -4070,11 +4074,13 @@
"enum": [
"CHANNEL_UNSPECIFIED",
"CHANNEL_DISABLED",
"CHANNEL_EXPERIMENTAL",
"CHANNEL_STANDARD"
],
"enumDescriptions": [
"Default value.",
"Gateway API support is disabled",
"Gateway API support is enabled, experimental CRDs are installed",
"Gateway API support is enabled, standard CRDs are installed"
],
"type": "string"
Expand Down Expand Up @@ -5186,6 +5192,10 @@
"description": "The resource labels for the node pool to use to annotate any related Google Compute Engine resources.",
"type": "object"
},
"resourceManagerTags": {
"$ref": "ResourceManagerTags",
"description": "A map of resource manager tag keys and values to be attached to the nodes."
},
"sandboxConfig": {
"$ref": "SandboxConfig",
"description": "Sandbox configuration for this node."
Expand Down Expand Up @@ -5483,6 +5493,10 @@
"networkTags": {
"$ref": "NetworkTags",
"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 creation. Each tag within the list must comply with RFC1035."
},
"resourceManagerTags": {
"$ref": "ResourceManagerTags",
"description": "Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies."
}
},
"type": "object"
Expand Down Expand Up @@ -5674,7 +5688,8 @@
"SET_NODE_POOL_SIZE",
"SET_NETWORK_POLICY",
"SET_MAINTENANCE_POLICY",
"RESIZE_CLUSTER"
"RESIZE_CLUSTER",
"FLEET_FEATURE_UPGRADE"
],
"enumDeprecated": [
false,
Expand All @@ -5694,6 +5709,7 @@
false,
true,
true,
false,
false
],
"enumDescriptions": [
Expand All @@ -5714,7 +5730,8 @@
"The node pool is being resized. With the exception of resizing to or from size zero, the node pool is generally usable during this operation.",
"Unused. Updating network policy uses UPDATE_CLUSTER.",
"Unused. Updating maintenance policy uses UPDATE_CLUSTER.",
"The control plane is being resized. This operation type is initiated by GKE. These operations are often performed preemptively to ensure that the control plane has sufficient resources and is not typically an indication of issues. For more details, see [documentation on resizes](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs)."
"The control plane is being resized. This operation type is initiated by GKE. These operations are often performed preemptively to ensure that the control plane has sufficient resources and is not typically an indication of issues. For more details, see [documentation on resizes](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).",
"Fleet features of GKE Enterprise are being upgraded. The cluster should be assumed to be blocked for other upgrades until the operation finishes."
],
"type": "string"
},
Expand Down Expand Up @@ -6094,6 +6111,20 @@
},
"type": "object"
},
"ResourceManagerTags": {
"description": "A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications in https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values.",
"id": "ResourceManagerTags",
"properties": {
"tags": {
"additionalProperties": {
"type": "string"
},
"description": "TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`",
"type": "object"
}
},
"type": "object"
},
"ResourceUsageExportConfig": {
"description": "Configuration for exporting cluster resource usages.",
"id": "ResourceUsageExportConfig",
Expand Down Expand Up @@ -7093,6 +7124,10 @@
"$ref": "ResourceLabels",
"description": "The resource labels for the node pool to use to annotate any related Google Compute Engine resources."
},
"resourceManagerTags": {
"$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."
},
"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
62 changes: 62 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.

23 changes: 16 additions & 7 deletions displayvideo/v1/displayvideo-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -8146,7 +8146,7 @@
}
}
},
"revision": "20231009",
"revision": "20231026",
"rootUrl": "https://displayvideo.googleapis.com/",
"schemas": {
"ActivateManualTriggerRequest": {
Expand Down Expand Up @@ -10885,7 +10885,8 @@
"SDF_VERSION_5_3",
"SDF_VERSION_5_4",
"SDF_VERSION_5_5",
"SDF_VERSION_6"
"SDF_VERSION_6",
"SDF_VERSION_7"
],
"enumDeprecated": [
false,
Expand All @@ -10899,6 +10900,7 @@
true,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -10913,7 +10915,8 @@
"SDF version 5.3",
"SDF version 5.4",
"SDF version 5.5",
"SDF version 6"
"SDF version 6",
"SDF version 7 Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users."
],
"type": "string"
}
Expand Down Expand Up @@ -17706,7 +17709,8 @@
"SDF_VERSION_5_3",
"SDF_VERSION_5_4",
"SDF_VERSION_5_5",
"SDF_VERSION_6"
"SDF_VERSION_6",
"SDF_VERSION_7"
],
"enumDeprecated": [
false,
Expand All @@ -17720,6 +17724,7 @@
true,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -17734,7 +17739,8 @@
"SDF version 5.3",
"SDF version 5.4",
"SDF version 5.5",
"SDF version 6"
"SDF version 6",
"SDF version 7 Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users."
],
"type": "string"
}
Expand Down Expand Up @@ -17780,7 +17786,8 @@
"SDF_VERSION_5_3",
"SDF_VERSION_5_4",
"SDF_VERSION_5_5",
"SDF_VERSION_6"
"SDF_VERSION_6",
"SDF_VERSION_7"
],
"enumDeprecated": [
false,
Expand All @@ -17794,6 +17801,7 @@
true,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -17808,7 +17816,8 @@
"SDF version 5.3",
"SDF version 5.4",
"SDF version 5.5",
"SDF version 6"
"SDF version 6",
"SDF version 7 Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. Currently in beta. Only available for use by a subset of users."
],
"type": "string"
}
Expand Down
12 changes: 12 additions & 0 deletions displayvideo/v1/displayvideo-gen.go

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

Loading

0 comments on commit 8d66391

Please sign in to comment.