Skip to content

Commit ba7d08f

Browse files
1 parent 9c73995 commit ba7d08f

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

clients/google-api-services-logging/v2/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-logging</artifactId>
25-
<version>v2-rev20240908-2.0.0</version>
25+
<version>v2-rev20240913-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-logging:v2-rev20240908-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20240913-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/model/LogBucket.java

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

3232
/**
33-
* Whether log analytics is enabled for this bucket.Once enabled, log analytics features cannot be
34-
* disabled.
33+
* Optional. Whether log analytics is enabled for this bucket.Once enabled, log analytics features
34+
* cannot be disabled.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -128,17 +128,17 @@ public final class LogBucket extends com.google.api.client.json.GenericJson {
128128
private String updateTime;
129129

130130
/**
131-
* Whether log analytics is enabled for this bucket.Once enabled, log analytics features cannot be
132-
* disabled.
131+
* Optional. Whether log analytics is enabled for this bucket.Once enabled, log analytics features
132+
* cannot be disabled.
133133
* @return value or {@code null} for none
134134
*/
135135
public java.lang.Boolean getAnalyticsEnabled() {
136136
return analyticsEnabled;
137137
}
138138

139139
/**
140-
* Whether log analytics is enabled for this bucket.Once enabled, log analytics features cannot be
141-
* disabled.
140+
* Optional. Whether log analytics is enabled for this bucket.Once enabled, log analytics features
141+
* cannot be disabled.
142142
* @param analyticsEnabled analyticsEnabled or {@code null} for none
143143
*/
144144
public LogBucket setAnalyticsEnabled(java.lang.Boolean analyticsEnabled) {

clients/google-api-services-logging/v2/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-logging</artifactId>
11-
<version>v2-rev20240908-2.0.0</version>
12-
<name>Cloud Logging API v2-rev20240908-2.0.0</name>
11+
<version>v2-rev20240913-2.0.0</version>
12+
<name>Cloud Logging API v2-rev20240913-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-logging/v2/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-logging</artifactId>
25-
<version>v2-rev20240908-2.0.0</version>
25+
<version>v2-rev20240913-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-logging:v2-rev20240908-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20240913-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)