Skip to content

Commit ab90ac9

Browse files
1 parent 6e7716e commit ab90ac9

File tree

4 files changed

+16
-20
lines changed

4 files changed

+16
-20
lines changed

clients/google-api-services-fcm/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-fcm</artifactId>
25-
<version>v1-rev20250228-2.0.0</version>
25+
<version>v1-rev20250311-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-fcm:v1-rev20250228-2.0.0'
38+
implementation 'com.google.apis:google-api-services-fcm:v1-rev20250311-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-fcm/v1/2.0.0/com/google/api/services/fcm/v1/FirebaseCloudMessaging.java

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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()) {

clients/google-api-services-fcm/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-fcm</artifactId>
11-
<version>v1-rev20250228-2.0.0</version>
12-
<name>Firebase Cloud Messaging API v1-rev20250228-2.0.0</name>
11+
<version>v1-rev20250311-2.0.0</version>
12+
<name>Firebase Cloud Messaging API v1-rev20250311-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-fcm/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-fcm</artifactId>
25-
<version>v1-rev20250228-2.0.0</version>
25+
<version>v1-rev20250311-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-fcm:v1-rev20250228-2.0.0'
38+
implementation 'com.google.apis:google-api-services-fcm:v1-rev20250311-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)