Skip to content

Commit 8da1f82

Browse files
1 parent 5621c02 commit 8da1f82

File tree

10 files changed

+81
-57
lines changed

10 files changed

+81
-57
lines changed

clients/google-api-services-firebase/v1beta1/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-firebase</artifactId>
25-
<version>v1beta1-rev20240913-2.0.0</version>
25+
<version>v1beta1-rev20241025-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-firebase:v1beta1-rev20240913-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebase:v1beta1-rev20241025-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/model/AndroidApp.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ public final class AndroidApp extends com.google.api.client.json.GenericJson {
7575
private java.lang.String etag;
7676

7777
/**
78-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
79-
* value is only provided if the App is in the `DELETED` state.
78+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
79+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
80+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
81+
* `DELETED` state.
8082
* The value may be {@code null}.
8183
*/
8284
@com.google.api.client.util.Key
@@ -234,17 +236,21 @@ public AndroidApp setEtag(java.lang.String etag) {
234236
}
235237

236238
/**
237-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
238-
* value is only provided if the App is in the `DELETED` state.
239+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
240+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
241+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
242+
* `DELETED` state.
239243
* @return value or {@code null} for none
240244
*/
241245
public String getExpireTime() {
242246
return expireTime;
243247
}
244248

245249
/**
246-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
247-
* value is only provided if the App is in the `DELETED` state.
250+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
251+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
252+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
253+
* `DELETED` state.
248254
* @param expireTime expireTime or {@code null} for none
249255
*/
250256
public AndroidApp setExpireTime(String expireTime) {

clients/google-api-services-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/model/FirebaseAppInfo.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ public final class FirebaseAppInfo extends com.google.api.client.json.GenericJso
6565
private java.lang.String displayName;
6666

6767
/**
68-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
69-
* value is only provided if the App is in the `DELETED` state.
68+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
69+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
70+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
71+
* `DELETED` state.
7072
* The value may be {@code null}.
7173
*/
7274
@com.google.api.client.util.Key
@@ -184,17 +186,21 @@ public FirebaseAppInfo setDisplayName(java.lang.String displayName) {
184186
}
185187

186188
/**
187-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
188-
* value is only provided if the App is in the `DELETED` state.
189+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
190+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
191+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
192+
* `DELETED` state.
189193
* @return value or {@code null} for none
190194
*/
191195
public String getExpireTime() {
192196
return expireTime;
193197
}
194198

195199
/**
196-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
197-
* value is only provided if the App is in the `DELETED` state.
200+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
201+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
202+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
203+
* `DELETED` state.
198204
* @param expireTime expireTime or {@code null} for none
199205
*/
200206
public FirebaseAppInfo setExpireTime(String expireTime) {

clients/google-api-services-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/model/IosApp.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ public final class IosApp extends com.google.api.client.json.GenericJson {
8989
private java.lang.String etag;
9090

9191
/**
92-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
93-
* value is only provided if the App is in the `DELETED` state.
92+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
93+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
94+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
95+
* `DELETED` state.
9496
* The value may be {@code null}.
9597
*/
9698
@com.google.api.client.util.Key
@@ -267,17 +269,21 @@ public IosApp setEtag(java.lang.String etag) {
267269
}
268270

269271
/**
270-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
271-
* value is only provided if the App is in the `DELETED` state.
272+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
273+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
274+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
275+
* `DELETED` state.
272276
* @return value or {@code null} for none
273277
*/
274278
public String getExpireTime() {
275279
return expireTime;
276280
}
277281

278282
/**
279-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
280-
* value is only provided if the App is in the `DELETED` state.
283+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
284+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
285+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
286+
* `DELETED` state.
281287
* @param expireTime expireTime or {@code null} for none
282288
*/
283289
public IosApp setExpireTime(String expireTime) {

clients/google-api-services-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/model/RemoveAndroidAppRequest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public final class RemoveAndroidAppRequest extends com.google.api.client.json.Ge
4848

4949
/**
5050
* Determines whether to _immediately_ delete the AndroidApp. If set to true, the App is
51-
* immediately deleted from the Project and cannot be restored to the Project. If not set,
52-
* defaults to false, which means the App will be set to expire in 30 days. Within the 30 days,
53-
* the App may be restored to the Project using UndeleteAndroidApp.
51+
* immediately deleted from the Project and cannot be undeleted (that is, restored to the
52+
* Project). If not set, defaults to false, which means the App will be set to expire in 30 days.
53+
* Within the 30 days, the App may be restored to the Project using UndeleteAndroidApp.
5454
* The value may be {@code null}.
5555
*/
5656
@com.google.api.client.util.Key
@@ -103,9 +103,9 @@ public RemoveAndroidAppRequest setEtag(java.lang.String etag) {
103103

104104
/**
105105
* Determines whether to _immediately_ delete the AndroidApp. If set to true, the App is
106-
* immediately deleted from the Project and cannot be restored to the Project. If not set,
107-
* defaults to false, which means the App will be set to expire in 30 days. Within the 30 days,
108-
* the App may be restored to the Project using UndeleteAndroidApp.
106+
* immediately deleted from the Project and cannot be undeleted (that is, restored to the
107+
* Project). If not set, defaults to false, which means the App will be set to expire in 30 days.
108+
* Within the 30 days, the App may be restored to the Project using UndeleteAndroidApp.
109109
* @return value or {@code null} for none
110110
*/
111111
public java.lang.Boolean getImmediate() {
@@ -114,9 +114,9 @@ public java.lang.Boolean getImmediate() {
114114

115115
/**
116116
* Determines whether to _immediately_ delete the AndroidApp. If set to true, the App is
117-
* immediately deleted from the Project and cannot be restored to the Project. If not set,
118-
* defaults to false, which means the App will be set to expire in 30 days. Within the 30 days,
119-
* the App may be restored to the Project using UndeleteAndroidApp.
117+
* immediately deleted from the Project and cannot be undeleted (that is, restored to the
118+
* Project). If not set, defaults to false, which means the App will be set to expire in 30 days.
119+
* Within the 30 days, the App may be restored to the Project using UndeleteAndroidApp.
120120
* @param immediate immediate or {@code null} for none
121121
*/
122122
public RemoveAndroidAppRequest setImmediate(java.lang.Boolean immediate) {

clients/google-api-services-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/model/RemoveIosAppRequest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public final class RemoveIosAppRequest extends com.google.api.client.json.Generi
4848

4949
/**
5050
* Determines whether to _immediately_ delete the IosApp. If set to true, the App is immediately
51-
* deleted from the Project and cannot be restored to the Project. If not set, defaults to false,
52-
* which means the App will be set to expire in 30 days. Within the 30 days, the App may be
53-
* restored to the Project using UndeleteIosApp
51+
* deleted from the Project and cannot be undeleted (that is, restored to the Project). If not
52+
* set, defaults to false, which means the App will be set to expire in 30 days. Within the 30
53+
* days, the App may be restored to the Project using UndeleteIosApp
5454
* The value may be {@code null}.
5555
*/
5656
@com.google.api.client.util.Key
@@ -103,9 +103,9 @@ public RemoveIosAppRequest setEtag(java.lang.String etag) {
103103

104104
/**
105105
* Determines whether to _immediately_ delete the IosApp. If set to true, the App is immediately
106-
* deleted from the Project and cannot be restored to the Project. If not set, defaults to false,
107-
* which means the App will be set to expire in 30 days. Within the 30 days, the App may be
108-
* restored to the Project using UndeleteIosApp
106+
* deleted from the Project and cannot be undeleted (that is, restored to the Project). If not
107+
* set, defaults to false, which means the App will be set to expire in 30 days. Within the 30
108+
* days, the App may be restored to the Project using UndeleteIosApp
109109
* @return value or {@code null} for none
110110
*/
111111
public java.lang.Boolean getImmediate() {
@@ -114,9 +114,9 @@ public java.lang.Boolean getImmediate() {
114114

115115
/**
116116
* Determines whether to _immediately_ delete the IosApp. If set to true, the App is immediately
117-
* deleted from the Project and cannot be restored to the Project. If not set, defaults to false,
118-
* which means the App will be set to expire in 30 days. Within the 30 days, the App may be
119-
* restored to the Project using UndeleteIosApp
117+
* deleted from the Project and cannot be undeleted (that is, restored to the Project). If not
118+
* set, defaults to false, which means the App will be set to expire in 30 days. Within the 30
119+
* days, the App may be restored to the Project using UndeleteIosApp
120120
* @param immediate immediate or {@code null} for none
121121
*/
122122
public RemoveIosAppRequest setImmediate(java.lang.Boolean immediate) {

clients/google-api-services-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/model/RemoveWebAppRequest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public final class RemoveWebAppRequest extends com.google.api.client.json.Generi
4848

4949
/**
5050
* Determines whether to _immediately_ delete the WebApp. If set to true, the App is immediately
51-
* deleted from the Project and cannot be restored to the Project. If not set, defaults to false,
52-
* which means the App will be set to expire in 30 days. Within the 30 days, the App may be
53-
* restored to the Project using UndeleteWebApp
51+
* deleted from the Project and cannot be undeleted (that is, restored to the Project). If not
52+
* set, defaults to false, which means the App will be set to expire in 30 days. Within the 30
53+
* days, the App may be restored to the Project using UndeleteWebApp
5454
* The value may be {@code null}.
5555
*/
5656
@com.google.api.client.util.Key
@@ -103,9 +103,9 @@ public RemoveWebAppRequest setEtag(java.lang.String etag) {
103103

104104
/**
105105
* Determines whether to _immediately_ delete the WebApp. If set to true, the App is immediately
106-
* deleted from the Project and cannot be restored to the Project. If not set, defaults to false,
107-
* which means the App will be set to expire in 30 days. Within the 30 days, the App may be
108-
* restored to the Project using UndeleteWebApp
106+
* deleted from the Project and cannot be undeleted (that is, restored to the Project). If not
107+
* set, defaults to false, which means the App will be set to expire in 30 days. Within the 30
108+
* days, the App may be restored to the Project using UndeleteWebApp
109109
* @return value or {@code null} for none
110110
*/
111111
public java.lang.Boolean getImmediate() {
@@ -114,9 +114,9 @@ public java.lang.Boolean getImmediate() {
114114

115115
/**
116116
* Determines whether to _immediately_ delete the WebApp. If set to true, the App is immediately
117-
* deleted from the Project and cannot be restored to the Project. If not set, defaults to false,
118-
* which means the App will be set to expire in 30 days. Within the 30 days, the App may be
119-
* restored to the Project using UndeleteWebApp
117+
* deleted from the Project and cannot be undeleted (that is, restored to the Project). If not
118+
* set, defaults to false, which means the App will be set to expire in 30 days. Within the 30
119+
* days, the App may be restored to the Project using UndeleteWebApp
120120
* @param immediate immediate or {@code null} for none
121121
*/
122122
public RemoveWebAppRequest setImmediate(java.lang.Boolean immediate) {

clients/google-api-services-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/model/WebApp.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ public final class WebApp extends com.google.api.client.json.GenericJson {
8282
private java.lang.String etag;
8383

8484
/**
85-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
86-
* value is only provided if the App is in the `DELETED` state.
85+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
86+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
87+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
88+
* `DELETED` state.
8789
* The value may be {@code null}.
8890
*/
8991
@com.google.api.client.util.Key
@@ -246,17 +248,21 @@ public WebApp setEtag(java.lang.String etag) {
246248
}
247249

248250
/**
249-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
250-
* value is only provided if the App is in the `DELETED` state.
251+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
252+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
253+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
254+
* `DELETED` state.
251255
* @return value or {@code null} for none
252256
*/
253257
public String getExpireTime() {
254258
return expireTime;
255259
}
256260

257261
/**
258-
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This
259-
* value is only provided if the App is in the `DELETED` state.
262+
* Output only. If the App has been removed from the Project, this is the timestamp of when the
263+
* App is considered expired and will be permanently deleted. After this time, the App cannot be
264+
* undeleted (that is, restored to the Project). This value is only provided if the App is in the
265+
* `DELETED` state.
260266
* @param expireTime expireTime or {@code null} for none
261267
*/
262268
public WebApp setExpireTime(String expireTime) {

clients/google-api-services-firebase/v1beta1/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-firebase</artifactId>
11-
<version>v1beta1-rev20240913-2.0.0</version>
12-
<name>Firebase Management API v1beta1-rev20240913-2.0.0</name>
11+
<version>v1beta1-rev20241025-2.0.0</version>
12+
<name>Firebase Management API v1beta1-rev20241025-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebase/v1beta1/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-firebase</artifactId>
25-
<version>v1beta1-rev20240913-2.0.0</version>
25+
<version>v1beta1-rev20241025-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-firebase:v1beta1-rev20240913-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebase:v1beta1-rev20241025-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)