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
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,14 @@ public final class GoogleCloudDataplexV1ImportItem extends com.google.api.client
55
55
@com.google.api.client.util.Key("entry")
56
56
privateGoogleCloudDataplexV1Entryentry__;
57
57
58
+
/**
59
+
* Information about the entry link. User should provide either one of the entry or entry_link.
60
+
* While providing entry_link, user should not provide update_mask and aspect_keys.
61
+
* The value may be {@code null}.
62
+
*/
63
+
@com.google.api.client.util.Key
64
+
privateGoogleCloudDataplexV1EntryLinkentryLink;
65
+
58
66
/**
59
67
* The fields to update, in paths that are relative to the Entry resource. Separate each field
60
68
* with a comma.In FULL entry sync mode, Dataplex includes the paths of all of the fields for an
@@ -122,6 +130,25 @@ public GoogleCloudDataplexV1ImportItem setEntry(GoogleCloudDataplexV1Entry entry
122
130
returnthis;
123
131
}
124
132
133
+
/**
134
+
* Information about the entry link. User should provide either one of the entry or entry_link.
135
+
* While providing entry_link, user should not provide update_mask and aspect_keys.
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1MetadataJobImportJobResult.java
+72Lines changed: 72 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,27 @@ public final class GoogleCloudDataplexV1MetadataJobImportJobResult extends com.g
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope.java
+117Lines changed: 117 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,18 @@ public final class GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope e
0 commit comments