File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
clients/google-api-services-logging/v2
com/google/api/services/logging/v2/model Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff line change 3030public 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 ) {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments