Skip to content

Commit ba5a191

Browse files
1 parent 9d311f5 commit ba5a191

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
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-rev20250303-2.0.0</version>
25+
<version>v1-rev20250306-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-rev20250303-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20250306-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,16 @@ public final class FreezePeriod extends com.google.api.client.json.GenericJson {
4242
/**
4343
* The end date (inclusive) of the freeze period. Must be no later than 90 days from the start
4444
* date. If the end date is earlier than the start date, the freeze period is considered wrapping
45-
* year-end. Note: year must not be set. For example, {"month": 1,"date": 30}.
45+
* year-end. Note: day and month must be set. year should not be set as it is not used. For
46+
* example, {"month": 1,"date": 30}.
4647
* The value may be {@code null}.
4748
*/
4849
@com.google.api.client.util.Key
4950
private Date endDate;
5051

5152
/**
52-
* The start date (inclusive) of the freeze period. Note: year must not be set. For example,
53-
* {"month": 1,"date": 30}.
53+
* The start date (inclusive) of the freeze period. Note: day and month must be set. year should
54+
* not be set as it is not used. For example, {"month": 1,"date": 30}.
5455
* The value may be {@code null}.
5556
*/
5657
@com.google.api.client.util.Key
@@ -59,7 +60,8 @@ public final class FreezePeriod extends com.google.api.client.json.GenericJson {
5960
/**
6061
* The end date (inclusive) of the freeze period. Must be no later than 90 days from the start
6162
* date. If the end date is earlier than the start date, the freeze period is considered wrapping
62-
* year-end. Note: year must not be set. For example, {"month": 1,"date": 30}.
63+
* year-end. Note: day and month must be set. year should not be set as it is not used. For
64+
* example, {"month": 1,"date": 30}.
6365
* @return value or {@code null} for none
6466
*/
6567
public Date getEndDate() {
@@ -69,7 +71,8 @@ public Date getEndDate() {
6971
/**
7072
* The end date (inclusive) of the freeze period. Must be no later than 90 days from the start
7173
* date. If the end date is earlier than the start date, the freeze period is considered wrapping
72-
* year-end. Note: year must not be set. For example, {"month": 1,"date": 30}.
74+
* year-end. Note: day and month must be set. year should not be set as it is not used. For
75+
* example, {"month": 1,"date": 30}.
7376
* @param endDate endDate or {@code null} for none
7477
*/
7578
public FreezePeriod setEndDate(Date endDate) {
@@ -78,17 +81,17 @@ public FreezePeriod setEndDate(Date endDate) {
7881
}
7982

8083
/**
81-
* The start date (inclusive) of the freeze period. Note: year must not be set. For example,
82-
* {"month": 1,"date": 30}.
84+
* The start date (inclusive) of the freeze period. Note: day and month must be set. year should
85+
* not be set as it is not used. For example, {"month": 1,"date": 30}.
8386
* @return value or {@code null} for none
8487
*/
8588
public Date getStartDate() {
8689
return startDate;
8790
}
8891

8992
/**
90-
* The start date (inclusive) of the freeze period. Note: year must not be set. For example,
91-
* {"month": 1,"date": 30}.
93+
* The start date (inclusive) of the freeze period. Note: day and month must be set. year should
94+
* not be set as it is not used. For example, {"month": 1,"date": 30}.
9295
* @param startDate startDate or {@code null} for none
9396
*/
9497
public FreezePeriod setStartDate(Date startDate) {

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-rev20250303-2.0.0</version>
12-
<name>Android Management API v1-rev20250303-2.0.0</name>
11+
<version>v1-rev20250306-2.0.0</version>
12+
<name>Android Management API v1-rev20250306-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-rev20250303-2.0.0</version>
25+
<version>v1-rev20250306-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-rev20250303-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20250306-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)