Skip to content

Commit 83b2a1f

Browse files
chore: regenerate firebaseappdistribution client (#27642)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 1454023 commit 83b2a1f

File tree

6 files changed

+264
-9
lines changed

6 files changed

+264
-9
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-rev20250416-2.0.0</version>
25+
<version>v1alpha-rev20250612-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-rev20250416-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20250612-2.0.0'
3939
}
4040
```
4141

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.firebaseappdistribution.v1alpha.model;
18+
19+
/**
20+
* Rectangle for describing bounding boxes
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Firebase App Distribution API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class AndroidxCrawlerOutputRectangle extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.Integer bottom;
38+
39+
/**
40+
* The value may be {@code null}.
41+
*/
42+
@com.google.api.client.util.Key
43+
private java.lang.Integer left;
44+
45+
/**
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private java.lang.Integer right;
50+
51+
/**
52+
* The value may be {@code null}.
53+
*/
54+
@com.google.api.client.util.Key
55+
private java.lang.Integer top;
56+
57+
/**
58+
* @return value or {@code null} for none
59+
*/
60+
public java.lang.Integer getBottom() {
61+
return bottom;
62+
}
63+
64+
/**
65+
* @param bottom bottom or {@code null} for none
66+
*/
67+
public AndroidxCrawlerOutputRectangle setBottom(java.lang.Integer bottom) {
68+
this.bottom = bottom;
69+
return this;
70+
}
71+
72+
/**
73+
* @return value or {@code null} for none
74+
*/
75+
public java.lang.Integer getLeft() {
76+
return left;
77+
}
78+
79+
/**
80+
* @param left left or {@code null} for none
81+
*/
82+
public AndroidxCrawlerOutputRectangle setLeft(java.lang.Integer left) {
83+
this.left = left;
84+
return this;
85+
}
86+
87+
/**
88+
* @return value or {@code null} for none
89+
*/
90+
public java.lang.Integer getRight() {
91+
return right;
92+
}
93+
94+
/**
95+
* @param right right or {@code null} for none
96+
*/
97+
public AndroidxCrawlerOutputRectangle setRight(java.lang.Integer right) {
98+
this.right = right;
99+
return this;
100+
}
101+
102+
/**
103+
* @return value or {@code null} for none
104+
*/
105+
public java.lang.Integer getTop() {
106+
return top;
107+
}
108+
109+
/**
110+
* @param top top or {@code null} for none
111+
*/
112+
public AndroidxCrawlerOutputRectangle setTop(java.lang.Integer top) {
113+
this.top = top;
114+
return this;
115+
}
116+
117+
@Override
118+
public AndroidxCrawlerOutputRectangle set(String fieldName, Object value) {
119+
return (AndroidxCrawlerOutputRectangle) super.set(fieldName, value);
120+
}
121+
122+
@Override
123+
public AndroidxCrawlerOutputRectangle clone() {
124+
return (AndroidxCrawlerOutputRectangle) super.clone();
125+
}
126+
127+
}

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

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

33+
/**
34+
* Output only. A text entry action, that enters text into a particular text field, clearing any
35+
* existing text in the field. Unlike `text_input` this action does not require any other actions
36+
* such as a tap to be performed before it can enter the text.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText enterText;
41+
3342
/**
3443
* Output only. Key code for a key event action.
3544
* The value may be {@code null}.
@@ -60,7 +69,9 @@ public final class GoogleFirebaseAppdistroV1alphaDeviceInteraction extends com.g
6069
private AndroidxCrawlerOutputPoint tap;
6170

6271
/**
63-
* Output only. Text entered for a text entry action.
72+
* Output only. A text input action, that types some text into whatever field is currently
73+
* focused, if any. Unlike `enter_text` this action requires that the field be brought into focus
74+
* first, for example by emitting a tap action before this one.
6475
* The value may be {@code null}.
6576
*/
6677
@com.google.api.client.util.Key
@@ -73,6 +84,27 @@ public final class GoogleFirebaseAppdistroV1alphaDeviceInteraction extends com.g
7384
@com.google.api.client.util.Key
7485
private GoogleFirebaseAppdistroV1alphaDeviceInteractionWait wait;
7586

87+
/**
88+
* Output only. A text entry action, that enters text into a particular text field, clearing any
89+
* existing text in the field. Unlike `text_input` this action does not require any other actions
90+
* such as a tap to be performed before it can enter the text.
91+
* @return value or {@code null} for none
92+
*/
93+
public GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText getEnterText() {
94+
return enterText;
95+
}
96+
97+
/**
98+
* Output only. A text entry action, that enters text into a particular text field, clearing any
99+
* existing text in the field. Unlike `text_input` this action does not require any other actions
100+
* such as a tap to be performed before it can enter the text.
101+
* @param enterText enterText or {@code null} for none
102+
*/
103+
public GoogleFirebaseAppdistroV1alphaDeviceInteraction setEnterText(GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText enterText) {
104+
this.enterText = enterText;
105+
return this;
106+
}
107+
76108
/**
77109
* Output only. Key code for a key event action.
78110
* @return value or {@code null} for none
@@ -144,15 +176,19 @@ public GoogleFirebaseAppdistroV1alphaDeviceInteraction setTap(AndroidxCrawlerOut
144176
}
145177

146178
/**
147-
* Output only. Text entered for a text entry action.
179+
* Output only. A text input action, that types some text into whatever field is currently
180+
* focused, if any. Unlike `enter_text` this action requires that the field be brought into focus
181+
* first, for example by emitting a tap action before this one.
148182
* @return value or {@code null} for none
149183
*/
150184
public java.lang.String getTextInput() {
151185
return textInput;
152186
}
153187

154188
/**
155-
* Output only. Text entered for a text entry action.
189+
* Output only. A text input action, that types some text into whatever field is currently
190+
* focused, if any. Unlike `enter_text` this action requires that the field be brought into focus
191+
* first, for example by emitting a tap action before this one.
156192
* @param textInput textInput or {@code null} for none
157193
*/
158194
public GoogleFirebaseAppdistroV1alphaDeviceInteraction setTextInput(java.lang.String textInput) {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.firebaseappdistribution.v1alpha.model;
18+
19+
/**
20+
* A text entry action, that enters text into a particular text field, clearing any existing text in
21+
* the field.
22+
*
23+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24+
* transmitted over HTTP when working with the Firebase App Distribution API. For a detailed
25+
* explanation see:
26+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
27+
* </p>
28+
*
29+
* @author Google, Inc.
30+
*/
31+
@SuppressWarnings("javadoc")
32+
public final class GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText extends com.google.api.client.json.GenericJson {
33+
34+
/**
35+
* Output only. The visible bounds of the element to enter text into.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private AndroidxCrawlerOutputRectangle elementBounds;
40+
41+
/**
42+
* Output only. The text to enter.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String text;
47+
48+
/**
49+
* Output only. The visible bounds of the element to enter text into.
50+
* @return value or {@code null} for none
51+
*/
52+
public AndroidxCrawlerOutputRectangle getElementBounds() {
53+
return elementBounds;
54+
}
55+
56+
/**
57+
* Output only. The visible bounds of the element to enter text into.
58+
* @param elementBounds elementBounds or {@code null} for none
59+
*/
60+
public GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText setElementBounds(AndroidxCrawlerOutputRectangle elementBounds) {
61+
this.elementBounds = elementBounds;
62+
return this;
63+
}
64+
65+
/**
66+
* Output only. The text to enter.
67+
* @return value or {@code null} for none
68+
*/
69+
public java.lang.String getText() {
70+
return text;
71+
}
72+
73+
/**
74+
* Output only. The text to enter.
75+
* @param text text or {@code null} for none
76+
*/
77+
public GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText setText(java.lang.String text) {
78+
this.text = text;
79+
return this;
80+
}
81+
82+
@Override
83+
public GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText set(String fieldName, Object value) {
84+
return (GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText) super.set(fieldName, value);
85+
}
86+
87+
@Override
88+
public GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText clone() {
89+
return (GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText) super.clone();
90+
}
91+
92+
}

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-rev20250416-2.0.0</version>
12-
<name>Firebase App Distribution API v1alpha-rev20250416-2.0.0</name>
11+
<version>v1alpha-rev20250612-2.0.0</version>
12+
<name>Firebase App Distribution API v1alpha-rev20250612-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-rev20250416-2.0.0</version>
25+
<version>v1alpha-rev20250612-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-rev20250416-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20250612-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)