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/ConnectionProfile.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,13 @@ public final class ConnectionProfile extends com.google.api.client.json.GenericJ
111
111
@com.google.api.client.util.Key
112
112
privatejava.lang.Stringprovider;
113
113
114
+
/**
115
+
* Optional. The connection profile role.
116
+
* The value may be {@code null}.
117
+
*/
118
+
@com.google.api.client.util.Key
119
+
privatejava.lang.Stringrole;
120
+
114
121
/**
115
122
* Connection profile for a SQL Server data source.
116
123
* The value may be {@code null}.
@@ -328,6 +335,23 @@ public ConnectionProfile setProvider(java.lang.String provider) {
0 commit comments