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/SslConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ public final class SslConfig extends com.google.api.client.json.GenericJson {
57
57
privatejava.lang.StringclientKey;
58
58
59
59
/**
60
-
* Output only. The ssl config type according to 'client_key', 'client_certificate' and
60
+
* Optional. The ssl config type according to 'client_key', 'client_certificate' and
61
61
* 'ca_certificate'.
62
62
* The value may be {@code null}.
63
63
*/
@@ -126,7 +126,7 @@ public SslConfig setClientKey(java.lang.String clientKey) {
126
126
}
127
127
128
128
/**
129
-
* Output only. The ssl config type according to 'client_key', 'client_certificate' and
129
+
* Optional. The ssl config type according to 'client_key', 'client_certificate' and
130
130
* 'ca_certificate'.
131
131
* @return value or {@code null} for none
132
132
*/
@@ -135,7 +135,7 @@ public java.lang.String getType() {
135
135
}
136
136
137
137
/**
138
-
* Output only. The ssl config type according to 'client_key', 'client_certificate' and
138
+
* Optional. The ssl config type according to 'client_key', 'client_certificate' and
0 commit comments