Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 44 additions & 1 deletion dataplex/v1/dataplex-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -7027,7 +7027,7 @@
}
}
},
"revision": "20250520",
"revision": "20250525",
"rootUrl": "https://dataplex.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -11245,6 +11245,10 @@
"$ref": "GoogleCloudDataplexV1Entry",
"description": "Information about an entry and its attached aspects."
},
"entryLink": {
"$ref": "GoogleCloudDataplexV1EntryLink",
"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."
},
"updateMask": {
"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).",
"format": "google-fieldmask",
Expand Down Expand Up @@ -12288,12 +12292,24 @@
"readOnly": true,
"type": "string"
},
"createdEntryLinks": {
"description": "Output only. The total number of entry links that were successfully created.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"deletedEntries": {
"description": "Output only. The total number of entries that were deleted.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"deletedEntryLinks": {
"description": "Output only. The total number of entry links that were successfully deleted.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"recreatedEntries": {
"description": "Output only. The total number of entries that were recreated.",
"format": "int64",
Expand All @@ -12306,6 +12322,12 @@
"readOnly": true,
"type": "string"
},
"unchangedEntryLinks": {
"description": "Output only. The total number of entry links that were left unchanged.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"updateTime": {
"description": "Output only. The time when the status was updated.",
"format": "google-datetime",
Expand Down Expand Up @@ -12405,12 +12427,33 @@
},
"type": "array"
},
"entryLinkTypes": {
"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.",
"items": {
"type": "string"
},
"type": "array"
},
"entryTypes": {
"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.",
"items": {
"type": "string"
},
"type": "array"
},
"glossaries": {
"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.",
"items": {
"type": "string"
},
"type": "array"
},
"referencedEntryScopes": {
"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.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down
37 changes: 37 additions & 0 deletions dataplex/v1/dataplex-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

157 changes: 156 additions & 1 deletion videointelligence/v1/videointelligence-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
}
}
},
"revision": "20250130",
"revision": "20250521",
"rootUrl": "https://videointelligence.googleapis.com/",
"schemas": {
"GoogleCloudVideointelligenceV1_AnnotateVideoProgress": {
Expand Down Expand Up @@ -560,6 +560,33 @@
},
"type": "object"
},
"GoogleCloudVideointelligenceV1_ExportToOutputUriStatus": {
"description": "Status of exporting annotation response to user specified `output_uri`.",
"id": "GoogleCloudVideointelligenceV1_ExportToOutputUriStatus",
"properties": {
"state": {
"description": "Output only. State of the `output_uri` export.",
"enum": [
"STATE_UNSPECIFIED",
"SUCCEEDED",
"FAILED"
],
"enumDescriptions": [
"Default value.",
"Export succeeded.",
"Export failed."
],
"readOnly": true,
"type": "string"
},
"status": {
"$ref": "GoogleRpc_Status",
"description": "Output only. Only set if state is FAILED.",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudVideointelligenceV1_FaceAnnotation": {
"deprecated": true,
"description": "Deprecated. No effect.",
Expand Down Expand Up @@ -1217,6 +1244,10 @@
"description": "Annotation progress for a single video.",
"id": "GoogleCloudVideointelligenceV1_VideoAnnotationProgress",
"properties": {
"exportStatus": {
"$ref": "GoogleCloudVideointelligenceV1_ExportToOutputUriStatus",
"description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request."
},
"feature": {
"description": "Specifies which feature is being tracked if the request contains more than one feature.",
"enum": [
Expand Down Expand Up @@ -1619,6 +1650,33 @@
},
"type": "object"
},
"GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus": {
"description": "Status of exporting annotation response to user specified `output_uri`.",
"id": "GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus",
"properties": {
"state": {
"description": "Output only. State of the `output_uri` export.",
"enum": [
"STATE_UNSPECIFIED",
"SUCCEEDED",
"FAILED"
],
"enumDescriptions": [
"Default value.",
"Export succeeded.",
"Export failed."
],
"readOnly": true,
"type": "string"
},
"status": {
"$ref": "GoogleRpc_Status",
"description": "Output only. Only set if state is FAILED.",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudVideointelligenceV1beta2_FaceAnnotation": {
"deprecated": true,
"description": "Deprecated. No effect.",
Expand Down Expand Up @@ -2091,6 +2149,10 @@
"description": "Annotation progress for a single video.",
"id": "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress",
"properties": {
"exportStatus": {
"$ref": "GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus",
"description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request."
},
"feature": {
"description": "Specifies which feature is being tracked if the request contains more than one feature.",
"enum": [
Expand Down Expand Up @@ -2447,6 +2509,33 @@
},
"type": "object"
},
"GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus": {
"description": "Status of exporting annotation response to user specified `output_uri`.",
"id": "GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus",
"properties": {
"state": {
"description": "Output only. State of the `output_uri` export.",
"enum": [
"STATE_UNSPECIFIED",
"SUCCEEDED",
"FAILED"
],
"enumDescriptions": [
"Default value.",
"Export succeeded.",
"Export failed."
],
"readOnly": true,
"type": "string"
},
"status": {
"$ref": "GoogleRpc_Status",
"description": "Output only. Only set if state is FAILED.",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation": {
"deprecated": true,
"description": "Deprecated. No effect.",
Expand Down Expand Up @@ -2919,6 +3008,10 @@
"description": "Annotation progress for a single video.",
"id": "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress",
"properties": {
"exportStatus": {
"$ref": "GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus",
"description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request."
},
"feature": {
"description": "Specifies which feature is being tracked if the request contains more than one feature.",
"enum": [
Expand Down Expand Up @@ -3275,6 +3368,33 @@
},
"type": "object"
},
"GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus": {
"description": "Status of exporting annotation response to user specified `output_uri`.",
"id": "GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus",
"properties": {
"state": {
"description": "Output only. State of the `output_uri` export.",
"enum": [
"STATE_UNSPECIFIED",
"SUCCEEDED",
"FAILED"
],
"enumDescriptions": [
"Default value.",
"Export succeeded.",
"Export failed."
],
"readOnly": true,
"type": "string"
},
"status": {
"$ref": "GoogleRpc_Status",
"description": "Output only. Only set if state is FAILED.",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation": {
"deprecated": true,
"description": "Deprecated. No effect.",
Expand Down Expand Up @@ -3747,6 +3867,10 @@
"description": "Annotation progress for a single video.",
"id": "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress",
"properties": {
"exportStatus": {
"$ref": "GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus",
"description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request."
},
"feature": {
"description": "Specifies which feature is being tracked if the request contains more than one feature.",
"enum": [
Expand Down Expand Up @@ -4158,6 +4282,33 @@
},
"type": "object"
},
"GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus": {
"description": "Status of exporting annotation response to user specified `output_uri`.",
"id": "GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus",
"properties": {
"state": {
"description": "Output only. State of the `output_uri` export.",
"enum": [
"STATE_UNSPECIFIED",
"SUCCEEDED",
"FAILED"
],
"enumDescriptions": [
"Default value.",
"Export succeeded.",
"Export failed."
],
"readOnly": true,
"type": "string"
},
"status": {
"$ref": "GoogleRpc_Status",
"description": "Output only. Only set if state is FAILED.",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation": {
"deprecated": true,
"description": "Deprecated. No effect.",
Expand Down Expand Up @@ -4702,6 +4853,10 @@
"description": "Annotation progress for a single video.",
"id": "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress",
"properties": {
"exportStatus": {
"$ref": "GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus",
"description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request."
},
"feature": {
"description": "Specifies which feature is being tracked if the request contains more than one feature.",
"enum": [
Expand Down
Loading