Skip to content

Commit

Permalink
chore: regenerate chromepolicy client (#18303)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 6, 2023
1 parent 010d351 commit 809433f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-chromepolicy/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-chromepolicy</artifactId>
<version>v1-rev20231001-2.0.0</version>
<version>v1-rev20231004-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-chromepolicy:v1-rev20231001-2.0.0'
implementation 'com.google.apis:google-api-services-chromepolicy:v1-rev20231004-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ public final class GoogleChromePolicyVersionsV1PolicyApiLifecycle extends com.go
@com.google.api.client.util.Key
private java.lang.String policyApiLifecycleStage;

/**
* Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies
* that will be deprecated because of introduction of this policy. This field should not be
* manually set but will be set and exposed through PolicyAPI automatically.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> scheduledToDeprecatePolicies;

/**
* In the event that this policy was deprecated in favor of another policy, the fully qualified
* namespace(s) of the new policies as they will show in PolicyAPI. Could only be set if
Expand Down Expand Up @@ -137,6 +146,27 @@ public GoogleChromePolicyVersionsV1PolicyApiLifecycle setPolicyApiLifecycleStage
return this;
}

/**
* Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies
* that will be deprecated because of introduction of this policy. This field should not be
* manually set but will be set and exposed through PolicyAPI automatically.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getScheduledToDeprecatePolicies() {
return scheduledToDeprecatePolicies;
}

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

@Override
public GoogleChromePolicyVersionsV1PolicyApiLifecycle set(String fieldName, Object value) {
return (GoogleChromePolicyVersionsV1PolicyApiLifecycle) super.set(fieldName, value);
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-chromepolicy/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-chromepolicy</artifactId>
<version>v1-rev20231001-2.0.0</version>
<name>Chrome Policy API v1-rev20231001-2.0.0</name>
<version>v1-rev20231004-2.0.0</version>
<name>Chrome Policy API v1-rev20231004-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 809433f

Please sign in to comment.