Skip to content

Commit ee2f4db

Browse files
1 parent fea0862 commit ee2f4db

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

clients/google-api-services-chromepolicy/v1/2.0.0/README.md

+2-2
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-chromepolicy</artifactId>
25-
<version>v1-rev20240111-2.0.0</version>
25+
<version>v1-rev20240729-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-chromepolicy:v1-rev20240111-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromepolicy:v1-rev20240729-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-chromepolicy/v1/2.0.0/com/google/api/services/chromepolicy/v1/model/GoogleChromePolicyVersionsV1PolicyApiLifecycle.java

+3-6
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ public final class GoogleChromePolicyVersionsV1PolicyApiLifecycle extends com.go
6363

6464
/**
6565
* Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies
66-
* that will be deprecated because of introduction of this policy. This field should not be
67-
* manually set but will be set and exposed through PolicyAPI automatically.
66+
* that will be deprecated because of introduction of this policy.
6867
* The value may be {@code null}.
6968
*/
7069
@com.google.api.client.util.Key
@@ -148,8 +147,7 @@ public GoogleChromePolicyVersionsV1PolicyApiLifecycle setPolicyApiLifecycleStage
148147

149148
/**
150149
* Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies
151-
* that will be deprecated because of introduction of this policy. This field should not be
152-
* manually set but will be set and exposed through PolicyAPI automatically.
150+
* that will be deprecated because of introduction of this policy.
153151
* @return value or {@code null} for none
154152
*/
155153
public java.util.List<java.lang.String> getScheduledToDeprecatePolicies() {
@@ -158,8 +156,7 @@ public java.util.List<java.lang.String> getScheduledToDeprecatePolicies() {
158156

159157
/**
160158
* Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies
161-
* that will be deprecated because of introduction of this policy. This field should not be
162-
* manually set but will be set and exposed through PolicyAPI automatically.
159+
* that will be deprecated because of introduction of this policy.
163160
* @param scheduledToDeprecatePolicies scheduledToDeprecatePolicies or {@code null} for none
164161
*/
165162
public GoogleChromePolicyVersionsV1PolicyApiLifecycle setScheduledToDeprecatePolicies(java.util.List<java.lang.String> scheduledToDeprecatePolicies) {

clients/google-api-services-chromepolicy/v1/2.0.0/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-chromepolicy</artifactId>
11-
<version>v1-rev20240111-2.0.0</version>
12-
<name>Chrome Policy API v1-rev20240111-2.0.0</name>
11+
<version>v1-rev20240729-2.0.0</version>
12+
<name>Chrome Policy API v1-rev20240729-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-chromepolicy/v1/README.md

+2-2
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-chromepolicy</artifactId>
25-
<version>v1-rev20240111-2.0.0</version>
25+
<version>v1-rev20240729-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-chromepolicy:v1-rev20240111-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromepolicy:v1-rev20240729-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)