Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 12, 2025
1 parent 473d170 commit 972ede2
Show file tree
Hide file tree
Showing 15 changed files with 349 additions and 153 deletions.
37 changes: 27 additions & 10 deletions alloydb/v1beta/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@
}
}
},
"revision": "20241204",
"revision": "20241228",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -3142,19 +3142,23 @@
"id": "Node",
"properties": {
"id": {
"description": "The identifier of the VM e.g. \"test-read-0601-407e52be-ms3l\".",
"description": "Output only. The identifier of the VM e.g. \"test-read-0601-407e52be-ms3l\".",
"readOnly": true,
"type": "string"
},
"ip": {
"description": "The private IP address of the VM e.g. \"10.57.0.34\".",
"description": "Output only. The private IP address of the VM e.g. \"10.57.0.34\".",
"readOnly": true,
"type": "string"
},
"state": {
"description": "Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.",
"description": "Output only. Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.",
"readOnly": true,
"type": "string"
},
"zoneId": {
"description": "The Compute Engine zone of the VM e.g. \"us-central1-b\".",
"description": "Output only. The Compute Engine zone of the VM e.g. \"us-central1-b\".",
"readOnly": true,
"type": "string"
}
},
Expand Down Expand Up @@ -4021,7 +4025,9 @@
"SIGNAL_TYPE_SUPERUSER_WRITING_TO_USER_TABLES",
"SIGNAL_TYPE_USER_GRANTED_ALL_PERMISSIONS",
"SIGNAL_TYPE_DATA_EXPORT_TO_EXTERNAL_CLOUD_STORAGE_BUCKET",
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET"
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET",
"SIGNAL_TYPE_WEAK_PASSWORD_HASH_ALGORITHM",
"SIGNAL_TYPE_NO_USER_PASSWORD_POLICY"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -4102,6 +4108,8 @@
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -4183,7 +4191,9 @@
"Detects events where a Cloud SQL superuser (postgres for PostgreSQL servers or root for MySQL users) writes to non-system tables.",
"Detects events where a database user or role has been granted all privileges to a database, or to all tables, procedures, or functions in a schema.",
"Detects if database instance data exported to a Cloud Storage bucket outside of the organization.",
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible."
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible.",
"Detects if a database instance is using a weak password hash algorithm.",
"Detects if a database instance has no user password policy set."
],
"type": "string"
},
Expand Down Expand Up @@ -4554,7 +4564,9 @@
"SIGNAL_TYPE_SUPERUSER_WRITING_TO_USER_TABLES",
"SIGNAL_TYPE_USER_GRANTED_ALL_PERMISSIONS",
"SIGNAL_TYPE_DATA_EXPORT_TO_EXTERNAL_CLOUD_STORAGE_BUCKET",
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET"
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET",
"SIGNAL_TYPE_WEAK_PASSWORD_HASH_ALGORITHM",
"SIGNAL_TYPE_NO_USER_PASSWORD_POLICY"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -4635,6 +4647,8 @@
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -4716,7 +4730,9 @@
"Detects events where a Cloud SQL superuser (postgres for PostgreSQL servers or root for MySQL users) writes to non-system tables.",
"Detects events where a database user or role has been granted all privileges to a database, or to all tables, procedures, or functions in a schema.",
"Detects if database instance data exported to a Cloud Storage bucket outside of the organization.",
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible."
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible.",
"Detects if a database instance is using a weak password hash algorithm.",
"Detects if a database instance has no user password policy set."
],
"type": "string"
}
Expand Down Expand Up @@ -4786,7 +4802,8 @@
"id": "StorageDatabasecenterPartnerapiV1mainMachineConfiguration",
"properties": {
"cpuCount": {
"description": "The number of CPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
"deprecated": true,
"description": "The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
"format": "int32",
"type": "integer"
},
Expand Down
23 changes: 16 additions & 7 deletions alloydb/v1beta/alloydb-gen.go

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

7 changes: 6 additions & 1 deletion cloudkms/v1/cloudkms-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
"description": "Regional Endpoint",
"endpointUrl": "https://cloudkms.us-south1.rep.googleapis.com/",
"location": "us-south1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudkms.us.rep.googleapis.com/",
"location": "us"
}
],
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -2132,7 +2137,7 @@
}
}
},
"revision": "20241111",
"revision": "20250102",
"rootUrl": "https://cloudkms.googleapis.com/",
"schemas": {
"AsymmetricDecryptRequest": {
Expand Down
32 changes: 31 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": "20241203",
"revision": "20241228",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -3628,6 +3628,10 @@
"$ref": "DefaultSnatStatus",
"description": "The desired status of whether to disable default sNAT for this cluster."
},
"desiredDisableL4LbFirewallReconciliation": {
"description": "Enable/Disable L4 LB VPC firewall reconciliation for the cluster.",
"type": "boolean"
},
"desiredDnsConfig": {
"$ref": "DNSConfig",
"description": "DNSConfig contains clusterDNS config for this cluster."
Expand Down Expand Up @@ -5358,6 +5362,10 @@
"$ref": "DefaultSnatStatus",
"description": "Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic."
},
"disableL4LbFirewallReconciliation": {
"description": "Disable L4 load balancer VPC firewalls to enable firewall policies.",
"type": "boolean"
},
"dnsConfig": {
"$ref": "DNSConfig",
"description": "DNSConfig contains clusterDNS config for this cluster."
Expand Down Expand Up @@ -8024,6 +8032,23 @@
"format": "google-datetime",
"type": "string"
},
"eventType": {
"description": "The type of the event.",
"enum": [
"EVENT_TYPE_UNSPECIFIED",
"END_OF_SUPPORT"
],
"enumDescriptions": [
"EVENT_TYPE_UNSPECIFIED indicates the event type is unspecified.",
"END_OF_SUPPORT indicates GKE version reaches end of support, check standard_support_end_time and extended_support_end_time for more details."
],
"type": "string"
},
"extendedSupportEndTime": {
"description": "The end of extended support timestamp.",
"format": "google-datetime",
"type": "string"
},
"operation": {
"description": "The operation associated with this upgrade.",
"type": "string"
Expand All @@ -8046,6 +8071,11 @@
],
"type": "string"
},
"standardSupportEndTime": {
"description": "The end of standard support timestamp.",
"format": "google-datetime",
"type": "string"
},
"startTime": {
"description": "The time when the operation was started.",
"format": "google-datetime",
Expand Down
19 changes: 19 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.

32 changes: 31 additions & 1 deletion container/v1beta1/container-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2685,7 +2685,7 @@
}
}
},
"revision": "20241203",
"revision": "20241228",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -3944,6 +3944,10 @@
"$ref": "DefaultSnatStatus",
"description": "The desired status of whether to disable default sNAT for this cluster."
},
"desiredDisableL4LbFirewallReconciliation": {
"description": "Enable/Disable L4 LB VPC firewall reconciliation for the cluster.",
"type": "boolean"
},
"desiredDnsConfig": {
"$ref": "DNSConfig",
"description": "DNSConfig contains clusterDNS config for this cluster."
Expand Down Expand Up @@ -5962,6 +5966,10 @@
"$ref": "DefaultSnatStatus",
"description": "Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic."
},
"disableL4LbFirewallReconciliation": {
"description": "Disable L4 load balancer VPC firewalls to enable firewall policies.",
"type": "boolean"
},
"dnsConfig": {
"$ref": "DNSConfig",
"description": "DNSConfig contains clusterDNS config for this cluster."
Expand Down Expand Up @@ -8899,6 +8907,23 @@
"format": "google-datetime",
"type": "string"
},
"eventType": {
"description": "The type of the event.",
"enum": [
"EVENT_TYPE_UNSPECIFIED",
"END_OF_SUPPORT"
],
"enumDescriptions": [
"EVENT_TYPE_UNSPECIFIED indicates the event type is unspecified.",
"END_OF_SUPPORT indicates GKE version reaches end of support, check standard_support_end_time and extended_support_end_time for more details."
],
"type": "string"
},
"extendedSupportEndTime": {
"description": "The end of extended support timestamp.",
"format": "google-datetime",
"type": "string"
},
"operation": {
"description": "The operation associated with this upgrade.",
"type": "string"
Expand All @@ -8921,6 +8946,11 @@
],
"type": "string"
},
"standardSupportEndTime": {
"description": "The end of standard support timestamp.",
"format": "google-datetime",
"type": "string"
},
"startTime": {
"description": "The time when the operation was started.",
"format": "google-datetime",
Expand Down
Loading

0 comments on commit 972ede2

Please sign in to comment.