Skip to content

Commit ceceb79

Browse files
feat(all): auto-regenerate discovery clients (#3240)
1 parent 643a061 commit ceceb79

17 files changed

+154
-55
lines changed

dlp/v2/dlp-api.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5118,7 +5118,7 @@
51185118
}
51195119
}
51205120
},
5121-
"revision": "20250629",
5121+
"revision": "20250713",
51225122
"rootUrl": "https://dlp.googleapis.com/",
51235123
"schemas": {
51245124
"GooglePrivacyDlpV2Action": {
@@ -8271,6 +8271,21 @@
82718271
},
82728272
"type": "object"
82738273
},
8274+
"GooglePrivacyDlpV2DocumentFallbackLocation": {
8275+
"description": "Configure document processing to fall back to the configured processing option below if document processing is unavailable in the original request location.",
8276+
"id": "GooglePrivacyDlpV2DocumentFallbackLocation",
8277+
"properties": {
8278+
"globalProcessing": {
8279+
"$ref": "GooglePrivacyDlpV2GlobalProcessing",
8280+
"description": "Processing will happen in the global region."
8281+
},
8282+
"multiRegionProcessing": {
8283+
"$ref": "GooglePrivacyDlpV2MultiRegionProcessing",
8284+
"description": "Processing will happen in a multi-region that contains the current region if available."
8285+
}
8286+
},
8287+
"type": "object"
8288+
},
82748289
"GooglePrivacyDlpV2DocumentLocation": {
82758290
"description": "Location of a finding within a document.",
82768291
"id": "GooglePrivacyDlpV2DocumentLocation",
@@ -10878,6 +10893,10 @@
1087810893
"description": "Configure processing location for discovery and inspection. For example, image OCR is only provided in limited regions but configuring ProcessingLocation will redirect OCR to a location where OCR is provided.",
1087910894
"id": "GooglePrivacyDlpV2ProcessingLocation",
1088010895
"properties": {
10896+
"documentFallbackLocation": {
10897+
"$ref": "GooglePrivacyDlpV2DocumentFallbackLocation",
10898+
"description": "Document processing will fall back using this configuration."
10899+
},
1088110900
"imageFallbackLocation": {
1088210901
"$ref": "GooglePrivacyDlpV2ImageFallbackLocation",
1088310902
"description": "Image processing will fall back using this configuration."

dlp/v2/dlp-gen.go

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

documentai/v1/documentai-api.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@
10481048
}
10491049
}
10501050
},
1051-
"revision": "20250616",
1051+
"revision": "20250716",
10521052
"rootUrl": "https://documentai.googleapis.com/",
10531053
"schemas": {
10541054
"GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata": {
@@ -4560,8 +4560,9 @@
45604560
"id": "GoogleCloudDocumentaiV1Processor",
45614561
"properties": {
45624562
"createTime": {
4563-
"description": "The time the processor was created.",
4563+
"description": "Output only. The time the processor was created.",
45644564
"format": "google-datetime",
4565+
"readOnly": true,
45654566
"type": "string"
45664567
},
45674568
"defaultProcessorVersion": {
@@ -4713,21 +4714,24 @@
47134714
"id": "GoogleCloudDocumentaiV1ProcessorVersion",
47144715
"properties": {
47154716
"createTime": {
4716-
"description": "The time the processor version was created.",
4717+
"description": "Output only. The time the processor version was created.",
47174718
"format": "google-datetime",
4719+
"readOnly": true,
47184720
"type": "string"
47194721
},
47204722
"deprecationInfo": {
47214723
"$ref": "GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo",
4722-
"description": "If set, information about the eventual deprecation of this version."
4724+
"description": "Output only. If set, information about the eventual deprecation of this version.",
4725+
"readOnly": true
47234726
},
47244727
"displayName": {
47254728
"description": "The display name of the processor version.",
47264729
"type": "string"
47274730
},
47284731
"documentSchema": {
47294732
"$ref": "GoogleCloudDocumentaiV1DocumentSchema",
4730-
"description": "The schema of the processor version. Describes the output."
4733+
"description": "Output only. The schema of the processor version. Describes the output.",
4734+
"readOnly": true
47314735
},
47324736
"genAiModelInfo": {
47334737
"$ref": "GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfo",
@@ -4740,16 +4744,19 @@
47404744
"type": "boolean"
47414745
},
47424746
"kmsKeyName": {
4743-
"description": "The KMS key name used for encryption.",
4747+
"description": "Output only. The KMS key name used for encryption.",
4748+
"readOnly": true,
47444749
"type": "string"
47454750
},
47464751
"kmsKeyVersionName": {
4747-
"description": "The KMS key version with which data is encrypted.",
4752+
"description": "Output only. The KMS key version with which data is encrypted.",
4753+
"readOnly": true,
47484754
"type": "string"
47494755
},
47504756
"latestEvaluation": {
47514757
"$ref": "GoogleCloudDocumentaiV1EvaluationReference",
4752-
"description": "The most recently invoked evaluation for the processor version."
4758+
"description": "Output only. The most recently invoked evaluation for the processor version.",
4759+
"readOnly": true
47534760
},
47544761
"modelType": {
47554762
"description": "Output only. The model type of this processor version.",

documentai/v1/documentai-gen.go

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

documentai/v1beta3/documentai-api.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@
12901290
}
12911291
}
12921292
},
1293-
"revision": "20250616",
1293+
"revision": "20250716",
12941294
"rootUrl": "https://documentai.googleapis.com/",
12951295
"schemas": {
12961296
"GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata": {
@@ -5986,8 +5986,9 @@
59865986
"id": "GoogleCloudDocumentaiV1beta3Processor",
59875987
"properties": {
59885988
"createTime": {
5989-
"description": "The time the processor was created.",
5989+
"description": "Output only. The time the processor was created.",
59905990
"format": "google-datetime",
5991+
"readOnly": true,
59915992
"type": "string"
59925993
},
59935994
"defaultProcessorVersion": {
@@ -6139,21 +6140,24 @@
61396140
"id": "GoogleCloudDocumentaiV1beta3ProcessorVersion",
61406141
"properties": {
61416142
"createTime": {
6142-
"description": "The time the processor version was created.",
6143+
"description": "Output only. The time the processor version was created.",
61436144
"format": "google-datetime",
6145+
"readOnly": true,
61446146
"type": "string"
61456147
},
61466148
"deprecationInfo": {
61476149
"$ref": "GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo",
6148-
"description": "If set, information about the eventual deprecation of this version."
6150+
"description": "Output only. If set, information about the eventual deprecation of this version.",
6151+
"readOnly": true
61496152
},
61506153
"displayName": {
61516154
"description": "The display name of the processor version.",
61526155
"type": "string"
61536156
},
61546157
"documentSchema": {
61556158
"$ref": "GoogleCloudDocumentaiV1beta3DocumentSchema",
6156-
"description": "The schema of the processor version. Describes the output."
6159+
"description": "Output only. The schema of the processor version. Describes the output.",
6160+
"readOnly": true
61576161
},
61586162
"genAiModelInfo": {
61596163
"$ref": "GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo",
@@ -6166,16 +6170,19 @@
61666170
"type": "boolean"
61676171
},
61686172
"kmsKeyName": {
6169-
"description": "The KMS key name used for encryption.",
6173+
"description": "Output only. The KMS key name used for encryption.",
6174+
"readOnly": true,
61706175
"type": "string"
61716176
},
61726177
"kmsKeyVersionName": {
6173-
"description": "The KMS key version with which data is encrypted.",
6178+
"description": "Output only. The KMS key version with which data is encrypted.",
6179+
"readOnly": true,
61746180
"type": "string"
61756181
},
61766182
"latestEvaluation": {
61776183
"$ref": "GoogleCloudDocumentaiV1beta3EvaluationReference",
6178-
"description": "The most recently invoked evaluation for the processor version."
6184+
"description": "Output only. The most recently invoked evaluation for the processor version.",
6185+
"readOnly": true
61796186
},
61806187
"modelType": {
61816188
"description": "Output only. The model type of this processor version.",

documentai/v1beta3/documentai-gen.go

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

gkehub/v1beta1/gkehub-api.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@
718718
}
719719
}
720720
},
721-
"revision": "20250415",
721+
"revision": "20250715",
722722
"rootUrl": "https://gkehub.googleapis.com/",
723723
"schemas": {
724724
"ApplianceCluster": {
@@ -1197,6 +1197,19 @@
11971197
"readOnly": true,
11981198
"type": "string"
11991199
},
1200+
"membershipType": {
1201+
"description": "Output only. The type of the membership.",
1202+
"enum": [
1203+
"MEMBERSHIP_TYPE_UNSPECIFIED",
1204+
"LIGHTWEIGHT"
1205+
],
1206+
"enumDescriptions": [
1207+
"The MembershipType is not set.",
1208+
"The membership supports only lightweight compatible features."
1209+
],
1210+
"readOnly": true,
1211+
"type": "string"
1212+
},
12001213
"monitoringConfig": {
12011214
"$ref": "MonitoringConfig",
12021215
"description": "Optional. The monitoring config information for this membership."

gkehub/v1beta1/gkehub-gen.go

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

0 commit comments

Comments
 (0)