Skip to content

Commit 92cebee

Browse files
1 parent d73e3ec commit 92cebee

File tree

5 files changed

+52
-6
lines changed

5 files changed

+52
-6
lines changed

clients/google-api-services-firebaseappdistribution/v1alpha/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-firebaseappdistribution</artifactId>
25-
<version>v1alpha-rev20241004-2.0.0</version>
25+
<version>v1alpha-rev20241018-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-firebaseappdistribution:v1alpha-rev20241004-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20241018-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/FirebaseAppDistribution.java

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,6 +2499,28 @@ public List setPageToken(java.lang.String pageToken) {
24992499
return this;
25002500
}
25012501

2502+
/**
2503+
* Optional. The requested view on the returned ReleaseTests. Defaults to the basic
2504+
* view.
2505+
*/
2506+
@com.google.api.client.util.Key
2507+
private java.lang.String view;
2508+
2509+
/** Optional. The requested view on the returned ReleaseTests. Defaults to the basic view.
2510+
*/
2511+
public java.lang.String getView() {
2512+
return view;
2513+
}
2514+
2515+
/**
2516+
* Optional. The requested view on the returned ReleaseTests. Defaults to the basic
2517+
* view.
2518+
*/
2519+
public List setView(java.lang.String view) {
2520+
this.view = view;
2521+
return this;
2522+
}
2523+
25022524
@Override
25032525
public List set(String parameterName, Object value) {
25042526
return (List) super.set(parameterName, value);

clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/model/GoogleFirebaseAppdistroV1alphaDeviceInteraction.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleFirebaseAppdistroV1alphaDeviceInteraction extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. Key code for a key event action.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String keyCode;
39+
3340
/**
3441
* Output only. The screenshot used in the context of this action. The screen may have changed
3542
* before the action was actually taken.
@@ -66,6 +73,23 @@ public final class GoogleFirebaseAppdistroV1alphaDeviceInteraction extends com.g
6673
@com.google.api.client.util.Key
6774
private GoogleFirebaseAppdistroV1alphaDeviceInteractionWait wait;
6875

76+
/**
77+
* Output only. Key code for a key event action.
78+
* @return value or {@code null} for none
79+
*/
80+
public java.lang.String getKeyCode() {
81+
return keyCode;
82+
}
83+
84+
/**
85+
* Output only. Key code for a key event action.
86+
* @param keyCode keyCode or {@code null} for none
87+
*/
88+
public GoogleFirebaseAppdistroV1alphaDeviceInteraction setKeyCode(java.lang.String keyCode) {
89+
this.keyCode = keyCode;
90+
return this;
91+
}
92+
6993
/**
7094
* Output only. The screenshot used in the context of this action. The screen may have changed
7195
* before the action was actually taken.

clients/google-api-services-firebaseappdistribution/v1alpha/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-firebaseappdistribution</artifactId>
11-
<version>v1alpha-rev20241004-2.0.0</version>
12-
<name>Firebase App Distribution API v1alpha-rev20241004-2.0.0</name>
11+
<version>v1alpha-rev20241018-2.0.0</version>
12+
<name>Firebase App Distribution API v1alpha-rev20241018-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebaseappdistribution/v1alpha/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-firebaseappdistribution</artifactId>
25-
<version>v1alpha-rev20241004-2.0.0</version>
25+
<version>v1alpha-rev20241018-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-firebaseappdistribution:v1alpha-rev20241004-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20241018-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)