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-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/model/TransferConfig.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,13 @@ public final class TransferConfig extends com.google.api.client.json.GenericJson
106
106
@com.google.api.client.util.Key
107
107
privateStatuserror;
108
108
109
+
/**
110
+
* The classification of the destination table.
111
+
* The value may be {@code null}.
112
+
*/
113
+
@com.google.api.client.util.Key
114
+
privatejava.lang.StringmanagedTableType;
115
+
109
116
/**
110
117
* Identifier. The resource name of the transfer config. Transfer config names have the form
111
118
* either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
@@ -374,6 +381,23 @@ public TransferConfig setError(Status error) {
374
381
returnthis;
375
382
}
376
383
384
+
/**
385
+
* The classification of the destination table.
386
+
* @return value or {@code null} for none
387
+
*/
388
+
publicjava.lang.StringgetManagedTableType() {
389
+
returnmanagedTableType;
390
+
}
391
+
392
+
/**
393
+
* The classification of the destination table.
394
+
* @param managedTableType managedTableType or {@code null} for none
0 commit comments