Skip to content

Commit dd4076a

Browse files
feat(all): auto-regenerate discovery clients (#3181)
1 parent 57d1922 commit dd4076a

10 files changed

+1445
-85
lines changed

dataplex/v1/dataplex-api.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7027,7 +7027,7 @@
70277027
}
70287028
}
70297029
},
7030-
"revision": "20250520",
7030+
"revision": "20250525",
70317031
"rootUrl": "https://dataplex.googleapis.com/",
70327032
"schemas": {
70337033
"Empty": {
@@ -11245,6 +11245,10 @@
1124511245
"$ref": "GoogleCloudDataplexV1Entry",
1124611246
"description": "Information about an entry and its attached aspects."
1124711247
},
11248+
"entryLink": {
11249+
"$ref": "GoogleCloudDataplexV1EntryLink",
11250+
"description": "Information about the entry link. User should provide either one of the entry or entry_link. While providing entry_link, user should not provide update_mask and aspect_keys."
11251+
},
1124811252
"updateMask": {
1124911253
"description": "The fields to update, in paths that are relative to the Entry resource. Separate each field with a comma.In FULL entry sync mode, Dataplex includes the paths of all of the fields for an entry that can be modified, including aspects. This means that Dataplex replaces the existing entry with the entry in the metadata import file. All modifiable fields are updated, regardless of the fields that are listed in the update mask, and regardless of whether a field is present in the entry object.The update_mask field is ignored when an entry is created or re-created.In an aspect-only metadata job (when entry sync mode is NONE), set this value to aspects.Dataplex also determines which entries and aspects to modify by comparing the values and timestamps that you provide in the metadata import file with the values and timestamps that exist in your project. For more information, see Comparison logic (https://cloud.google.com/dataplex/docs/import-metadata#data-modification-logic).",
1125011254
"format": "google-fieldmask",
@@ -12288,12 +12292,24 @@
1228812292
"readOnly": true,
1228912293
"type": "string"
1229012294
},
12295+
"createdEntryLinks": {
12296+
"description": "Output only. The total number of entry links that were successfully created.",
12297+
"format": "int64",
12298+
"readOnly": true,
12299+
"type": "string"
12300+
},
1229112301
"deletedEntries": {
1229212302
"description": "Output only. The total number of entries that were deleted.",
1229312303
"format": "int64",
1229412304
"readOnly": true,
1229512305
"type": "string"
1229612306
},
12307+
"deletedEntryLinks": {
12308+
"description": "Output only. The total number of entry links that were successfully deleted.",
12309+
"format": "int64",
12310+
"readOnly": true,
12311+
"type": "string"
12312+
},
1229712313
"recreatedEntries": {
1229812314
"description": "Output only. The total number of entries that were recreated.",
1229912315
"format": "int64",
@@ -12306,6 +12322,12 @@
1230612322
"readOnly": true,
1230712323
"type": "string"
1230812324
},
12325+
"unchangedEntryLinks": {
12326+
"description": "Output only. The total number of entry links that were left unchanged.",
12327+
"format": "int64",
12328+
"readOnly": true,
12329+
"type": "string"
12330+
},
1230912331
"updateTime": {
1231012332
"description": "Output only. The time when the status was updated.",
1231112333
"format": "google-datetime",
@@ -12405,12 +12427,33 @@
1240512427
},
1240612428
"type": "array"
1240712429
},
12430+
"entryLinkTypes": {
12431+
"description": "Optional. The entry link types that are in scope for the import job, specified as relative resource names in the format projects/{project_number_or_id}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}. The job modifies only the entryLinks that belong to these entry link types.If the metadata import file attempts to create or delete an entry link whose entry link type isn't included in this list, the import job will skip those entry links.",
12432+
"items": {
12433+
"type": "string"
12434+
},
12435+
"type": "array"
12436+
},
1240812437
"entryTypes": {
1240912438
"description": "Required. The entry types that are in scope for the import job, specified as relative resource names in the format projects/{project_number_or_id}/locations/{location_id}/entryTypes/{entry_type_id}. The job modifies only the entries and aspects that belong to these entry types.If the metadata import file attempts to modify an entry whose type isn't included in this list, the import job is halted before modifying any entries or aspects.The location of an entry type must either match the location of the job, or the entry type must be global.",
1241012439
"items": {
1241112440
"type": "string"
1241212441
},
1241312442
"type": "array"
12443+
},
12444+
"glossaries": {
12445+
"description": "Optional. The glossaries that are in scope for the import job, specified as relative resource names in the format projects/{project_number_or_id}/locations/{location_id}/glossaries/{glossary_id}.While importing Business Glossary entries, the user must provide glossaries. While importing entries, the user does not have to provide glossaries. If the metadata import file attempts to modify Business Glossary entries whose glossary isn't included in this list, the import job will skip those entries.The location of a glossary must either match the location of the job, or the glossary must be global.",
12446+
"items": {
12447+
"type": "string"
12448+
},
12449+
"type": "array"
12450+
},
12451+
"referencedEntryScopes": {
12452+
"description": "Optional. Defines the scope of entries that can be referenced in the entry links.Currently, projects are supported as valid scopes. Format: projects/{project_number_or_id}If the metadata import file attempts to create an entry link which references an entry that is not in the scope, the import job will skip that entry link.",
12453+
"items": {
12454+
"type": "string"
12455+
},
12456+
"type": "array"
1241412457
}
1241512458
},
1241612459
"type": "object"

dataplex/v1/dataplex-gen.go

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

videointelligence/v1/videointelligence-api.json

Lines changed: 156 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
}
351351
}
352352
},
353-
"revision": "20250130",
353+
"revision": "20250521",
354354
"rootUrl": "https://videointelligence.googleapis.com/",
355355
"schemas": {
356356
"GoogleCloudVideointelligenceV1_AnnotateVideoProgress": {
@@ -560,6 +560,33 @@
560560
},
561561
"type": "object"
562562
},
563+
"GoogleCloudVideointelligenceV1_ExportToOutputUriStatus": {
564+
"description": "Status of exporting annotation response to user specified `output_uri`.",
565+
"id": "GoogleCloudVideointelligenceV1_ExportToOutputUriStatus",
566+
"properties": {
567+
"state": {
568+
"description": "Output only. State of the `output_uri` export.",
569+
"enum": [
570+
"STATE_UNSPECIFIED",
571+
"SUCCEEDED",
572+
"FAILED"
573+
],
574+
"enumDescriptions": [
575+
"Default value.",
576+
"Export succeeded.",
577+
"Export failed."
578+
],
579+
"readOnly": true,
580+
"type": "string"
581+
},
582+
"status": {
583+
"$ref": "GoogleRpc_Status",
584+
"description": "Output only. Only set if state is FAILED.",
585+
"readOnly": true
586+
}
587+
},
588+
"type": "object"
589+
},
563590
"GoogleCloudVideointelligenceV1_FaceAnnotation": {
564591
"deprecated": true,
565592
"description": "Deprecated. No effect.",
@@ -1217,6 +1244,10 @@
12171244
"description": "Annotation progress for a single video.",
12181245
"id": "GoogleCloudVideointelligenceV1_VideoAnnotationProgress",
12191246
"properties": {
1247+
"exportStatus": {
1248+
"$ref": "GoogleCloudVideointelligenceV1_ExportToOutputUriStatus",
1249+
"description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request."
1250+
},
12201251
"feature": {
12211252
"description": "Specifies which feature is being tracked if the request contains more than one feature.",
12221253
"enum": [
@@ -1619,6 +1650,33 @@
16191650
},
16201651
"type": "object"
16211652
},
1653+
"GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus": {
1654+
"description": "Status of exporting annotation response to user specified `output_uri`.",
1655+
"id": "GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus",
1656+
"properties": {
1657+
"state": {
1658+
"description": "Output only. State of the `output_uri` export.",
1659+
"enum": [
1660+
"STATE_UNSPECIFIED",
1661+
"SUCCEEDED",
1662+
"FAILED"
1663+
],
1664+
"enumDescriptions": [
1665+
"Default value.",
1666+
"Export succeeded.",
1667+
"Export failed."
1668+
],
1669+
"readOnly": true,
1670+
"type": "string"
1671+
},
1672+
"status": {
1673+
"$ref": "GoogleRpc_Status",
1674+
"description": "Output only. Only set if state is FAILED.",
1675+
"readOnly": true
1676+
}
1677+
},
1678+
"type": "object"
1679+
},
16221680
"GoogleCloudVideointelligenceV1beta2_FaceAnnotation": {
16231681
"deprecated": true,
16241682
"description": "Deprecated. No effect.",
@@ -2091,6 +2149,10 @@
20912149
"description": "Annotation progress for a single video.",
20922150
"id": "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress",
20932151
"properties": {
2152+
"exportStatus": {
2153+
"$ref": "GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus",
2154+
"description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request."
2155+
},
20942156
"feature": {
20952157
"description": "Specifies which feature is being tracked if the request contains more than one feature.",
20962158
"enum": [
@@ -2447,6 +2509,33 @@
24472509
},
24482510
"type": "object"
24492511
},
2512+
"GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus": {
2513+
"description": "Status of exporting annotation response to user specified `output_uri`.",
2514+
"id": "GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus",
2515+
"properties": {
2516+
"state": {
2517+
"description": "Output only. State of the `output_uri` export.",
2518+
"enum": [
2519+
"STATE_UNSPECIFIED",
2520+
"SUCCEEDED",
2521+
"FAILED"
2522+
],
2523+
"enumDescriptions": [
2524+
"Default value.",
2525+
"Export succeeded.",
2526+
"Export failed."
2527+
],
2528+
"readOnly": true,
2529+
"type": "string"
2530+
},
2531+
"status": {
2532+
"$ref": "GoogleRpc_Status",
2533+
"description": "Output only. Only set if state is FAILED.",
2534+
"readOnly": true
2535+
}
2536+
},
2537+
"type": "object"
2538+
},
24502539
"GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation": {
24512540
"deprecated": true,
24522541
"description": "Deprecated. No effect.",
@@ -2919,6 +3008,10 @@
29193008
"description": "Annotation progress for a single video.",
29203009
"id": "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress",
29213010
"properties": {
3011+
"exportStatus": {
3012+
"$ref": "GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus",
3013+
"description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request."
3014+
},
29223015
"feature": {
29233016
"description": "Specifies which feature is being tracked if the request contains more than one feature.",
29243017
"enum": [
@@ -3275,6 +3368,33 @@
32753368
},
32763369
"type": "object"
32773370
},
3371+
"GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus": {
3372+
"description": "Status of exporting annotation response to user specified `output_uri`.",
3373+
"id": "GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus",
3374+
"properties": {
3375+
"state": {
3376+
"description": "Output only. State of the `output_uri` export.",
3377+
"enum": [
3378+
"STATE_UNSPECIFIED",
3379+
"SUCCEEDED",
3380+
"FAILED"
3381+
],
3382+
"enumDescriptions": [
3383+
"Default value.",
3384+
"Export succeeded.",
3385+
"Export failed."
3386+
],
3387+
"readOnly": true,
3388+
"type": "string"
3389+
},
3390+
"status": {
3391+
"$ref": "GoogleRpc_Status",
3392+
"description": "Output only. Only set if state is FAILED.",
3393+
"readOnly": true
3394+
}
3395+
},
3396+
"type": "object"
3397+
},
32783398
"GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation": {
32793399
"deprecated": true,
32803400
"description": "Deprecated. No effect.",
@@ -3747,6 +3867,10 @@
37473867
"description": "Annotation progress for a single video.",
37483868
"id": "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress",
37493869
"properties": {
3870+
"exportStatus": {
3871+
"$ref": "GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus",
3872+
"description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request."
3873+
},
37503874
"feature": {
37513875
"description": "Specifies which feature is being tracked if the request contains more than one feature.",
37523876
"enum": [
@@ -4158,6 +4282,33 @@
41584282
},
41594283
"type": "object"
41604284
},
4285+
"GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus": {
4286+
"description": "Status of exporting annotation response to user specified `output_uri`.",
4287+
"id": "GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus",
4288+
"properties": {
4289+
"state": {
4290+
"description": "Output only. State of the `output_uri` export.",
4291+
"enum": [
4292+
"STATE_UNSPECIFIED",
4293+
"SUCCEEDED",
4294+
"FAILED"
4295+
],
4296+
"enumDescriptions": [
4297+
"Default value.",
4298+
"Export succeeded.",
4299+
"Export failed."
4300+
],
4301+
"readOnly": true,
4302+
"type": "string"
4303+
},
4304+
"status": {
4305+
"$ref": "GoogleRpc_Status",
4306+
"description": "Output only. Only set if state is FAILED.",
4307+
"readOnly": true
4308+
}
4309+
},
4310+
"type": "object"
4311+
},
41614312
"GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation": {
41624313
"deprecated": true,
41634314
"description": "Deprecated. No effect.",
@@ -4702,6 +4853,10 @@
47024853
"description": "Annotation progress for a single video.",
47034854
"id": "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress",
47044855
"properties": {
4856+
"exportStatus": {
4857+
"$ref": "GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus",
4858+
"description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request."
4859+
},
47054860
"feature": {
47064861
"description": "Specifies which feature is being tracked if the request contains more than one feature.",
47074862
"enum": [

0 commit comments

Comments
 (0)