@@ -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
0 commit comments