Skip to content

Commit 96d4d98

Browse files
feat(all): auto-regenerate discovery clients (#3231)
1 parent d5fa61e commit 96d4d98

File tree

6 files changed

+161
-31
lines changed

6 files changed

+161
-31
lines changed

dataform/v1beta1/dataform-api.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@
21472147
}
21482148
}
21492149
},
2150-
"revision": "20250608",
2150+
"revision": "20250708",
21512151
"rootUrl": "https://dataform.googleapis.com/",
21522152
"schemas": {
21532153
"ActionErrorTable": {
@@ -2977,6 +2977,21 @@
29772977
},
29782978
"type": "object"
29792979
},
2980+
"IamPolicyOverrideView": {
2981+
"description": "Contains metadata about the IAM policy override for a given Dataform resource. If is_active is true, this the policy encoded in iam_policy_name is the source of truth for this resource. Will be provided in internal ESV2 views for: Workspaces, Repositories, Folders, TeamFolders.",
2982+
"id": "IamPolicyOverrideView",
2983+
"properties": {
2984+
"iamPolicyName": {
2985+
"$ref": "PolicyName",
2986+
"description": "The IAM policy name for the resource."
2987+
},
2988+
"isActive": {
2989+
"description": "Whether the IAM policy encoded in this view is active.",
2990+
"type": "boolean"
2991+
}
2992+
},
2993+
"type": "object"
2994+
},
29802995
"IncrementalLoadMode": {
29812996
"description": "Load definition for incremental load modes",
29822997
"id": "IncrementalLoadMode",
@@ -3547,6 +3562,25 @@
35473562
},
35483563
"type": "object"
35493564
},
3565+
"PolicyName": {
3566+
"description": "An internal name for an IAM policy, based on the resource to which the policy applies. Not to be confused with a resource's external full resource name. For more information on this distinction, see go/iam-full-resource-names.",
3567+
"id": "PolicyName",
3568+
"properties": {
3569+
"id": {
3570+
"description": "Identifies an instance of the type. ID format varies by type. The ID format is defined in the IAM .service file that defines the type, either in path_mapping or in a comment.",
3571+
"type": "string"
3572+
},
3573+
"region": {
3574+
"description": "For Cloud IAM: The location of the Policy. Must be empty or \"global\" for Policies owned by global IAM. Must name a region from prodspec/cloud-iam-cloudspec for Regional IAM Policies, see go/iam-faq#where-is-iam-currently-deployed. For Local IAM: This field should be set to \"local\".",
3575+
"type": "string"
3576+
},
3577+
"type": {
3578+
"description": "Resource type. Types are defined in IAM's .service files. Valid values for type might be 'storage_buckets', 'compute_instances', 'resourcemanager_customers', 'billing_accounts', etc.",
3579+
"type": "string"
3580+
}
3581+
},
3582+
"type": "object"
3583+
},
35503584
"PullGitCommitsRequest": {
35513585
"description": "`PullGitCommits` request message.",
35523586
"id": "PullGitCommitsRequest",

dataform/v1beta1/dataform-gen.go

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

searchconsole/v1/searchconsole-api.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
}
401401
}
402402
},
403-
"revision": "20250409",
403+
"revision": "20250713",
404404
"rootUrl": "https://searchconsole.googleapis.com/",
405405
"schemas": {
406406
"AmpInspectionResult": {
@@ -872,6 +872,18 @@
872872
},
873873
"type": "object"
874874
},
875+
"Metadata": {
876+
"id": "Metadata",
877+
"properties": {
878+
"firstIncompleteDate": {
879+
"type": "string"
880+
},
881+
"firstIncompleteHour": {
882+
"type": "string"
883+
}
884+
},
885+
"type": "object"
886+
},
875887
"MobileFriendlyIssue": {
876888
"description": "Mobile-friendly issue.",
877889
"id": "MobileFriendlyIssue",
@@ -1238,6 +1250,9 @@
12381250
"description": "A list of rows, one per result, grouped by key. Metrics in each row are aggregated for all data grouped by that key either by page or property, as specified by the aggregation type parameter.",
12391251
"id": "SearchAnalyticsQueryResponse",
12401252
"properties": {
1253+
"metadata": {
1254+
"$ref": "Metadata"
1255+
},
12411256
"responseAggregationType": {
12421257
"description": "How the results were aggregated.",
12431258
"enum": [

searchconsole/v1/searchconsole-gen.go

Lines changed: 26 additions & 4 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3406,7 +3406,7 @@
34063406
}
34073407
}
34083408
},
3409-
"revision": "20250625",
3409+
"revision": "20250708",
34103410
"rootUrl": "https://spanner.googleapis.com/",
34113411
"schemas": {
34123412
"AdaptMessageRequest": {
@@ -3844,7 +3844,7 @@
38443844
"id": "BatchWriteRequest",
38453845
"properties": {
38463846
"excludeTxnFromChangeStreams": {
3847-
"description": "Optional. When `exclude_txn_from_change_streams` is set to `true`: * Modifications from all transactions in this batch write operation are not be recorded in change streams with DDL option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. * Modifications from all transactions in this batch write operation are recorded in change streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not set, Modifications from all transactions in this batch write operation are recorded in all change streams that are tracking columns modified by these transactions.",
3847+
"description": "Optional. If you don't set the `exclude_txn_from_change_streams` option or if it's set to `false`, then any change streams monitoring columns modified by transactions will capture the updates made within that transaction.",
38483848
"type": "boolean"
38493849
},
38503850
"mutationGroups": {
@@ -4703,12 +4703,12 @@
47034703
"id": "DatabaseMoveConfig",
47044704
"properties": {
47054705
"databaseId": {
4706-
"description": "Required. The unique identifier of the database resource in the Instance. For example if the database uri is projects/foo/instances/bar/databases/baz, the id to supply here is baz.",
4706+
"description": "Required. The unique identifier of the database resource in the Instance. For example, if the database uri is `projects/foo/instances/bar/databases/baz`, then the id to supply here is baz.",
47074707
"type": "string"
47084708
},
47094709
"encryptionConfig": {
47104710
"$ref": "InstanceEncryptionConfig",
4711-
"description": "Optional. Encryption configuration to be used for the database in target configuration. Should be specified for every database which currently uses CMEK encryption. If a database currently uses GOOGLE_MANAGED encryption and a target encryption config is not specified, it defaults to GOOGLE_MANAGED. If a database currently uses Google-managed encryption and a target encryption config is specified, the request is rejected. If a database currently uses CMEK encryption, a target encryption config must be specified. You cannot move a CMEK database to a Google-managed encryption database by MoveInstance."
4711+
"description": "Optional. Encryption configuration to be used for the database in the target configuration. The encryption configuration must be specified for every database which currently uses CMEK encryption. If a database currently uses Google-managed encryption and a target encryption configuration is not specified, then the database defaults to Google-managed encryption. If a database currently uses Google-managed encryption and a target CMEK encryption is specified, the request is rejected. If a database currently uses CMEK encryption, then a target encryption configuration must be specified. You can't move a CMEK database to a Google-managed encryption database using the MoveInstance API."
47124712
}
47134713
},
47144714
"type": "object"

spanner/v1/spanner-gen.go

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

0 commit comments

Comments
 (0)