Skip to content

Commit aeaad55

Browse files
1 parent 38e3b02 commit aeaad55

File tree

4 files changed

+9
-21
lines changed

4 files changed

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

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

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,7 @@ public final class LogEntry extends com.google.api.client.json.GenericJson {
217217
* Optional. The time the event described by the log entry occurred. This time is used to compute
218218
* the log entry's age and to enforce the logs retention period. If this field is omitted in a new
219219
* log entry, then Logging assigns it the current time. Timestamps have nanosecond accuracy, but
220-
* trailing zeros in the fractional seconds might be omitted when the timestamp is
221-
* displayed.Incoming log entries must have timestamps that don't exceed the logs retention period
222-
* (https://cloud.google.com/logging/quotas#logs_retention_periods) in the past, and that don't
223-
* exceed 24 hours in the future. Log entries outside those time boundaries are rejected by
224-
* Logging.
220+
* trailing zeros in the fractional seconds might be omitted when the timestamp is displayed.
225221
* The value may be {@code null}.
226222
*/
227223
@com.google.api.client.util.Key
@@ -680,11 +676,7 @@ public LogEntry setTextPayload(java.lang.String textPayload) {
680676
* Optional. The time the event described by the log entry occurred. This time is used to compute
681677
* the log entry's age and to enforce the logs retention period. If this field is omitted in a new
682678
* log entry, then Logging assigns it the current time. Timestamps have nanosecond accuracy, but
683-
* trailing zeros in the fractional seconds might be omitted when the timestamp is
684-
* displayed.Incoming log entries must have timestamps that don't exceed the logs retention period
685-
* (https://cloud.google.com/logging/quotas#logs_retention_periods) in the past, and that don't
686-
* exceed 24 hours in the future. Log entries outside those time boundaries are rejected by
687-
* Logging.
679+
* trailing zeros in the fractional seconds might be omitted when the timestamp is displayed.
688680
* @return value or {@code null} for none
689681
*/
690682
public String getTimestamp() {
@@ -695,11 +687,7 @@ public String getTimestamp() {
695687
* Optional. The time the event described by the log entry occurred. This time is used to compute
696688
* the log entry's age and to enforce the logs retention period. If this field is omitted in a new
697689
* log entry, then Logging assigns it the current time. Timestamps have nanosecond accuracy, but
698-
* trailing zeros in the fractional seconds might be omitted when the timestamp is
699-
* displayed.Incoming log entries must have timestamps that don't exceed the logs retention period
700-
* (https://cloud.google.com/logging/quotas#logs_retention_periods) in the past, and that don't
701-
* exceed 24 hours in the future. Log entries outside those time boundaries are rejected by
702-
* Logging.
690+
* trailing zeros in the fractional seconds might be omitted when the timestamp is displayed.
703691
* @param timestamp timestamp or {@code null} for none
704692
*/
705693
public LogEntry setTimestamp(String timestamp) {

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

0 commit comments

Comments
 (0)