Skip to content

Commit 889b3cd

Browse files
1 parent c0ca6da commit 889b3cd

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
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-rev20241118-2.0.0</version>
25+
<version>v1-rev20250326-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-rev20241118-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromepolicy:v1-rev20250326-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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ public final class Proto2FileDescriptorProto extends com.google.api.client.json.
6969
@com.google.api.client.util.Key
7070
private java.lang.String name;
7171

72+
/**
73+
* Names of files imported by this file purely for the purpose of providing option extensions.
74+
* These are excluded from the dependency list above.
75+
* The value may be {@code null}.
76+
*/
77+
@com.google.api.client.util.Key
78+
private java.util.List<java.lang.String> optionDependency;
79+
7280
/**
7381
* e.g. "foo", "foo.bar", etc.
7482
* The value may be {@code null}.
@@ -154,6 +162,25 @@ public Proto2FileDescriptorProto setName(java.lang.String name) {
154162
return this;
155163
}
156164

165+
/**
166+
* Names of files imported by this file purely for the purpose of providing option extensions.
167+
* These are excluded from the dependency list above.
168+
* @return value or {@code null} for none
169+
*/
170+
public java.util.List<java.lang.String> getOptionDependency() {
171+
return optionDependency;
172+
}
173+
174+
/**
175+
* Names of files imported by this file purely for the purpose of providing option extensions.
176+
* These are excluded from the dependency list above.
177+
* @param optionDependency optionDependency or {@code null} for none
178+
*/
179+
public Proto2FileDescriptorProto setOptionDependency(java.util.List<java.lang.String> optionDependency) {
180+
this.optionDependency = optionDependency;
181+
return this;
182+
}
183+
157184
/**
158185
* e.g. "foo", "foo.bar", etc.
159186
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)