Skip to content

Commit 5f27e52

Browse files
1 parent 0d83d22 commit 5f27e52

File tree

4 files changed

+21
-21
lines changed

4 files changed

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

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6882,7 +6882,7 @@ public Logs logs() {
68826882
public class Logs {
68836883

68846884
/**
6885-
* Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it
6885+
* Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it
68866886
* receives new entries. Log entries written shortly before the delete operation might not be
68876887
* deleted. Entries received after the delete operation with a timestamp before the operation will
68886888
* be deleted.
@@ -6914,8 +6914,8 @@ public class Delete extends LoggingRequest<com.google.api.services.logging.v2.mo
69146914
java.util.regex.Pattern.compile("^billingAccounts/[^/]+/logs/[^/]+$");
69156915

69166916
/**
6917-
* Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it
6918-
* receives new entries. Log entries written shortly before the delete operation might not be
6917+
* Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if
6918+
* it receives new entries. Log entries written shortly before the delete operation might not be
69196919
* deleted. Entries received after the delete operation with a timestamp before the operation will
69206920
* be deleted.
69216921
*
@@ -18167,7 +18167,7 @@ public Logs logs() {
1816718167
public class Logs {
1816818168

1816918169
/**
18170-
* Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it
18170+
* Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it
1817118171
* receives new entries. Log entries written shortly before the delete operation might not be
1817218172
* deleted. Entries received after the delete operation with a timestamp before the operation will
1817318173
* be deleted.
@@ -18199,8 +18199,8 @@ public class Delete extends LoggingRequest<com.google.api.services.logging.v2.mo
1819918199
java.util.regex.Pattern.compile("^folders/[^/]+/logs/[^/]+$");
1820018200

1820118201
/**
18202-
* Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it
18203-
* receives new entries. Log entries written shortly before the delete operation might not be
18202+
* Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if
18203+
* it receives new entries. Log entries written shortly before the delete operation might not be
1820418204
* deleted. Entries received after the delete operation with a timestamp before the operation will
1820518205
* be deleted.
1820618206
*
@@ -24295,7 +24295,7 @@ public Logs logs() {
2429524295
public class Logs {
2429624296

2429724297
/**
24298-
* Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it
24298+
* Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it
2429924299
* receives new entries. Log entries written shortly before the delete operation might not be
2430024300
* deleted. Entries received after the delete operation with a timestamp before the operation will
2430124301
* be deleted.
@@ -24327,8 +24327,8 @@ public class Delete extends LoggingRequest<com.google.api.services.logging.v2.mo
2432724327
java.util.regex.Pattern.compile("^[^/]+/[^/]+/logs/[^/]+$");
2432824328

2432924329
/**
24330-
* Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it
24331-
* receives new entries. Log entries written shortly before the delete operation might not be
24330+
* Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if
24331+
* it receives new entries. Log entries written shortly before the delete operation might not be
2433224332
* deleted. Entries received after the delete operation with a timestamp before the operation will
2433324333
* be deleted.
2433424334
*
@@ -33312,7 +33312,7 @@ public Logs logs() {
3331233312
public class Logs {
3331333313

3331433314
/**
33315-
* Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it
33315+
* Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it
3331633316
* receives new entries. Log entries written shortly before the delete operation might not be
3331733317
* deleted. Entries received after the delete operation with a timestamp before the operation will
3331833318
* be deleted.
@@ -33344,8 +33344,8 @@ public class Delete extends LoggingRequest<com.google.api.services.logging.v2.mo
3334433344
java.util.regex.Pattern.compile("^organizations/[^/]+/logs/[^/]+$");
3334533345

3334633346
/**
33347-
* Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it
33348-
* receives new entries. Log entries written shortly before the delete operation might not be
33347+
* Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if
33348+
* it receives new entries. Log entries written shortly before the delete operation might not be
3334933349
* deleted. Entries received after the delete operation with a timestamp before the operation will
3335033350
* be deleted.
3335133351
*
@@ -43100,7 +43100,7 @@ public Logs logs() {
4310043100
public class Logs {
4310143101

4310243102
/**
43103-
* Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it
43103+
* Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it
4310443104
* receives new entries. Log entries written shortly before the delete operation might not be
4310543105
* deleted. Entries received after the delete operation with a timestamp before the operation will
4310643106
* be deleted.
@@ -43132,8 +43132,8 @@ public class Delete extends LoggingRequest<com.google.api.services.logging.v2.mo
4313243132
java.util.regex.Pattern.compile("^projects/[^/]+/logs/[^/]+$");
4313343133

4313443134
/**
43135-
* Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it
43136-
* receives new entries. Log entries written shortly before the delete operation might not be
43135+
* Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if
43136+
* it receives new entries. Log entries written shortly before the delete operation might not be
4313743137
* deleted. Entries received after the delete operation with a timestamp before the operation will
4313843138
* be deleted.
4313943139
*

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-rev20250411-2.0.0</version>
12-
<name>Cloud Logging API v2-rev20250411-2.0.0</name>
11+
<version>v2-rev20250516-2.0.0</version>
12+
<name>Cloud Logging API v2-rev20250516-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-rev20250411-2.0.0</version>
25+
<version>v2-rev20250516-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-rev20250411-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20250516-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)