Skip to content

Commit 8c0fe58

Browse files
1 parent 9136f84 commit 8c0fe58

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
public final class Proto2FileDescriptorProto extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* BEGIN GOOGLE-INTERNAL TODO(b/297898292) Deprecate and remove this field in favor of enums. END
34-
* GOOGLE-INTERNAL
33+
* copybara:strip_begin TODO(b/297898292) Deprecate and remove this field in favor of enums.
34+
* copybara:strip_end
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -95,17 +95,17 @@ public final class Proto2FileDescriptorProto extends com.google.api.client.json.
9595
private java.lang.String syntax;
9696

9797
/**
98-
* BEGIN GOOGLE-INTERNAL TODO(b/297898292) Deprecate and remove this field in favor of enums. END
99-
* GOOGLE-INTERNAL
98+
* copybara:strip_begin TODO(b/297898292) Deprecate and remove this field in favor of enums.
99+
* copybara:strip_end
100100
* @return value or {@code null} for none
101101
*/
102102
public java.lang.String getEditionDeprecated() {
103103
return editionDeprecated;
104104
}
105105

106106
/**
107-
* BEGIN GOOGLE-INTERNAL TODO(b/297898292) Deprecate and remove this field in favor of enums. END
108-
* GOOGLE-INTERNAL
107+
* copybara:strip_begin TODO(b/297898292) Deprecate and remove this field in favor of enums.
108+
* copybara:strip_end
109109
* @param editionDeprecated editionDeprecated or {@code null} for none
110110
*/
111111
public Proto2FileDescriptorProto setEditionDeprecated(java.lang.String editionDeprecated) {

clients/google-api-services-chromepolicy/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-chromepolicy</artifactId>
11-
<version>v1-rev20250409-2.0.0</version>
12-
<name>Chrome Policy API v1-rev20250409-2.0.0</name>
11+
<version>v1-rev20250504-2.0.0</version>
12+
<name>Chrome Policy API v1-rev20250504-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)