You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1ImportItem.java
+33-30Lines changed: 33 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,12 @@ public final class GoogleCloudDataplexV1ImportItem extends com.google.api.client
37
37
* The aspects to modify. Supports the following syntaxes: {aspect_type_reference}: matches
38
38
* aspects that belong to the specified aspect type and are attached directly to the entry.
39
39
* {aspect_type_reference}@{path}: matches aspects that belong to the specified aspect type and
40
-
* path. @* : matches aspects of the given type for all paths. *@path : matches aspects of all
41
-
* types on the given path.Replace {aspect_type_reference} with a reference to the aspect type,
42
-
* in the format {project_id_or_number}.{location_id}.{aspect_type_id}.If you leave this field
43
-
* empty, it is treated as specifying exactly those aspects that are present within the specified
44
-
* entry.In FULL entry sync mode, Dataplex implicitly adds the keys for all of the required
45
-
* aspects of an entry.
40
+
* path. {aspect_type_reference}@* : matches aspects of the given type for all paths. *@path :
41
+
* matches aspects of all types on the given path.Replace {aspect_type_reference} with a reference
42
+
* to the aspect type, in the format {project_id_or_number}.{location_id}.{aspect_type_id}.In FULL
43
+
* entry sync mode, if you leave this field empty, it is treated as specifying exactly those
44
+
* aspects that are present within the specified entry. Dataplex implicitly adds the keys for all
45
+
* of the required aspects of an entry.
46
46
* The value may be {@code null}.
47
47
*/
48
48
@com.google.api.client.util.Key
@@ -61,10 +61,11 @@ public final class GoogleCloudDataplexV1ImportItem extends com.google.api.client
61
61
* entry that can be modified, including aspects. This means that Dataplex replaces the existing
62
62
* entry with the entry in the metadata import file. All modifiable fields are updated, regardless
63
63
* of the fields that are listed in the update mask, and regardless of whether a field is present
64
-
* in the entry object.The update_mask field is ignored when an entry is created or re-
65
-
* created.Dataplex also determines which entries and aspects to modify by comparing the values
66
-
* and timestamps that you provide in the metadata import file with the values and timestamps that
67
-
* exist in your project. For more information, see Comparison logic
64
+
* in the entry object.The update_mask field is ignored when an entry is created or re-created.In
65
+
* an aspect-only metadata job (when entry sync mode is NONE), set this value to aspects.Dataplex
66
+
* also determines which entries and aspects to modify by comparing the values and timestamps that
67
+
* you provide in the metadata import file with the values and timestamps that exist in your
68
+
* project. For more information, see Comparison logic
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1MetadataJobImportJobSpec.java
+11-19Lines changed: 11 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,11 @@
17
17
packagecom.google.api.services.dataplex.v1.model;
18
18
19
19
/**
20
-
* Job specification for a metadata import job
20
+
* Job specification for a metadata import job.You can run the following kinds of metadata import
21
+
* jobs: Full sync of entries with incremental import of their aspects. Supported for custom
22
+
* entries. Incremental import of aspects only. Supported for aspects that belong to custom entries
23
+
* and system entries. For custom entries, you can modify both optional aspects and required
24
+
* aspects. For system entries, you can modify optional aspects.
21
25
*
22
26
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
27
* transmitted over HTTP when working with the Cloud Dataplex API. For a detailed explanation see:
0 commit comments