Skip to content

Commit 1389e07

Browse files
1 parent b1fc230 commit 1389e07

File tree

6 files changed

+75
-33
lines changed

6 files changed

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

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

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ 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 (https://cloud.google.com/logging/docs/view/logging-query-language).Only log
35-
* 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://cloud.google.com/logging/docs/view/logging-query-
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-
4042
* language#indexed-fields) as well as limit the time range of the query by adding range
4143
* restrictions on the timestamp field.
4244
* The value may be {@code null}.
@@ -104,12 +106,14 @@ public final class ListLogEntriesRequest extends com.google.api.client.json.Gene
104106

105107
/**
106108
* Optional. A filter that chooses which log entries to return. For more information, see Logging
107-
* query language (https://cloud.google.com/logging/docs/view/logging-query-language).Only log
108-
* 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://cloud.google.com/logging/docs/view/logging-query-
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-
113117
* language#indexed-fields) as well as limit the time range of the query by adding range
114118
* restrictions on the timestamp field.
115119
* @return value or {@code null} for none
@@ -120,12 +124,14 @@ public java.lang.String getFilter() {
120124

121125
/**
122126
* Optional. A filter that chooses which log entries to return. For more information, see Logging
123-
* query language (https://cloud.google.com/logging/docs/view/logging-query-language).Only log
124-
* 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://cloud.google.com/logging/docs/view/logging-query-
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-
129135
* language#indexed-fields) as well as limit the time range of the query by adding range
130136
* restrictions on the timestamp field.
131137
* @param filter filter or {@code null} for none

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

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,20 @@ public final class LogEntry extends com.google.api.client.json.GenericJson {
4141
/**
4242
* Output only. AppHub application metadata associated with the destination application. This is
4343
* only populated if the log represented "edge"-like data (such as for VPC flow logs) with a
44-
* source and destination.
44+
* destination.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
4848
private AppHub apphubDestination;
4949

50+
/**
51+
* Output only. AppHub application metadata associated with the source application. This is only
52+
* populated if the log represented "edge"-like data (such as for VPC flow logs) with a source.
53+
* The value may be {@code null}.
54+
*/
55+
@com.google.api.client.util.Key
56+
private AppHub apphubSource;
57+
5058
/**
5159
* Output only. The Error Reporting (https://cloud.google.com/error-reporting) error groups
5260
* associated with this LogEntry. Error Reporting sets the values for this field during error
@@ -87,7 +95,7 @@ public final class LogEntry extends com.google.api.client.json.GenericJson {
8795
/**
8896
* Optional. A map of key, value pairs that provides additional information about the log entry.
8997
* The labels can be user-defined or system-defined.User-defined labels are arbitrary key, value
90-
* pairs that you can use to classify logs.System-defined labels are defined by GCP services for
98+
* pairs that you can use to classify logs.System-defined labels are defined by cloud services for
9199
* platform logs. They have two components - a service namespace component and the attribute name.
92100
* For example: compute.googleapis.com/resource_name.Cloud Logging truncates label keys that
93101
* exceed 512 B and label values that exceed 64 KB upon their associated log entry being written.
@@ -267,7 +275,7 @@ public LogEntry setApphub(AppHub apphub) {
267275
/**
268276
* Output only. AppHub application metadata associated with the destination application. This is
269277
* only populated if the log represented "edge"-like data (such as for VPC flow logs) with a
270-
* source and destination.
278+
* destination.
271279
* @return value or {@code null} for none
272280
*/
273281
public AppHub getApphubDestination() {
@@ -277,14 +285,33 @@ public AppHub getApphubDestination() {
277285
/**
278286
* Output only. AppHub application metadata associated with the destination application. This is
279287
* only populated if the log represented "edge"-like data (such as for VPC flow logs) with a
280-
* source and destination.
288+
* destination.
281289
* @param apphubDestination apphubDestination or {@code null} for none
282290
*/
283291
public LogEntry setApphubDestination(AppHub apphubDestination) {
284292
this.apphubDestination = apphubDestination;
285293
return this;
286294
}
287295

296+
/**
297+
* Output only. AppHub application metadata associated with the source application. This is only
298+
* populated if the log represented "edge"-like data (such as for VPC flow logs) with a source.
299+
* @return value or {@code null} for none
300+
*/
301+
public AppHub getApphubSource() {
302+
return apphubSource;
303+
}
304+
305+
/**
306+
* Output only. AppHub application metadata associated with the source application. This is only
307+
* populated if the log represented "edge"-like data (such as for VPC flow logs) with a source.
308+
* @param apphubSource apphubSource or {@code null} for none
309+
*/
310+
public LogEntry setApphubSource(AppHub apphubSource) {
311+
this.apphubSource = apphubSource;
312+
return this;
313+
}
314+
288315
/**
289316
* Output only. The Error Reporting (https://cloud.google.com/error-reporting) error groups
290317
* associated with this LogEntry. Error Reporting sets the values for this field during error
@@ -374,7 +401,7 @@ public LogEntry setJsonPayload(java.util.Map<String, java.lang.Object> jsonPaylo
374401
/**
375402
* Optional. A map of key, value pairs that provides additional information about the log entry.
376403
* The labels can be user-defined or system-defined.User-defined labels are arbitrary key, value
377-
* pairs that you can use to classify logs.System-defined labels are defined by GCP services for
404+
* pairs that you can use to classify logs.System-defined labels are defined by cloud services for
378405
* platform logs. They have two components - a service namespace component and the attribute name.
379406
* For example: compute.googleapis.com/resource_name.Cloud Logging truncates label keys that
380407
* exceed 512 B and label values that exceed 64 KB upon their associated log entry being written.
@@ -388,7 +415,7 @@ public java.util.Map<String, java.lang.String> getLabels() {
388415
/**
389416
* Optional. A map of key, value pairs that provides additional information about the log entry.
390417
* The labels can be user-defined or system-defined.User-defined labels are arbitrary key, value
391-
* pairs that you can use to classify logs.System-defined labels are defined by GCP services for
418+
* pairs that you can use to classify logs.System-defined labels are defined by cloud services for
392419
* platform logs. They have two components - a service namespace component and the attribute name.
393420
* For example: compute.googleapis.com/resource_name.Cloud Logging truncates label keys that
394421
* exceed 512 B and label values that exceed 64 KB upon their associated log entry being written.

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ public final class TailLogEntriesRequest extends com.google.api.client.json.Gene
3939
private String bufferWindow;
4040

4141
/**
42-
* Optional. Only log entries that match the filter are returned. An empty filter matches all log
42+
* 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
4346
* entries in the resources listed in resource_names. Referencing a parent resource that is not
4447
* listed in resource_names will cause the filter to return no results. The maximum length of a
4548
* filter is 20,000 characters.
@@ -83,7 +86,10 @@ public TailLogEntriesRequest setBufferWindow(String bufferWindow) {
8386
}
8487

8588
/**
86-
* Optional. Only log entries that match the filter are returned. An empty filter matches all log
89+
* 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
8793
* entries in the resources listed in resource_names. Referencing a parent resource that is not
8894
* listed in resource_names will cause the filter to return no results. The maximum length of a
8995
* filter is 20,000 characters.
@@ -94,7 +100,10 @@ public java.lang.String getFilter() {
94100
}
95101

96102
/**
97-
* Optional. Only log entries that match the filter are returned. An empty filter matches all log
103+
* 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
98107
* entries in the resources listed in resource_names. Referencing a parent resource that is not
99108
* listed in resource_names will cause the filter to return no results. The maximum length of a
100109
* filter is 20,000 characters.

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

0 commit comments

Comments
 (0)