Skip to content

Commit f061e1e

Browse files
1 parent 55c3563 commit f061e1e

File tree

7 files changed

+48
-18
lines changed

7 files changed

+48
-18
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-rev20250516-2.0.0</version>
25+
<version>v2-rev20250530-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-rev20250516-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20250530-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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ public final class LogEntry extends com.google.api.client.json.GenericJson {
3838
@com.google.api.client.util.Key
3939
private AppHub apphub;
4040

41+
/**
42+
* Output only. AppHub application metadata associated with the destination application. This is
43+
* only populated if the log represented "edge"-like data (such as for VPC flow logs) with a
44+
* source and destination.
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private AppHub apphubDestination;
49+
4150
/**
4251
* Output only. The Error Reporting (https://cloud.google.com/error-reporting) error groups
4352
* associated with this LogEntry. Error Reporting sets the values for this field during error
@@ -255,6 +264,27 @@ public LogEntry setApphub(AppHub apphub) {
255264
return this;
256265
}
257266

267+
/**
268+
* Output only. AppHub application metadata associated with the destination application. This is
269+
* only populated if the log represented "edge"-like data (such as for VPC flow logs) with a
270+
* source and destination.
271+
* @return value or {@code null} for none
272+
*/
273+
public AppHub getApphubDestination() {
274+
return apphubDestination;
275+
}
276+
277+
/**
278+
* Output only. AppHub application metadata associated with the destination application. This is
279+
* only populated if the log represented "edge"-like data (such as for VPC flow logs) with a
280+
* source and destination.
281+
* @param apphubDestination apphubDestination or {@code null} for none
282+
*/
283+
public LogEntry setApphubDestination(AppHub apphubDestination) {
284+
this.apphubDestination = apphubDestination;
285+
return this;
286+
}
287+
258288
/**
259289
* Output only. The Error Reporting (https://cloud.google.com/error-reporting) error groups
260290
* associated with this LogEntry. Error Reporting sets the values for this field during error

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public final class LogExclusion extends com.google.api.client.json.GenericJson {
6767
private java.lang.String filter;
6868

6969
/**
70-
* Output only. A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are
70+
* Optional. A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are
7171
* limited to 100 characters and can include only letters, digits, underscores, hyphens, and
7272
* periods. First character has to be alphanumeric.
7373
* The value may be {@code null}.
@@ -164,7 +164,7 @@ public LogExclusion setFilter(java.lang.String filter) {
164164
}
165165

166166
/**
167-
* Output only. A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are
167+
* Optional. A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are
168168
* limited to 100 characters and can include only letters, digits, underscores, hyphens, and
169169
* periods. First character has to be alphanumeric.
170170
* @return value or {@code null} for none
@@ -174,7 +174,7 @@ public java.lang.String getName() {
174174
}
175175

176176
/**
177-
* Output only. A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are
177+
* Optional. A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are
178178
* limited to 100 characters and can include only letters, digits, underscores, hyphens, and
179179
* periods. First character has to be alphanumeric.
180180
* @param name name or {@code null} for none

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public final class LogSink extends com.google.api.client.json.GenericJson {
7676

7777
/**
7878
* Optional. Log entries that match any of these exclusion filters will not be exported.If a log
79-
* entry is matched by both filter and one of exclusion_filters it will not be exported.
79+
* entry is matched by both filter and one of exclusions it will not be exported.
8080
* The value may be {@code null}.
8181
*/
8282
@com.google.api.client.util.Key
@@ -127,7 +127,7 @@ public final class LogSink extends com.google.api.client.json.GenericJson {
127127
private java.lang.Boolean interceptChildren;
128128

129129
/**
130-
* Output only. The client-assigned sink identifier, unique within the project.For example: "my-
130+
* Optional. The client-assigned sink identifier, unique within the project.For example: "my-
131131
* syslog-errors-to-pubsub".Sink identifiers are limited to 100 characters and can include only
132132
* the following characters: upper and lower-case alphanumeric characters, underscores, hyphens,
133133
* periods.First character has to be alphanumeric.
@@ -278,7 +278,7 @@ public LogSink setDisabled(java.lang.Boolean disabled) {
278278

279279
/**
280280
* Optional. Log entries that match any of these exclusion filters will not be exported.If a log
281-
* entry is matched by both filter and one of exclusion_filters it will not be exported.
281+
* entry is matched by both filter and one of exclusions it will not be exported.
282282
* @return value or {@code null} for none
283283
*/
284284
public java.util.List<LogExclusion> getExclusions() {
@@ -287,7 +287,7 @@ public java.util.List<LogExclusion> getExclusions() {
287287

288288
/**
289289
* Optional. Log entries that match any of these exclusion filters will not be exported.If a log
290-
* entry is matched by both filter and one of exclusion_filters it will not be exported.
290+
* entry is matched by both filter and one of exclusions it will not be exported.
291291
* @param exclusions exclusions or {@code null} for none
292292
*/
293293
public LogSink setExclusions(java.util.List<LogExclusion> exclusions) {
@@ -381,7 +381,7 @@ public LogSink setInterceptChildren(java.lang.Boolean interceptChildren) {
381381
}
382382

383383
/**
384-
* Output only. The client-assigned sink identifier, unique within the project.For example: "my-
384+
* Optional. The client-assigned sink identifier, unique within the project.For example: "my-
385385
* syslog-errors-to-pubsub".Sink identifiers are limited to 100 characters and can include only
386386
* the following characters: upper and lower-case alphanumeric characters, underscores, hyphens,
387387
* periods.First character has to be alphanumeric.
@@ -392,7 +392,7 @@ public java.lang.String getName() {
392392
}
393393

394394
/**
395-
* Output only. The client-assigned sink identifier, unique within the project.For example: "my-
395+
* Optional. The client-assigned sink identifier, unique within the project.For example: "my-
396396
* syslog-errors-to-pubsub".Sink identifiers are limited to 100 characters and can include only
397397
* the following characters: upper and lower-case alphanumeric characters, underscores, hyphens,
398398
* periods.First character has to be alphanumeric.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class RecentQuery extends com.google.api.client.json.GenericJson {
4545
private LoggingQuery loggingQuery;
4646

4747
/**
48-
* Output only. Resource name of the recent query.In the format:
48+
* Optional. Resource name of the recent query.In the format:
4949
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]/recentQueries/[QUERY_ID]" For a list of
5050
* supported locations, see Supported Regions (https://cloud.google.com/logging/docs/region-
5151
* support)The QUERY_ID is a system generated alphanumeric ID.
@@ -96,7 +96,7 @@ public RecentQuery setLoggingQuery(LoggingQuery loggingQuery) {
9696
}
9797

9898
/**
99-
* Output only. Resource name of the recent query.In the format:
99+
* Optional. Resource name of the recent query.In the format:
100100
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]/recentQueries/[QUERY_ID]" For a list of
101101
* supported locations, see Supported Regions (https://cloud.google.com/logging/docs/region-
102102
* support)The QUERY_ID is a system generated alphanumeric ID.
@@ -107,7 +107,7 @@ public java.lang.String getName() {
107107
}
108108

109109
/**
110-
* Output only. Resource name of the recent query.In the format:
110+
* Optional. Resource name of the recent query.In the format:
111111
* "projects/[PROJECT_ID]/locations/[LOCATION_ID]/recentQueries/[QUERY_ID]" For a list of
112112
* supported locations, see Supported Regions (https://cloud.google.com/logging/docs/region-
113113
* support)The QUERY_ID is a system generated alphanumeric ID.

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

0 commit comments

Comments
 (0)