Skip to content

Commit 57e19b3

Browse files
feat(all): auto-regenerate discovery clients (#2488)
1 parent b0eaf37 commit 57e19b3

34 files changed

+3207
-244
lines changed

alloydb/v1/alloydb-api.json

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,9 +1461,20 @@
14611461
}
14621462
}
14631463
},
1464-
"revision": "20240306",
1464+
"revision": "20240315",
14651465
"rootUrl": "https://alloydb.googleapis.com/",
14661466
"schemas": {
1467+
"AuthorizedNetwork": {
1468+
"description": "AuthorizedNetwork contains metadata for an authorized network.",
1469+
"id": "AuthorizedNetwork",
1470+
"properties": {
1471+
"cidrRange": {
1472+
"description": "CIDR range for one authorzied network of the instance.",
1473+
"type": "string"
1474+
}
1475+
},
1476+
"type": "object"
1477+
},
14671478
"AutomatedBackupPolicy": {
14681479
"description": "Message describing the user-specified automated backup policy. All fields in the automated backup policy are optional. Defaults for each field are provided if they are not set.",
14691480
"id": "AutomatedBackupPolicy",
@@ -1947,6 +1958,11 @@
19471958
"name": {
19481959
"description": "The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters/*/instances/*/connectionInfo This field currently has no semantic meaning.",
19491960
"type": "string"
1961+
},
1962+
"publicIpAddress": {
1963+
"description": "Output only. The public IP addresses for the Instance. This is available ONLY when enable_public_ip is set. This is the connection endpoint for an end-user application.",
1964+
"readOnly": true,
1965+
"type": "string"
19501966
}
19511967
},
19521968
"type": "object"
@@ -2304,6 +2320,10 @@
23042320
"readOnly": true,
23052321
"type": "string"
23062322
},
2323+
"networkConfig": {
2324+
"$ref": "InstanceNetworkConfig",
2325+
"description": "Optional. Instance level network configuration."
2326+
},
23072327
"nodes": {
23082328
"description": "Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.",
23092329
"items": {
@@ -2312,6 +2332,11 @@
23122332
"readOnly": true,
23132333
"type": "array"
23142334
},
2335+
"publicIpAddress": {
2336+
"description": "Output only. The public IP addresses for the Instance. This is available ONLY when enable_public_ip is set. This is the connection endpoint for an end-user application.",
2337+
"readOnly": true,
2338+
"type": "string"
2339+
},
23152340
"queryInsightsConfig": {
23162341
"$ref": "QueryInsightsInstanceConfig",
23172342
"description": "Configuration for query insights."
@@ -2376,6 +2401,24 @@
23762401
},
23772402
"type": "object"
23782403
},
2404+
"InstanceNetworkConfig": {
2405+
"description": "Metadata related to instance level network configuration.",
2406+
"id": "InstanceNetworkConfig",
2407+
"properties": {
2408+
"authorizedExternalNetworks": {
2409+
"description": "Optional. A list of external network authorized to access this instance.",
2410+
"items": {
2411+
"$ref": "AuthorizedNetwork"
2412+
},
2413+
"type": "array"
2414+
},
2415+
"enablePublicIp": {
2416+
"description": "Optional. Enabling public ip for the instance.",
2417+
"type": "boolean"
2418+
}
2419+
},
2420+
"type": "object"
2421+
},
23792422
"IntegerRestrictions": {
23802423
"description": "Restrictions on INTEGER type values.",
23812424
"id": "IntegerRestrictions",
@@ -3257,7 +3300,7 @@
32573300
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
32583301
"SIGNAL_TYPE_RESTRICT_AUTHORIZED_NETWORKS",
32593302
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP",
3260-
"SIGNAL_TYPE_CLUSTER_QUOTA_LIMIT",
3303+
"SIGNAL_TYPE_QUOTA_LIMIT",
32613304
"SIGNAL_TYPE_NO_PASSWORD_POLICY",
32623305
"SIGNAL_TYPE_CONNECTIONS_PERFORMANCE_IMPACT",
32633306
"SIGNAL_TYPE_TMP_TABLES_PERFORMANCE_IMPACT",
@@ -3736,7 +3779,7 @@
37363779
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
37373780
"SIGNAL_TYPE_RESTRICT_AUTHORIZED_NETWORKS",
37383781
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP",
3739-
"SIGNAL_TYPE_CLUSTER_QUOTA_LIMIT",
3782+
"SIGNAL_TYPE_QUOTA_LIMIT",
37403783
"SIGNAL_TYPE_NO_PASSWORD_POLICY",
37413784
"SIGNAL_TYPE_CONNECTIONS_PERFORMANCE_IMPACT",
37423785
"SIGNAL_TYPE_TMP_TABLES_PERFORMANCE_IMPACT",

alloydb/v1/alloydb-gen.go

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

alloydb/v1alpha/alloydb-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@
14611461
}
14621462
}
14631463
},
1464-
"revision": "20240306",
1464+
"revision": "20240315",
14651465
"rootUrl": "https://alloydb.googleapis.com/",
14661466
"schemas": {
14671467
"AuthorizedNetwork": {
@@ -3598,7 +3598,7 @@
35983598
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
35993599
"SIGNAL_TYPE_RESTRICT_AUTHORIZED_NETWORKS",
36003600
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP",
3601-
"SIGNAL_TYPE_CLUSTER_QUOTA_LIMIT",
3601+
"SIGNAL_TYPE_QUOTA_LIMIT",
36023602
"SIGNAL_TYPE_NO_PASSWORD_POLICY",
36033603
"SIGNAL_TYPE_CONNECTIONS_PERFORMANCE_IMPACT",
36043604
"SIGNAL_TYPE_TMP_TABLES_PERFORMANCE_IMPACT",
@@ -4077,7 +4077,7 @@
40774077
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
40784078
"SIGNAL_TYPE_RESTRICT_AUTHORIZED_NETWORKS",
40794079
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP",
4080-
"SIGNAL_TYPE_CLUSTER_QUOTA_LIMIT",
4080+
"SIGNAL_TYPE_QUOTA_LIMIT",
40814081
"SIGNAL_TYPE_NO_PASSWORD_POLICY",
40824082
"SIGNAL_TYPE_CONNECTIONS_PERFORMANCE_IMPACT",
40834083
"SIGNAL_TYPE_TMP_TABLES_PERFORMANCE_IMPACT",

alloydb/v1alpha/alloydb-gen.go

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

alloydb/v1beta/alloydb-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@
14581458
}
14591459
}
14601460
},
1461-
"revision": "20240306",
1461+
"revision": "20240315",
14621462
"rootUrl": "https://alloydb.googleapis.com/",
14631463
"schemas": {
14641464
"AuthorizedNetwork": {
@@ -3574,7 +3574,7 @@
35743574
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
35753575
"SIGNAL_TYPE_RESTRICT_AUTHORIZED_NETWORKS",
35763576
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP",
3577-
"SIGNAL_TYPE_CLUSTER_QUOTA_LIMIT",
3577+
"SIGNAL_TYPE_QUOTA_LIMIT",
35783578
"SIGNAL_TYPE_NO_PASSWORD_POLICY",
35793579
"SIGNAL_TYPE_CONNECTIONS_PERFORMANCE_IMPACT",
35803580
"SIGNAL_TYPE_TMP_TABLES_PERFORMANCE_IMPACT",
@@ -4053,7 +4053,7 @@
40534053
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
40544054
"SIGNAL_TYPE_RESTRICT_AUTHORIZED_NETWORKS",
40554055
"SIGNAL_TYPE_VIOLATE_POLICY_RESTRICT_PUBLIC_IP",
4056-
"SIGNAL_TYPE_CLUSTER_QUOTA_LIMIT",
4056+
"SIGNAL_TYPE_QUOTA_LIMIT",
40574057
"SIGNAL_TYPE_NO_PASSWORD_POLICY",
40584058
"SIGNAL_TYPE_CONNECTIONS_PERFORMANCE_IMPACT",
40594059
"SIGNAL_TYPE_TMP_TABLES_PERFORMANCE_IMPACT",

alloydb/v1beta/alloydb-gen.go

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

batch/v1/batch-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"baseUrl": "https://batch.googleapis.com/",
1313
"batchPath": "batch",
1414
"canonicalName": "Batch",
15-
"description": "An API to manage the running of batch resources on Google Cloud Platform.",
15+
"description": "An API to manage the running of Batch resources on Google Cloud Platform.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/batch/",
1818
"fullyEncodeReservedExpansion": true,
@@ -561,7 +561,7 @@
561561
}
562562
}
563563
},
564-
"revision": "20240206",
564+
"revision": "20240315",
565565
"rootUrl": "https://batch.googleapis.com/",
566566
"schemas": {
567567
"Accelerator": {
@@ -907,7 +907,7 @@
907907
"description": "Environment variables to set before running the Task."
908908
},
909909
"maxRunDuration": {
910-
"description": "Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit.",
910+
"description": "Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit. The valid value range for max_run_duration in seconds is [0, 315576000000.999999999],",
911911
"format": "google-duration",
912912
"type": "string"
913913
},
@@ -2193,7 +2193,7 @@
21932193
"type": "integer"
21942194
},
21952195
"maxRunDuration": {
2196-
"description": "Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit.",
2196+
"description": "Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit. The valid value range for max_run_duration in seconds is [0, 315576000000.999999999],",
21972197
"format": "google-duration",
21982198
"type": "string"
21992199
},

batch/v1/batch-gen.go

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

0 commit comments

Comments
 (0)