Skip to content

Commit f5966c0

Browse files
1 parent 6bb35ff commit f5966c0

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

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

clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/AndroidManagement.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,8 +2581,8 @@ public List setPageToken(java.lang.String pageToken) {
25812581
/**
25822582
* When set to true, operations that are reachable are returned as normal, and those that
25832583
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
2584-
* only be true when reading across collections e.g. when parent is set to
2585-
* "projects/example/locations/-".This field is not by default supported and will result
2584+
* only be true when reading across collections. For example, when parent is set to
2585+
* "projects/example/locations/-".This field is not supported by default and will result
25862586
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
25872587
* product specific documentation.
25882588
*/
@@ -2591,9 +2591,9 @@ public List setPageToken(java.lang.String pageToken) {
25912591

25922592
/** When set to true, operations that are reachable are returned as normal, and those that are
25932593
unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
2594-
reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
2595-
not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
2596-
documented otherwise in service or product specific documentation.
2594+
reading across collections. For example, when parent is set to "projects/example/locations/-".This
2595+
field is not supported by default and will result in an UNIMPLEMENTED error if set unless
2596+
explicitly documented otherwise in service or product specific documentation.
25972597
*/
25982598
public java.lang.Boolean getReturnPartialSuccess() {
25992599
return returnPartialSuccess;
@@ -2602,8 +2602,8 @@ public java.lang.Boolean getReturnPartialSuccess() {
26022602
/**
26032603
* When set to true, operations that are reachable are returned as normal, and those that
26042604
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
2605-
* only be true when reading across collections e.g. when parent is set to
2606-
* "projects/example/locations/-".This field is not by default supported and will result
2605+
* only be true when reading across collections. For example, when parent is set to
2606+
* "projects/example/locations/-".This field is not supported by default and will result
26072607
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
26082608
* product specific documentation.
26092609
*/

clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/ListOperationsResponse.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
50-
* to list all resources across all supported locations.
49+
* ListOperationsRequest.return_partial_success and reads across collections. For example, when
50+
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -89,8 +89,8 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
93-
* to list all resources across all supported locations.
92+
* ListOperationsRequest.return_partial_success and reads across collections. For example, when
93+
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
9696
public java.util.List<java.lang.String> getUnreachable() {
@@ -99,8 +99,8 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
103-
* to list all resources across all supported locations.
102+
* ListOperationsRequest.return_partial_success and reads across collections. For example, when
103+
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/
106106
public ListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {

clients/google-api-services-androidmanagement/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-androidmanagement</artifactId>
11-
<version>v1-rev20251111-2.0.0</version>
12-
<name>Android Management API v1-rev20251111-2.0.0</name>
11+
<version>v1-rev20251120-2.0.0</version>
12+
<name>Android Management API v1-rev20251120-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)