@@ -87,7 +87,7 @@ class ConnectionProfile extends \Google\Model
8787 public $ updateTime ;
8888
8989 /**
90- * BigQuery Connection Profile configuration .
90+ * Profile for connecting to a BigQuery destination .
9191 *
9292 * @param BigQueryProfile $bigqueryProfile
9393 */
@@ -151,7 +151,7 @@ public function getForwardSshConnectivity()
151151 return $ this ->forwardSshConnectivity ;
152152 }
153153 /**
154- * Cloud Storage ConnectionProfile configuration .
154+ * Profile for connecting to a Cloud Storage destination .
155155 *
156156 * @param GcsProfile $gcsProfile
157157 */
@@ -183,7 +183,7 @@ public function getLabels()
183183 return $ this ->labels ;
184184 }
185185 /**
186- * MongoDB Connection Profile configuration .
186+ * Profile for connecting to a MongoDB source .
187187 *
188188 * @param MongodbProfile $mongodbProfile
189189 */
@@ -199,7 +199,7 @@ public function getMongodbProfile()
199199 return $ this ->mongodbProfile ;
200200 }
201201 /**
202- * MySQL ConnectionProfile configuration .
202+ * Profile for connecting to a MySQL source .
203203 *
204204 * @param MysqlProfile $mysqlProfile
205205 */
@@ -231,7 +231,7 @@ public function getName()
231231 return $ this ->name ;
232232 }
233233 /**
234- * Oracle ConnectionProfile configuration .
234+ * Profile for connecting to an Oracle source .
235235 *
236236 * @param OracleProfile $oracleProfile
237237 */
@@ -247,7 +247,7 @@ public function getOracleProfile()
247247 return $ this ->oracleProfile ;
248248 }
249249 /**
250- * PostgreSQL Connection Profile configuration .
250+ * Profile for connecting to a PostgreSQL source .
251251 *
252252 * @param PostgresqlProfile $postgresqlProfile
253253 */
@@ -279,7 +279,7 @@ public function getPrivateConnectivity()
279279 return $ this ->privateConnectivity ;
280280 }
281281 /**
282- * Salesforce Connection Profile configuration .
282+ * Profile for connecting to a Salesforce source .
283283 *
284284 * @param SalesforceProfile $salesforceProfile
285285 */
@@ -327,7 +327,7 @@ public function getSatisfiesPzs()
327327 return $ this ->satisfiesPzs ;
328328 }
329329 /**
330- * Spanner Connection Profile configuration .
330+ * Profile for connecting to a Spanner source .
331331 *
332332 * @param SpannerProfile $spannerProfile
333333 */
@@ -343,7 +343,7 @@ public function getSpannerProfile()
343343 return $ this ->spannerProfile ;
344344 }
345345 /**
346- * SQLServer Connection Profile configuration .
346+ * Profile for connecting to a SQLServer source .
347347 *
348348 * @param SqlServerProfile $sqlServerProfile
349349 */
0 commit comments