Skip to content

Commit 7af8ddd

Browse files
1 parent 49b3ac3 commit 7af8ddd

File tree

17 files changed

+50
-50
lines changed

17 files changed

+50
-50
lines changed

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

clients/google-api-services-osconfig/v1/2.0.0/com/google/api/services/osconfig/v1/OSConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3008,7 +3008,7 @@ public class Operations {
30083008
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
30093009
* methods to check whether the cancellation succeeded or whether the operation completed despite
30103010
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3011-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
3011+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
30123012
* `Code.CANCELLED`.
30133013
*
30143014
* Create a request for the method "operations.cancel".
@@ -3039,7 +3039,7 @@ public class Cancel extends OSConfigRequest<com.google.api.services.osconfig.v1.
30393039
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
30403040
* methods to check whether the cancellation succeeded or whether the operation completed despite
30413041
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3042-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
3042+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
30433043
* `Code.CANCELLED`.
30443044
*
30453045
* Create a request for the method "operations.cancel".

clients/google-api-services-osconfig/v1/2.0.0/com/google/api/services/osconfig/v1/model/TimeZone.java

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

3232
/**
33-
* IANA Time Zone Database time zone, e.g. "America/New_York".
33+
* IANA Time Zone Database time zone. For example "America/New_York".
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String id;
3838

3939
/**
40-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
40+
* Optional. IANA Time Zone Database version number. For example "2019a".
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.String version;
4545

4646
/**
47-
* IANA Time Zone Database time zone, e.g. "America/New_York".
47+
* IANA Time Zone Database time zone. For example "America/New_York".
4848
* @return value or {@code null} for none
4949
*/
5050
public java.lang.String getId() {
5151
return id;
5252
}
5353

5454
/**
55-
* IANA Time Zone Database time zone, e.g. "America/New_York".
55+
* IANA Time Zone Database time zone. For example "America/New_York".
5656
* @param id id or {@code null} for none
5757
*/
5858
public TimeZone setId(java.lang.String id) {
@@ -61,15 +61,15 @@ public TimeZone setId(java.lang.String id) {
6161
}
6262

6363
/**
64-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
64+
* Optional. IANA Time Zone Database version number. For example "2019a".
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.String getVersion() {
6868
return version;
6969
}
7070

7171
/**
72-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
72+
* Optional. IANA Time Zone Database version number. For example "2019a".
7373
* @param version version or {@code null} for none
7474
*/
7575
public TimeZone setVersion(java.lang.String version) {

clients/google-api-services-osconfig/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-osconfig</artifactId>
11-
<version>v1-rev20241021-2.0.0</version>
12-
<name>OS Config API v1-rev20241021-2.0.0</name>
11+
<version>v1-rev20241201-2.0.0</version>
12+
<name>OS Config API v1-rev20241201-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>OS Config API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

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

clients/google-api-services-osconfig/v1alpha/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-osconfig</artifactId>
25-
<version>v1alpha-rev20241021-2.0.0</version>
25+
<version>v1alpha-rev20241117-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-osconfig:v1alpha-rev20241021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-osconfig:v1alpha-rev20241117-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-osconfig/v1alpha/2.0.0/com/google/api/services/osconfig/v1alpha/OSConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3055,7 +3055,7 @@ public class Operations {
30553055
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
30563056
* methods to check whether the cancellation succeeded or whether the operation completed despite
30573057
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3058-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
3058+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
30593059
* `Code.CANCELLED`.
30603060
*
30613061
* Create a request for the method "operations.cancel".
@@ -3086,7 +3086,7 @@ public class Cancel extends OSConfigRequest<com.google.api.services.osconfig.v1a
30863086
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
30873087
* methods to check whether the cancellation succeeded or whether the operation completed despite
30883088
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3089-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
3089+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
30903090
* `Code.CANCELLED`.
30913091
*
30923092
* Create a request for the method "operations.cancel".

clients/google-api-services-osconfig/v1alpha/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-osconfig</artifactId>
11-
<version>v1alpha-rev20241021-2.0.0</version>
12-
<name>OS Config API v1alpha-rev20241021-2.0.0</name>
11+
<version>v1alpha-rev20241117-2.0.0</version>
12+
<name>OS Config API v1alpha-rev20241117-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>OS Config API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

clients/google-api-services-osconfig/v1alpha/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-osconfig</artifactId>
25-
<version>v1alpha-rev20241021-2.0.0</version>
25+
<version>v1alpha-rev20241117-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-osconfig:v1alpha-rev20241021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-osconfig:v1alpha-rev20241117-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-osconfig/v1beta/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-osconfig</artifactId>
25-
<version>v1beta-rev20241021-2.0.0</version>
25+
<version>v1beta-rev20241201-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-osconfig:v1beta-rev20241021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-osconfig:v1beta-rev20241201-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)