@@ -182,9 +182,8 @@ public class Messages {
182182 * parameters, call the {@link Send#execute()} method to invoke the remote operation.
183183 *
184184 * @param parent Required. It contains the Firebase project id (i.e. the unique identifier for your Firebase
185- * project), in the format of `projects/{project_id}`. For legacy support, the numeric
186- * project number with no padding is also supported in the format of
187- * `projects/{project_number}`.
185+ * project), in the format of `projects/{project_id}`. The numeric project number with no
186+ * padding is also supported in the format of `projects/{project_number}`.
188187 * @param content the {@link com.google.api.services.fcm.v1.model.SendMessageRequest}
189188 * @return the request
190189 */
@@ -212,9 +211,8 @@ public class Send extends FirebaseCloudMessagingRequest<com.google.api.services.
212211 * called to initialize this instance immediately after invoking the constructor. </p>
213212 *
214213 * @param parent Required. It contains the Firebase project id (i.e. the unique identifier for your Firebase
215- * project), in the format of `projects/{project_id}`. For legacy support, the numeric
216- * project number with no padding is also supported in the format of
217- * `projects/{project_number}`.
214+ * project), in the format of `projects/{project_id}`. The numeric project number with no
215+ * padding is also supported in the format of `projects/{project_number}`.
218216 * @param content the {@link com.google.api.services.fcm.v1.model.SendMessageRequest}
219217 * @since 1.13
220218 */
@@ -285,26 +283,24 @@ public Send setUploadProtocol(java.lang.String uploadProtocol) {
285283
286284 /**
287285 * Required. It contains the Firebase project id (i.e. the unique identifier for your
288- * Firebase project), in the format of `projects/{project_id}`. For legacy support, the
289- * numeric project number with no padding is also supported in the format of
290- * `projects/{project_number}`.
286+ * Firebase project), in the format of `projects/{project_id}`. The numeric project number
287+ * with no padding is also supported in the format of `projects/{project_number}`.
291288 */
292289 @ com .google .api .client .util .Key
293290 private java .lang .String parent ;
294291
295292 /** Required. It contains the Firebase project id (i.e. the unique identifier for your Firebase
296- project), in the format of `projects/{project_id}`. For legacy support, the numeric project number
297- with no padding is also supported in the format of `projects/{project_number}`.
293+ project), in the format of `projects/{project_id}`. The numeric project number with no padding is
294+ also supported in the format of `projects/{project_number}`.
298295 */
299296 public java .lang .String getParent () {
300297 return parent ;
301298 }
302299
303300 /**
304301 * Required. It contains the Firebase project id (i.e. the unique identifier for your
305- * Firebase project), in the format of `projects/{project_id}`. For legacy support, the
306- * numeric project number with no padding is also supported in the format of
307- * `projects/{project_number}`.
302+ * Firebase project), in the format of `projects/{project_id}`. The numeric project number
303+ * with no padding is also supported in the format of `projects/{project_number}`.
308304 */
309305 public Send setParent (java .lang .String parent ) {
310306 if (!getSuppressPatternChecks ()) {
0 commit comments