Skip to content

Commit 1aaecf1

Browse files
1 parent 245255a commit 1aaecf1

File tree

8 files changed

+36
-30
lines changed

8 files changed

+36
-30
lines changed

clients/google-api-services-firebaseapphosting/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-firebaseapphosting</artifactId>
25-
<version>v1-rev20260219-2.0.0</version>
25+
<version>v1-rev20260305-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-firebaseapphosting:v1-rev20260219-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20260305-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseapphosting/v1/2.0.0/com/google/api/services/firebaseapphosting/v1/model/EnvironmentVariable.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ public final class EnvironmentVariable extends com.google.api.client.json.Generi
7272
private java.lang.String value;
7373

7474
/**
75-
* Required. The name of the environment variable. - Must be a valid environment variable name
76-
* (e.g. A-Z or underscores). - May not start with "FIREBASE" or "GOOGLE". - May not be a reserved
77-
* environment variable for KNative/Cloud Run
75+
* Required. The name of the environment variable. The environment variables reserved by [Cloud
76+
* Run](https://docs.cloud.google.com/run/docs/configuring/services/environment-
77+
* variables#reserved) should not be set. Additionally, variable names cannot start with
78+
* "X_FIREBASE_".
7879
* The value may be {@code null}.
7980
*/
8081
@com.google.api.client.util.Key
@@ -178,19 +179,21 @@ public EnvironmentVariable setValue(java.lang.String value) {
178179
}
179180

180181
/**
181-
* Required. The name of the environment variable. - Must be a valid environment variable name
182-
* (e.g. A-Z or underscores). - May not start with "FIREBASE" or "GOOGLE". - May not be a reserved
183-
* environment variable for KNative/Cloud Run
182+
* Required. The name of the environment variable. The environment variables reserved by [Cloud
183+
* Run](https://docs.cloud.google.com/run/docs/configuring/services/environment-
184+
* variables#reserved) should not be set. Additionally, variable names cannot start with
185+
* "X_FIREBASE_".
184186
* @return value or {@code null} for none
185187
*/
186188
public java.lang.String getVariable() {
187189
return variable;
188190
}
189191

190192
/**
191-
* Required. The name of the environment variable. - Must be a valid environment variable name
192-
* (e.g. A-Z or underscores). - May not start with "FIREBASE" or "GOOGLE". - May not be a reserved
193-
* environment variable for KNative/Cloud Run
193+
* Required. The name of the environment variable. The environment variables reserved by [Cloud
194+
* Run](https://docs.cloud.google.com/run/docs/configuring/services/environment-
195+
* variables#reserved) should not be set. Additionally, variable names cannot start with
196+
* "X_FIREBASE_".
194197
* @param variable variable or {@code null} for none
195198
*/
196199
public EnvironmentVariable setVariable(java.lang.String variable) {

clients/google-api-services-firebaseapphosting/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-firebaseapphosting</artifactId>
11-
<version>v1-rev20260219-2.0.0</version>
12-
<name>Firebase App Hosting API v1-rev20260219-2.0.0</name>
11+
<version>v1-rev20260305-2.0.0</version>
12+
<name>Firebase App Hosting API v1-rev20260305-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebaseapphosting/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-firebaseapphosting</artifactId>
25-
<version>v1-rev20260219-2.0.0</version>
25+
<version>v1-rev20260305-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-firebaseapphosting:v1-rev20260219-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1-rev20260305-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseapphosting/v1beta/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-firebaseapphosting</artifactId>
25-
<version>v1beta-rev20260219-2.0.0</version>
25+
<version>v1beta-rev20260305-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-firebaseapphosting:v1beta-rev20260219-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20260305-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseapphosting/v1beta/2.0.0/com/google/api/services/firebaseapphosting/v1beta/model/EnvironmentVariable.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ public final class EnvironmentVariable extends com.google.api.client.json.Generi
7272
private java.lang.String value;
7373

7474
/**
75-
* Required. The name of the environment variable. - Must be a valid environment variable name
76-
* (e.g. A-Z or underscores). - May not start with "FIREBASE" or "GOOGLE". - May not be a reserved
77-
* environment variable for KNative/Cloud Run
75+
* Required. The name of the environment variable. The environment variables reserved by [Cloud
76+
* Run](https://docs.cloud.google.com/run/docs/configuring/services/environment-
77+
* variables#reserved) should not be set. Additionally, variable names cannot start with
78+
* "X_FIREBASE_".
7879
* The value may be {@code null}.
7980
*/
8081
@com.google.api.client.util.Key
@@ -178,19 +179,21 @@ public EnvironmentVariable setValue(java.lang.String value) {
178179
}
179180

180181
/**
181-
* Required. The name of the environment variable. - Must be a valid environment variable name
182-
* (e.g. A-Z or underscores). - May not start with "FIREBASE" or "GOOGLE". - May not be a reserved
183-
* environment variable for KNative/Cloud Run
182+
* Required. The name of the environment variable. The environment variables reserved by [Cloud
183+
* Run](https://docs.cloud.google.com/run/docs/configuring/services/environment-
184+
* variables#reserved) should not be set. Additionally, variable names cannot start with
185+
* "X_FIREBASE_".
184186
* @return value or {@code null} for none
185187
*/
186188
public java.lang.String getVariable() {
187189
return variable;
188190
}
189191

190192
/**
191-
* Required. The name of the environment variable. - Must be a valid environment variable name
192-
* (e.g. A-Z or underscores). - May not start with "FIREBASE" or "GOOGLE". - May not be a reserved
193-
* environment variable for KNative/Cloud Run
193+
* Required. The name of the environment variable. The environment variables reserved by [Cloud
194+
* Run](https://docs.cloud.google.com/run/docs/configuring/services/environment-
195+
* variables#reserved) should not be set. Additionally, variable names cannot start with
196+
* "X_FIREBASE_".
194197
* @param variable variable or {@code null} for none
195198
*/
196199
public EnvironmentVariable setVariable(java.lang.String variable) {

clients/google-api-services-firebaseapphosting/v1beta/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-firebaseapphosting</artifactId>
11-
<version>v1beta-rev20260219-2.0.0</version>
12-
<name>Firebase App Hosting API v1beta-rev20260219-2.0.0</name>
11+
<version>v1beta-rev20260305-2.0.0</version>
12+
<name>Firebase App Hosting API v1beta-rev20260305-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebaseapphosting/v1beta/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-firebaseapphosting</artifactId>
25-
<version>v1beta-rev20260219-2.0.0</version>
25+
<version>v1beta-rev20260305-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-firebaseapphosting:v1beta-rev20260219-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseapphosting:v1beta-rev20260305-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)