Skip to content

Commit 3ca46e9

Browse files
1 parent 4d5d9c7 commit 3ca46e9

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
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-rev20241004-2.0.0</version>
25+
<version>v1-rev20241118-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-rev20241004-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromepolicy:v1-rev20241118-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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ public final class Proto2FileDescriptorProto extends com.google.api.client.json.
7878

7979
/**
8080
* The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If
81-
* `edition` is present, this value must be "editions".
81+
* `edition` is present, this value must be "editions". WARNING: This field should only be used by
82+
* protobuf plugins or special cases like the proto compiler. Other uses are discouraged and
83+
* developers should rely on the protoreflect APIs for their client language.
8284
* The value may be {@code null}.
8385
*/
8486
@com.google.api.client.util.Key
@@ -171,7 +173,9 @@ public Proto2FileDescriptorProto setPackage(java.lang.String package__) {
171173

172174
/**
173175
* The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If
174-
* `edition` is present, this value must be "editions".
176+
* `edition` is present, this value must be "editions". WARNING: This field should only be used by
177+
* protobuf plugins or special cases like the proto compiler. Other uses are discouraged and
178+
* developers should rely on the protoreflect APIs for their client language.
175179
* @return value or {@code null} for none
176180
*/
177181
public java.lang.String getSyntax() {
@@ -180,7 +184,9 @@ public java.lang.String getSyntax() {
180184

181185
/**
182186
* The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If
183-
* `edition` is present, this value must be "editions".
187+
* `edition` is present, this value must be "editions". WARNING: This field should only be used by
188+
* protobuf plugins or special cases like the proto compiler. Other uses are discouraged and
189+
* developers should rely on the protoreflect APIs for their client language.
184190
* @param syntax syntax or {@code null} for none
185191
*/
186192
public Proto2FileDescriptorProto setSyntax(java.lang.String syntax) {

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-rev20241004-2.0.0</version>
12-
<name>Chrome Policy API v1-rev20241004-2.0.0</name>
11+
<version>v1-rev20241118-2.0.0</version>
12+
<name>Chrome Policy API v1-rev20241118-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-rev20241004-2.0.0</version>
25+
<version>v1-rev20241118-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-rev20241004-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromepolicy:v1-rev20241118-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)