You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/FirebaseAppDistribution.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1986,13 +1986,13 @@ public Create setParent(java.lang.String parent) {
1986
1986
1987
1987
/**
1988
1988
* Optional. The ID to use for the test, which will become the final component of the
1989
-
* tests's resource name. This value should be 4-63 characters, and valid characters are
1989
+
* test's resource name. This value should be 4-63 characters, and valid characters are
1990
1990
* /a-z-/. If it is not provided one will be automatically generated.
1991
1991
*/
1992
1992
@com.google.api.client.util.Key
1993
1993
privatejava.lang.StringreleaseTestId;
1994
1994
1995
-
/** Optional. The ID to use for the test, which will become the final component of the tests's resource
1995
+
/** Optional. The ID to use for the test, which will become the final component of the test's resource
1996
1996
name. This value should be 4-63 characters, and valid characters are /a-z-/. If it is not provided
1997
1997
one will be automatically generated.
1998
1998
*/
@@ -2002,7 +2002,7 @@ public java.lang.String getReleaseTestId() {
2002
2002
2003
2003
/**
2004
2004
* Optional. The ID to use for the test, which will become the final component of the
2005
-
* tests's resource name. This value should be 4-63 characters, and valid characters are
2005
+
* test's resource name. This value should be 4-63 characters, and valid characters are
2006
2006
* /a-z-/. If it is not provided one will be automatically generated.
Copy file name to clipboardExpand all lines: clients/google-api-services-firebaseappdistribution/v1alpha/2.0.0/com/google/api/services/firebaseappdistribution/v1alpha/model/GoogleFirebaseAppdistroV1alphaReleaseTest.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,13 @@ public final class GoogleFirebaseAppdistroV1alphaReleaseTest extends com.google.
72
72
@com.google.api.client.util.Key
73
73
privatejava.lang.Stringname;
74
74
75
+
/**
76
+
* Output only. The state of the release test.
77
+
* The value may be {@code null}.
78
+
*/
79
+
@com.google.api.client.util.Key
80
+
privatejava.lang.StringtestState;
81
+
75
82
/**
76
83
* Optional. Instructions for AI driven test.
77
84
* @return value or {@code null} for none
@@ -159,6 +166,23 @@ public GoogleFirebaseAppdistroV1alphaReleaseTest setName(java.lang.String name)
159
166
returnthis;
160
167
}
161
168
169
+
/**
170
+
* Output only. The state of the release test.
171
+
* @return value or {@code null} for none
172
+
*/
173
+
publicjava.lang.StringgetTestState() {
174
+
returntestState;
175
+
}
176
+
177
+
/**
178
+
* Output only. The state of the release test.
179
+
* @param testState testState or {@code null} for none
0 commit comments