Skip to content

Commit 17bd553

Browse files
1 parent 7265248 commit 17bd553

File tree

7 files changed

+64
-70
lines changed

7 files changed

+64
-70
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-rev20260227-2.0.0</version>
25+
<version>v2-rev20260315-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-rev20260227-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20260315-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8783,8 +8783,8 @@ public Copy set(String parameterName, Object value) {
87838783
}
87848784
/**
87858785
* Lists log entries. Use this method to retrieve log entries that originated from a
8786-
* project/folder/organization/billing account. For ways to export log entries, see Exporting Logs
8787-
* (https://cloud.google.com/logging/docs/export).
8786+
* project/folder/organization/billing account. For ways to export log entries, see Routing overview
8787+
* (https://docs.cloud.google.com/logging/docs/routing/overview).
87888788
*
87898789
* Create a request for the method "entries.list".
87908790
*
@@ -8806,8 +8806,8 @@ public class List extends LoggingRequest<com.google.api.services.logging.v2.mode
88068806

88078807
/**
88088808
* Lists log entries. Use this method to retrieve log entries that originated from a
8809-
* project/folder/organization/billing account. For ways to export log entries, see Exporting Logs
8810-
* (https://cloud.google.com/logging/docs/export).
8809+
* project/folder/organization/billing account. For ways to export log entries, see Routing
8810+
* overview (https://docs.cloud.google.com/logging/docs/routing/overview).
88118811
*
88128812
* Create a request for the method "entries.list".
88138813
*

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

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ public final class ListLogEntriesRequest extends com.google.api.client.json.Gene
3131

3232
/**
3333
* Optional. A filter that chooses which log entries to return. For more information, see Logging
34-
* query language
35-
* (https://{$universe.dns_names.final_documentation_domain}/logging/docs/view/logging-query-
36-
* language).Only log entries that match the filter are returned. An empty filter matches all log
37-
* entries in the resources listed in resource_names. Referencing a parent resource that is not
38-
* listed in resource_names will cause the filter to return no results. The maximum length of a
39-
* filter is 20,000 characters.To make queries faster, you can make the filter more selective by
40-
* using restrictions on indexed fields
41-
* (https://{$universe.dns_names.final_documentation_domain}/logging/docs/view/logging-query-
34+
* query language (https://docs.cloud.google.com/logging/docs/view/logging-query-language).Only
35+
* log entries that match the filter are returned. An empty filter matches all log entries in the
36+
* resources listed in resource_names. Referencing a parent resource that is not listed in
37+
* resource_names will cause the filter to return no results. The maximum length of a filter is
38+
* 20,000 characters.To make queries faster, you can make the filter more selective by using
39+
* restrictions on indexed fields (https://docs.cloud.google.com/logging/docs/view/logging-query-
4240
* language#indexed-fields) as well as limit the time range of the query by adding range
4341
* restrictions on the timestamp field.
4442
* The value may be {@code null}.
@@ -106,14 +104,12 @@ public final class ListLogEntriesRequest extends com.google.api.client.json.Gene
106104

107105
/**
108106
* Optional. A filter that chooses which log entries to return. For more information, see Logging
109-
* query language
110-
* (https://{$universe.dns_names.final_documentation_domain}/logging/docs/view/logging-query-
111-
* language).Only log entries that match the filter are returned. An empty filter matches all log
112-
* entries in the resources listed in resource_names. Referencing a parent resource that is not
113-
* listed in resource_names will cause the filter to return no results. The maximum length of a
114-
* filter is 20,000 characters.To make queries faster, you can make the filter more selective by
115-
* using restrictions on indexed fields
116-
* (https://{$universe.dns_names.final_documentation_domain}/logging/docs/view/logging-query-
107+
* query language (https://docs.cloud.google.com/logging/docs/view/logging-query-language).Only
108+
* log entries that match the filter are returned. An empty filter matches all log entries in the
109+
* resources listed in resource_names. Referencing a parent resource that is not listed in
110+
* resource_names will cause the filter to return no results. The maximum length of a filter is
111+
* 20,000 characters.To make queries faster, you can make the filter more selective by using
112+
* restrictions on indexed fields (https://docs.cloud.google.com/logging/docs/view/logging-query-
117113
* language#indexed-fields) as well as limit the time range of the query by adding range
118114
* restrictions on the timestamp field.
119115
* @return value or {@code null} for none
@@ -124,14 +120,12 @@ public java.lang.String getFilter() {
124120

125121
/**
126122
* Optional. A filter that chooses which log entries to return. For more information, see Logging
127-
* query language
128-
* (https://{$universe.dns_names.final_documentation_domain}/logging/docs/view/logging-query-
129-
* language).Only log entries that match the filter are returned. An empty filter matches all log
130-
* entries in the resources listed in resource_names. Referencing a parent resource that is not
131-
* listed in resource_names will cause the filter to return no results. The maximum length of a
132-
* filter is 20,000 characters.To make queries faster, you can make the filter more selective by
133-
* using restrictions on indexed fields
134-
* (https://{$universe.dns_names.final_documentation_domain}/logging/docs/view/logging-query-
123+
* query language (https://docs.cloud.google.com/logging/docs/view/logging-query-language).Only
124+
* log entries that match the filter are returned. An empty filter matches all log entries in the
125+
* resources listed in resource_names. Referencing a parent resource that is not listed in
126+
* resource_names will cause the filter to return no results. The maximum length of a filter is
127+
* 20,000 characters.To make queries faster, you can make the filter more selective by using
128+
* restrictions on indexed fields (https://docs.cloud.google.com/logging/docs/view/logging-query-
135129
* language#indexed-fields) as well as limit the time range of the query by adding range
136130
* restrictions on the timestamp field.
137131
* @param filter filter or {@code null} for none

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

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ public final class TailLogEntriesRequest extends com.google.api.client.json.Gene
4040

4141
/**
4242
* Optional. A filter that chooses which log entries to return. For more information, see Logging
43-
* query language
44-
* (https://{$universe.dns_names.final_documentation_domain}/logging/docs/view/logging-query-
45-
* language).Only log entries that match the filter are returned. An empty filter matches all log
46-
* entries in the resources listed in resource_names. Referencing a parent resource that is not
47-
* listed in resource_names will cause the filter to return no results. The maximum length of a
48-
* filter is 20,000 characters.
43+
* query language (https://docs.cloud.google.com/logging/docs/view/logging-query-language).Only
44+
* log entries that match the filter are returned. An empty filter matches all log entries in the
45+
* resources listed in resource_names. Referencing a parent resource that is not listed in
46+
* resource_names will cause the filter to return no results. The maximum length of a filter is
47+
* 20,000 characters.
4948
* The value may be {@code null}.
5049
*/
5150
@com.google.api.client.util.Key
@@ -87,12 +86,11 @@ public TailLogEntriesRequest setBufferWindow(String bufferWindow) {
8786

8887
/**
8988
* Optional. A filter that chooses which log entries to return. For more information, see Logging
90-
* query language
91-
* (https://{$universe.dns_names.final_documentation_domain}/logging/docs/view/logging-query-
92-
* language).Only log entries that match the filter are returned. An empty filter matches all log
93-
* entries in the resources listed in resource_names. Referencing a parent resource that is not
94-
* listed in resource_names will cause the filter to return no results. The maximum length of a
95-
* filter is 20,000 characters.
89+
* query language (https://docs.cloud.google.com/logging/docs/view/logging-query-language).Only
90+
* log entries that match the filter are returned. An empty filter matches all log entries in the
91+
* resources listed in resource_names. Referencing a parent resource that is not listed in
92+
* resource_names will cause the filter to return no results. The maximum length of a filter is
93+
* 20,000 characters.
9694
* @return value or {@code null} for none
9795
*/
9896
public java.lang.String getFilter() {
@@ -101,12 +99,11 @@ public java.lang.String getFilter() {
10199

102100
/**
103101
* Optional. A filter that chooses which log entries to return. For more information, see Logging
104-
* query language
105-
* (https://{$universe.dns_names.final_documentation_domain}/logging/docs/view/logging-query-
106-
* language).Only log entries that match the filter are returned. An empty filter matches all log
107-
* entries in the resources listed in resource_names. Referencing a parent resource that is not
108-
* listed in resource_names will cause the filter to return no results. The maximum length of a
109-
* filter is 20,000 characters.
102+
* query language (https://docs.cloud.google.com/logging/docs/view/logging-query-language).Only
103+
* log entries that match the filter are returned. An empty filter matches all log entries in the
104+
* resources listed in resource_names. Referencing a parent resource that is not listed in
105+
* resource_names will cause the filter to return no results. The maximum length of a filter is
106+
* 20,000 characters.
110107
* @param filter filter or {@code null} for none
111108
*/
112109
public TailLogEntriesRequest setFilter(java.lang.String filter) {

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

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ public final class WriteLogEntriesRequest extends com.google.api.client.json.Gen
4747
* supplied values are chosen so that, among the log entries that did not supply their own values,
4848
* the entries earlier in the list will sort before the entries later in the list. See the
4949
* entries.list method.Log entries with timestamps that are more than the logs retention period
50-
* (https://cloud.google.com/logging/quotas) in the past or more than 24 hours in the future will
51-
* not be available when calling entries.list. However, those log entries can still be exported
52-
* with LogSinks (https://cloud.google.com/logging/docs/api/tasks/exporting-logs).To improve
53-
* throughput and to avoid exceeding the quota limit (https://cloud.google.com/logging/quotas) for
54-
* calls to entries.write, you should try to include several log entries in this list, rather than
55-
* calling this method for each individual log entry.
50+
* (https://docs.cloud.google.com/logging/quotas) in the past or more than 24 hours in the future
51+
* will not be available when calling entries.list. However, those log entries can still be
52+
* exported with LogSinks (https://docs.cloud.google.com/logging/docs/routing/overview).To improve
53+
* throughput and to avoid exceeding the quota limit
54+
* (https://docs.cloud.google.com/logging/quotas) for calls to entries.write, you should try to
55+
* include several log entries in this list, rather than calling this method for each individual
56+
* log entry.
5657
* The value may be {@code null}.
5758
*/
5859
@com.google.api.client.util.Key
@@ -139,12 +140,13 @@ public WriteLogEntriesRequest setDryRun(java.lang.Boolean dryRun) {
139140
* supplied values are chosen so that, among the log entries that did not supply their own values,
140141
* the entries earlier in the list will sort before the entries later in the list. See the
141142
* entries.list method.Log entries with timestamps that are more than the logs retention period
142-
* (https://cloud.google.com/logging/quotas) in the past or more than 24 hours in the future will
143-
* not be available when calling entries.list. However, those log entries can still be exported
144-
* with LogSinks (https://cloud.google.com/logging/docs/api/tasks/exporting-logs).To improve
145-
* throughput and to avoid exceeding the quota limit (https://cloud.google.com/logging/quotas) for
146-
* calls to entries.write, you should try to include several log entries in this list, rather than
147-
* calling this method for each individual log entry.
143+
* (https://docs.cloud.google.com/logging/quotas) in the past or more than 24 hours in the future
144+
* will not be available when calling entries.list. However, those log entries can still be
145+
* exported with LogSinks (https://docs.cloud.google.com/logging/docs/routing/overview).To improve
146+
* throughput and to avoid exceeding the quota limit
147+
* (https://docs.cloud.google.com/logging/quotas) for calls to entries.write, you should try to
148+
* include several log entries in this list, rather than calling this method for each individual
149+
* log entry.
148150
* @return value or {@code null} for none
149151
*/
150152
public java.util.List<LogEntry> getEntries() {
@@ -160,12 +162,13 @@ public java.util.List<LogEntry> getEntries() {
160162
* supplied values are chosen so that, among the log entries that did not supply their own values,
161163
* the entries earlier in the list will sort before the entries later in the list. See the
162164
* entries.list method.Log entries with timestamps that are more than the logs retention period
163-
* (https://cloud.google.com/logging/quotas) in the past or more than 24 hours in the future will
164-
* not be available when calling entries.list. However, those log entries can still be exported
165-
* with LogSinks (https://cloud.google.com/logging/docs/api/tasks/exporting-logs).To improve
166-
* throughput and to avoid exceeding the quota limit (https://cloud.google.com/logging/quotas) for
167-
* calls to entries.write, you should try to include several log entries in this list, rather than
168-
* calling this method for each individual log entry.
165+
* (https://docs.cloud.google.com/logging/quotas) in the past or more than 24 hours in the future
166+
* will not be available when calling entries.list. However, those log entries can still be
167+
* exported with LogSinks (https://docs.cloud.google.com/logging/docs/routing/overview).To improve
168+
* throughput and to avoid exceeding the quota limit
169+
* (https://docs.cloud.google.com/logging/quotas) for calls to entries.write, you should try to
170+
* include several log entries in this list, rather than calling this method for each individual
171+
* log entry.
169172
* @param entries entries or {@code null} for none
170173
*/
171174
public WriteLogEntriesRequest setEntries(java.util.List<LogEntry> entries) {

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

0 commit comments

Comments
 (0)