Skip to content

Commit 4af7b4a

Browse files
1 parent 649a950 commit 4af7b4a

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
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-rev20250610-2.0.0</version>
25+
<version>v1-rev20250722-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-rev20250610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-fcm:v1-rev20250722-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public final class AndroidConfig extends com.google.api.client.json.GenericJson
3333

3434
/**
3535
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
36-
* is in bandwidth constrained mode.
36+
* is in bandwidth constrained mode. This should only be enabled when the app has been tested to
37+
* properly handle messages in bandwidth constrained mode.
3738
* The value may be {@code null}.
3839
*/
3940
@com.google.api.client.util.Key
@@ -97,7 +98,7 @@ public final class AndroidConfig extends com.google.api.client.json.GenericJson
9798
/**
9899
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
99100
* is connected over a restricted satellite network. This should only be enabled for messages that
100-
* can be handled over a restricted satellite network and only for apps that are allowed to work
101+
* can be handled over a restricted satellite network and only for apps that are enabled to work
101102
* over a restricted satellite network. Note that the ability of the app to connect to a
102103
* restricted satellite network is dependent on the carrier's settings and the device model.
103104
* The value may be {@code null}.
@@ -121,7 +122,8 @@ public final class AndroidConfig extends com.google.api.client.json.GenericJson
121122

122123
/**
123124
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
124-
* is in bandwidth constrained mode.
125+
* is in bandwidth constrained mode. This should only be enabled when the app has been tested to
126+
* properly handle messages in bandwidth constrained mode.
125127
* @return value or {@code null} for none
126128
*/
127129
public java.lang.Boolean getBandwidthConstrainedOk() {
@@ -130,7 +132,8 @@ public java.lang.Boolean getBandwidthConstrainedOk() {
130132

131133
/**
132134
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
133-
* is in bandwidth constrained mode.
135+
* is in bandwidth constrained mode. This should only be enabled when the app has been tested to
136+
* properly handle messages in bandwidth constrained mode.
134137
* @param bandwidthConstrainedOk bandwidthConstrainedOk or {@code null} for none
135138
*/
136139
public AndroidConfig setBandwidthConstrainedOk(java.lang.Boolean bandwidthConstrainedOk) {
@@ -272,7 +275,7 @@ public AndroidConfig setRestrictedPackageName(java.lang.String restrictedPackage
272275
/**
273276
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
274277
* is connected over a restricted satellite network. This should only be enabled for messages that
275-
* can be handled over a restricted satellite network and only for apps that are allowed to work
278+
* can be handled over a restricted satellite network and only for apps that are enabled to work
276279
* over a restricted satellite network. Note that the ability of the app to connect to a
277280
* restricted satellite network is dependent on the carrier's settings and the device model.
278281
* @return value or {@code null} for none
@@ -284,7 +287,7 @@ public java.lang.Boolean getRestrictedSatelliteOk() {
284287
/**
285288
* Optional. If set to true, messages will be allowed to be delivered to the app while the device
286289
* is connected over a restricted satellite network. This should only be enabled for messages that
287-
* can be handled over a restricted satellite network and only for apps that are allowed to work
290+
* can be handled over a restricted satellite network and only for apps that are enabled to work
288291
* over a restricted satellite network. Note that the ability of the app to connect to a
289292
* restricted satellite network is dependent on the carrier's settings and the device model.
290293
* @param restrictedSatelliteOk restrictedSatelliteOk or {@code null} for none

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-rev20250610-2.0.0</version>
12-
<name>Firebase Cloud Messaging API v1-rev20250610-2.0.0</name>
11+
<version>v1-rev20250722-2.0.0</version>
12+
<name>Firebase Cloud Messaging API v1-rev20250722-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-rev20250610-2.0.0</version>
25+
<version>v1-rev20250722-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-rev20250610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-fcm:v1-rev20250722-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)