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-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/EntityDdl.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public final class EntityDdl extends com.google.api.client.json.GenericJson {
38
38
privatejava.lang.Stringddl;
39
39
40
40
/**
41
-
* The DDL Kind selected for apply, or SOURCE if getting the source tree.
41
+
* The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted yet.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
@@ -98,15 +98,15 @@ public EntityDdl setDdl(java.lang.String ddl) {
98
98
}
99
99
100
100
/**
101
-
* The DDL Kind selected for apply, or SOURCE if getting the source tree.
101
+
* The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted yet.
102
102
* @return value or {@code null} for none
103
103
*/
104
104
publicjava.lang.StringgetDdlKind() {
105
105
returnddlKind;
106
106
}
107
107
108
108
/**
109
-
* The DDL Kind selected for apply, or SOURCE if getting the source tree.
109
+
* The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted yet.
0 commit comments