Skip to content

Commit 28c8cd5

Browse files
feat(all): auto-regenerate discovery clients (#1928)
1 parent feafcdc commit 28c8cd5

30 files changed

+1764
-185
lines changed

advisorynotifications/v1/advisorynotifications-api.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
}
205205
}
206206
},
207-
"revision": "20230219",
207+
"revision": "20230402",
208208
"rootUrl": "https://advisorynotifications.googleapis.com/",
209209
"schemas": {
210210
"GoogleCloudAdvisorynotificationsV1Attachment": {
@@ -340,6 +340,20 @@
340340
"description": "The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.",
341341
"type": "string"
342342
},
343+
"notificationType": {
344+
"description": "Type of notification",
345+
"enum": [
346+
"NOTIFICATION_TYPE_UNSPECIFIED",
347+
"NOTIFICATION_TYPE_SECURITY_PRIVACY_ADVISORY",
348+
"NOTIFICATION_TYPE_SENSITIVE_ACTIONS"
349+
],
350+
"enumDescriptions": [
351+
"Default type",
352+
"Security and privacy advisory notifications",
353+
"Sensitive action notifications"
354+
],
355+
"type": "string"
356+
},
343357
"subject": {
344358
"$ref": "GoogleCloudAdvisorynotificationsV1Subject",
345359
"description": "The subject line of the notification."

advisorynotifications/v1/advisorynotifications-gen.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apigee/v1/apigee-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8744,7 +8744,7 @@
87448744
}
87458745
}
87468746
},
8747-
"revision": "20230312",
8747+
"revision": "20230329",
87488748
"rootUrl": "https://apigee.googleapis.com/",
87498749
"schemas": {
87508750
"EdgeConfigstoreBundleBadBundle": {
@@ -13189,7 +13189,7 @@
1318913189
"type": "string"
1319013190
},
1319113191
"authorizedNetwork": {
13192-
"description": "Name of the customer project's VPC network. If provided, the network needs to be peered through Service Networking. If none is provided, the organization will have access only to the public internet.",
13192+
"description": "Compute Engine network used for Service Networking to be peered with Apigee runtime instances. See [Getting started with the Service Networking API](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started). Apigee also supports shared VPC (that is, the host network project is not the same as the one that is peering with Apigee). See [Shared VPC overview](https://cloud.google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the following format: `projects/{host-project-id}/{region}/networks/{network-name}`. For example: `projects/my-sharedvpc-host/global/networks/mynetwork`",
1319313193
"type": "string"
1319413194
},
1319513195
"runtimeLocation": {

apigee/v1/apigee-gen.go

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudsupport/v2beta/cloudsupport-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
}
544544
}
545545
},
546-
"revision": "20230330",
546+
"revision": "20230404",
547547
"rootUrl": "https://cloudsupport.googleapis.com/",
548548
"schemas": {
549549
"Actor": {
@@ -642,6 +642,10 @@
642642
"$ref": "CaseClassification",
643643
"description": "The issue classification applicable to this case."
644644
},
645+
"contactEmail": {
646+
"description": "A user-supplied email address to send case update notifications for. This should only be used in BYOID flows, where we cannot infer the user's email address directly from their EUCs.",
647+
"type": "string"
648+
},
645649
"createTime": {
646650
"description": "Output only. The time this case was created.",
647651
"format": "google-datetime",

cloudsupport/v2beta/cloudsupport-gen.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/v0.beta/compute-api.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36741,7 +36741,7 @@
3674136741
}
3674236742
}
3674336743
},
36744-
"revision": "20230322",
36744+
"revision": "20230327",
3674536745
"rootUrl": "https://compute.googleapis.com/",
3674636746
"schemas": {
3674736747
"AWSV4Signature": {
@@ -41994,6 +41994,14 @@
4199441994
"DiskAsyncReplication": {
4199541995
"id": "DiskAsyncReplication",
4199641996
"properties": {
41997+
"consistencyGroupPolicy": {
41998+
"description": "[Output Only] URL of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.",
41999+
"type": "string"
42000+
},
42001+
"consistencyGroupPolicyId": {
42002+
"description": "[Output Only] ID of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.",
42003+
"type": "string"
42004+
},
4199742005
"disk": {
4199842006
"description": "The other disk asynchronously replicated to or from the current disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk ",
4199942007
"type": "string"
@@ -60055,11 +60063,15 @@
6005560063
"NETWORK_ATTACHMENTS",
6005660064
"NETWORK_ENDPOINT_GROUPS",
6005760065
"NETWORK_FIREWALL_POLICIES",
60066+
"NET_LB_SECURITY_POLICIES_PER_REGION",
60067+
"NET_LB_SECURITY_POLICY_RULES_PER_REGION",
60068+
"NET_LB_SECURITY_POLICY_RULE_ATTRIBUTES_PER_REGION",
6005860069
"NODE_GROUPS",
6005960070
"NODE_TEMPLATES",
6006060071
"NVIDIA_A100_80GB_GPUS",
6006160072
"NVIDIA_A100_GPUS",
6006260073
"NVIDIA_K80_GPUS",
60074+
"NVIDIA_L4_GPUS",
6006360075
"NVIDIA_P100_GPUS",
6006460076
"NVIDIA_P100_VWS_GPUS",
6006560077
"NVIDIA_P4_GPUS",
@@ -60074,6 +60086,7 @@
6007460086
"PREEMPTIBLE_NVIDIA_A100_80GB_GPUS",
6007560087
"PREEMPTIBLE_NVIDIA_A100_GPUS",
6007660088
"PREEMPTIBLE_NVIDIA_K80_GPUS",
60089+
"PREEMPTIBLE_NVIDIA_L4_GPUS",
6007760090
"PREEMPTIBLE_NVIDIA_P100_GPUS",
6007860091
"PREEMPTIBLE_NVIDIA_P100_VWS_GPUS",
6007960092
"PREEMPTIBLE_NVIDIA_P4_GPUS",
@@ -60098,6 +60111,7 @@
6009860111
"ROUTES",
6009960112
"SECURITY_POLICIES",
6010060113
"SECURITY_POLICIES_PER_REGION",
60114+
"SECURITY_POLICY_ADVANCED_RULES_PER_REGION",
6010160115
"SECURITY_POLICY_CEVAL_RULES",
6010260116
"SECURITY_POLICY_RULES",
6010360117
"SECURITY_POLICY_RULES_PER_REGION",
@@ -60247,6 +60261,12 @@
6024760261
"",
6024860262
"",
6024960263
"",
60264+
"",
60265+
"",
60266+
"",
60267+
"",
60268+
"",
60269+
"",
6025060270
"The total number of snapshots allowed for a single project.",
6025160271
"",
6025260272
"",

compute/v0.beta/compute-gen.go

Lines changed: 30 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

container/v1/container-api.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@
24872487
}
24882488
}
24892489
},
2490-
"revision": "20230304",
2490+
"revision": "20230322",
24912491
"rootUrl": "https://container.googleapis.com/",
24922492
"schemas": {
24932493
"AcceleratorConfig": {
@@ -2514,6 +2514,12 @@
25142514
},
25152515
"type": "object"
25162516
},
2517+
"AdditionalPodRangesConfig": {
2518+
"description": "AdditionalPodRangesConfig is the configuration for additional pod secondary ranges supporting the ClusterUpdate message.",
2519+
"id": "AdditionalPodRangesConfig",
2520+
"properties": {},
2521+
"type": "object"
2522+
},
25172523
"AddonsConfig": {
25182524
"description": "Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.",
25192525
"id": "AddonsConfig",
@@ -3191,6 +3197,10 @@
31913197
"description": "ClusterUpdate describes an update to the cluster. Exactly one update can be applied to a cluster with each request, so at most one field can be provided.",
31923198
"id": "ClusterUpdate",
31933199
"properties": {
3200+
"additionalPodRangesConfig": {
3201+
"$ref": "AdditionalPodRangesConfig",
3202+
"description": "The additional pod ranges to be added to the cluster. These pod ranges can be used by node pools to allocate pod IPs."
3203+
},
31943204
"desiredAddonsConfig": {
31953205
"$ref": "AddonsConfig",
31963206
"description": "Configurations for the various addons available to run in the cluster."
@@ -3385,6 +3395,10 @@
33853395
"etag": {
33863396
"description": "The current etag of the cluster. If an etag is provided and does not match the current etag of the cluster, update will be blocked and an ABORTED error will be returned.",
33873397
"type": "string"
3398+
},
3399+
"removedAdditionalPodRangesConfig": {
3400+
"$ref": "AdditionalPodRangesConfig",
3401+
"description": "The additional pod ranges that are to be removed from the cluster. The pod ranges specified here must have been specified earlier in the 'additional_pod_ranges_config' argument."
33883402
}
33893403
},
33903404
"type": "object"
@@ -3907,6 +3921,11 @@
39073921
"description": "Configuration for controlling how IPs are allocated in the cluster.",
39083922
"id": "IPAllocationPolicy",
39093923
"properties": {
3924+
"additionalPodRangesConfig": {
3925+
"$ref": "AdditionalPodRangesConfig",
3926+
"description": "Output only. [Output only] The additional pod ranges that are added to the cluster. These pod ranges can be used by new node pools to allocate pod IPs automatically. Once the range is removed it will not show up in IPAllocationPolicy.",
3927+
"readOnly": true
3928+
},
39103929
"clusterIpv4Cidr": {
39113930
"description": "This field is deprecated, use cluster_ipv4_cidr_block.",
39123931
"type": "string"
@@ -3945,6 +3964,10 @@
39453964
"description": "The IP address range of the instance IPs in this cluster. This is applicable only if `create_subnetwork` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.",
39463965
"type": "string"
39473966
},
3967+
"podCidrOverprovisionConfig": {
3968+
"$ref": "PodCIDROverprovisionConfig",
3969+
"description": "[PRIVATE FIELD] Pod CIDR size overprovisioning config for the cluster. Pod CIDR size per node depends on max_pods_per_node. By default, the value of max_pods_per_node is doubled and then rounded off to next power of 2 to get the size of pod CIDR block per node. Example: max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max_pods_per_node of 30 will result in 32 IPs (/27) when overprovisioning is disabled."
3970+
},
39483971
"servicesIpv4Cidr": {
39493972
"description": "This field is deprecated, use services_ipv4_cidr_block.",
39503973
"type": "string"
@@ -4862,6 +4885,10 @@
48624885
"$ref": "NetworkPerformanceConfig",
48634886
"description": "Network bandwidth tier configuration."
48644887
},
4888+
"podCidrOverprovisionConfig": {
4889+
"$ref": "PodCIDROverprovisionConfig",
4890+
"description": "[PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next power of 2 and we then double that to get the size of pod CIDR block per node. Example: max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max_pods_per_node of 30 will result in 32 IPs (/27) when overprovisioning is disabled."
4891+
},
48654892
"podIpv4CidrBlock": {
48664893
"description": "The IP address range for pod IPs in this node pool. Only applicable if `create_pod_range` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.",
48674894
"type": "string"
@@ -5313,6 +5340,17 @@
53135340
},
53145341
"type": "object"
53155342
},
5343+
"PodCIDROverprovisionConfig": {
5344+
"description": "[PRIVATE FIELD] Config for pod CIDR size overprovisioning.",
5345+
"id": "PodCIDROverprovisionConfig",
5346+
"properties": {
5347+
"disable": {
5348+
"description": "Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning is enabled by default.",
5349+
"type": "boolean"
5350+
}
5351+
},
5352+
"type": "object"
5353+
},
53165354
"PrivateClusterConfig": {
53175355
"description": "Configuration options for private clusters.",
53185356
"id": "PrivateClusterConfig",

0 commit comments

Comments
 (0)