Skip to content

Commit b4d7fc9

Browse files
feat(all): auto-regenerate discovery clients (#2994)
1 parent 6db0d5a commit b4d7fc9

File tree

6 files changed

+56
-63
lines changed

6 files changed

+56
-63
lines changed

networksecurity/v1/networksecurity-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3431,7 +3431,7 @@
34313431
}
34323432
}
34333433
},
3434-
"revision": "20241202",
3434+
"revision": "20250126",
34353435
"rootUrl": "https://networksecurity.googleapis.com/",
34363436
"schemas": {
34373437
"AddAddressGroupItemsRequest": {
@@ -5157,6 +5157,12 @@
51575157
"description": "Optional. Reference to a SecurityProfile with the CustomMirroring configuration.",
51585158
"type": "string"
51595159
},
5160+
"dataPathId": {
5161+
"description": "Output only. Identifier used by the data-path. Unique within {container, location}.",
5162+
"format": "uint64",
5163+
"readOnly": true,
5164+
"type": "string"
5165+
},
51605166
"description": {
51615167
"description": "Optional. An optional description of the profile group. Max length 2048 characters.",
51625168
"type": "string"

networksecurity/v1/networksecurity-gen.go

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

networksecurity/v1beta1/networksecurity-api.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4887,7 +4887,7 @@
48874887
}
48884888
}
48894889
},
4890-
"revision": "20250118",
4890+
"revision": "20250126",
48914891
"rootUrl": "https://networksecurity.googleapis.com/",
48924892
"schemas": {
48934893
"AddAddressGroupItemsRequest": {
@@ -6941,6 +6941,10 @@
69416941
"readOnly": true,
69426942
"type": "string"
69436943
},
6944+
"description": {
6945+
"description": "Optional. User-provided description of the deployment. Used as additional context for the deployment.",
6946+
"type": "string"
6947+
},
69446948
"forwardingRule": {
69456949
"description": "Required. Immutable. The regional load balancer which the mirrored traffic should be forwarded to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule}",
69466950
"type": "string"
@@ -7013,6 +7017,10 @@
70137017
"readOnly": true,
70147018
"type": "string"
70157019
},
7020+
"description": {
7021+
"description": "Optional. User-provided description of the deployment group. Used as additional context for the deployment group.",
7022+
"type": "string"
7023+
},
70167024
"labels": {
70177025
"additionalProperties": {
70187026
"type": "string"
@@ -7089,6 +7097,10 @@
70897097
"readOnly": true,
70907098
"type": "string"
70917099
},
7100+
"description": {
7101+
"description": "Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.",
7102+
"type": "string"
7103+
},
70927104
"labels": {
70937105
"additionalProperties": {
70947106
"type": "string"
@@ -7485,6 +7497,12 @@
74857497
"description": "Optional. Reference to a SecurityProfile with the CustomMirroring configuration.",
74867498
"type": "string"
74877499
},
7500+
"dataPathId": {
7501+
"description": "Output only. Identifier used by the data-path. Unique within {container, location}.",
7502+
"format": "uint64",
7503+
"readOnly": true,
7504+
"type": "string"
7505+
},
74887506
"description": {
74897507
"description": "Optional. An optional description of the profile group. Max length 2048 characters.",
74907508
"type": "string"

networksecurity/v1beta1/networksecurity-gen.go

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

spanner/v1/spanner-api.json

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3348,7 +3348,7 @@
33483348
}
33493349
}
33503350
},
3351-
"revision": "20250120",
3351+
"revision": "20250123",
33523352
"rootUrl": "https://spanner.googleapis.com/",
33533353
"schemas": {
33543354
"AddSplitPointsRequest": {
@@ -3544,14 +3544,6 @@
35443544
"readOnly": true,
35453545
"type": "string"
35463546
},
3547-
"instancePartitions": {
3548-
"description": "Output only. The instance partition(s) storing the backup. This is the same as the list of the instance partition(s) that the database had footprint in at the backup's `version_time`.",
3549-
"items": {
3550-
"$ref": "BackupInstancePartition"
3551-
},
3552-
"readOnly": true,
3553-
"type": "array"
3554-
},
35553547
"maxExpireTime": {
35563548
"description": "Output only. The max allowed expiration time of the backup, with microseconds granularity. A backup's expiration time can be configured in multiple APIs: CreateBackup, UpdateBackup, CopyBackup. When updating or copying an existing backup, the expiration time specified must be less than `Backup.max_expire_time`.",
35573549
"format": "google-datetime",
@@ -3638,24 +3630,13 @@
36383630
},
36393631
"type": "object"
36403632
},
3641-
"BackupInstancePartition": {
3642-
"description": "Instance partition information for the backup.",
3643-
"id": "BackupInstancePartition",
3644-
"properties": {
3645-
"instancePartition": {
3646-
"description": "A unique identifier for the instance partition. Values are of the form `projects//instances//instancePartitions/`",
3647-
"type": "string"
3648-
}
3649-
},
3650-
"type": "object"
3651-
},
36523633
"BackupSchedule": {
36533634
"description": "BackupSchedule expresses the automated backup creation specification for a Spanner database.",
36543635
"id": "BackupSchedule",
36553636
"properties": {
36563637
"encryptionConfig": {
36573638
"$ref": "CreateBackupEncryptionConfig",
3658-
"description": "Optional. The encryption configuration that is used to encrypt the backup. If this field is not specified, the backup uses the same encryption configuration as the database."
3639+
"description": "Optional. The encryption configuration that will be used to encrypt the backup. If this field is not specified, the backup will use the same encryption configuration as the database."
36593640
},
36603641
"fullBackupSpec": {
36613642
"$ref": "FullBackupSpec",
@@ -4324,21 +4305,21 @@
43244305
"type": "object"
43254306
},
43264307
"CrontabSpec": {
4327-
"description": "CrontabSpec can be used to specify the version time and frequency at which the backup is created.",
4308+
"description": "CrontabSpec can be used to specify the version time and frequency at which the backup should be created.",
43284309
"id": "CrontabSpec",
43294310
"properties": {
43304311
"creationWindow": {
4331-
"description": "Output only. Scheduled backups contain an externally consistent copy of the database at the version time specified in `schedule_spec.cron_spec`. However, Spanner might not initiate the creation of the scheduled backups at that version time. Spanner initiates the creation of scheduled backups within the time window bounded by the version_time specified in `schedule_spec.cron_spec` and version_time + `creation_window`.",
4312+
"description": "Output only. Schedule backups will contain an externally consistent copy of the database at the version time specified in `schedule_spec.cron_spec`. However, Spanner may not initiate the creation of the scheduled backups at that version time. Spanner will initiate the creation of scheduled backups within the time window bounded by the version_time specified in `schedule_spec.cron_spec` and version_time + `creation_window`.",
43324313
"format": "google-duration",
43334314
"readOnly": true,
43344315
"type": "string"
43354316
},
43364317
"text": {
4337-
"description": "Required. Textual representation of the crontab. User can customize the backup frequency and the backup version time using the cron expression. The version time must be in UTC timezone. The backup will contain an externally consistent copy of the database at the version time. Full backups must be scheduled a minimum of 12 hours apart and incremental backups must be scheduled a minimum of 4 hours apart. Examples of valid cron specifications: * `0 2/12 * * *` : every 12 hours at (2, 14) hours past midnight in UTC. * `0 2,14 * * *` : every 12 hours at (2, 14) hours past midnight in UTC. * `0 */4 * * *` : (incremental backups only) every 4 hours at (0, 4, 8, 12, 16, 20) hours past midnight in UTC. * `0 2 * * *` : once a day at 2 past midnight in UTC. * `0 2 * * 0` : once a week every Sunday at 2 past midnight in UTC. * `0 2 8 * *` : once a month on 8th day at 2 past midnight in UTC.",
4318+
"description": "Required. Textual representation of the crontab. User can customize the backup frequency and the backup version time using the cron expression. The version time must be in UTC timezone. The backup will contain an externally consistent copy of the database at the version time. Full backups must be scheduled a minimum of 12 hours apart and incremental backups must be scheduled a minimum of 4 hours apart. Examples of valid cron specifications: * `0 2/12 * * *` : every 12 hours at (2, 14) hours past midnight in UTC. * `0 2,14 * * *` : every 12 hours at (2,14) hours past midnight in UTC. * `0 */4 * * *` : (incremental backups only) every 4 hours at (0, 4, 8, 12, 16, 20) hours past midnight in UTC. * `0 2 * * *` : once a day at 2 past midnight in UTC. * `0 2 * * 0` : once a week every Sunday at 2 past midnight in UTC. * `0 2 8 * *` : once a month on 8th day at 2 past midnight in UTC.",
43384319
"type": "string"
43394320
},
43404321
"timeZone": {
4341-
"description": "Output only. The time zone of the times in `CrontabSpec.text`. Currently, only UTC is supported.",
4322+
"description": "Output only. The time zone of the times in `CrontabSpec.text`. Currently only UTC is supported.",
43424323
"readOnly": true,
43434324
"type": "string"
43444325
}

spanner/v1/spanner-gen.go

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

0 commit comments

Comments
 (0)