Skip to content

Commit e34045e

Browse files
1 parent 293888c commit e34045e

File tree

6 files changed

+56
-7
lines changed

6 files changed

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.chromepolicy.v1.model;
1818

1919
/**
20-
* A network setting contains network configurations.
20+
* A network setting contains network configurations. It adheres to the PolicyAPI formats defined
21+
* under the namespace chrome.networks.{wifi/ethernet/cellular/vpn}.Details
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Chrome Policy API. For a detailed explanation see:

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ public final class Proto2DescriptorProto extends com.google.api.client.json.Gene
5959
@com.google.api.client.util.Key
6060
private java.util.List<Proto2OneofDescriptorProto> oneofDecl;
6161

62+
/**
63+
* Support for `export` and `local` keywords on enums.
64+
* The value may be {@code null}.
65+
*/
66+
@com.google.api.client.util.Key
67+
private java.lang.String visibility;
68+
6269
/**
6370
* @return value or {@code null} for none
6471
*/
@@ -134,6 +141,23 @@ public Proto2DescriptorProto setOneofDecl(java.util.List<Proto2OneofDescriptorPr
134141
return this;
135142
}
136143

144+
/**
145+
* Support for `export` and `local` keywords on enums.
146+
* @return value or {@code null} for none
147+
*/
148+
public java.lang.String getVisibility() {
149+
return visibility;
150+
}
151+
152+
/**
153+
* Support for `export` and `local` keywords on enums.
154+
* @param visibility visibility or {@code null} for none
155+
*/
156+
public Proto2DescriptorProto setVisibility(java.lang.String visibility) {
157+
this.visibility = visibility;
158+
return this;
159+
}
160+
137161
@Override
138162
public Proto2DescriptorProto set(String fieldName, Object value) {
139163
return (Proto2DescriptorProto) super.set(fieldName, value);

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ public final class Proto2EnumDescriptorProto extends com.google.api.client.json.
4141
@com.google.api.client.util.Key
4242
private java.util.List<Proto2EnumValueDescriptorProto> value;
4343

44+
/**
45+
* Support for `export` and `local` keywords on enums.
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private java.lang.String visibility;
50+
4451
/**
4552
* @return value or {@code null} for none
4653
*/
@@ -71,6 +78,23 @@ public Proto2EnumDescriptorProto setValue(java.util.List<Proto2EnumValueDescript
7178
return this;
7279
}
7380

81+
/**
82+
* Support for `export` and `local` keywords on enums.
83+
* @return value or {@code null} for none
84+
*/
85+
public java.lang.String getVisibility() {
86+
return visibility;
87+
}
88+
89+
/**
90+
* Support for `export` and `local` keywords on enums.
91+
* @param visibility visibility or {@code null} for none
92+
*/
93+
public Proto2EnumDescriptorProto setVisibility(java.lang.String visibility) {
94+
this.visibility = visibility;
95+
return this;
96+
}
97+
7498
@Override
7599
public Proto2EnumDescriptorProto set(String fieldName, Object value) {
76100
return (Proto2EnumDescriptorProto) super.set(fieldName, value);

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

0 commit comments

Comments
 (0)