Skip to content

Commit 67109e8

Browse files
chore: regenerate logging client
1 parent 38c1764 commit 67109e8

25 files changed

+1713
-414
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-rev20260116-2.0.0</version>
25+
<version>v2-rev20260130-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-rev20260116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20260130-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: 262 additions & 216 deletions
Large diffs are not rendered by default.

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ public final class BigQueryOptions extends com.google.api.client.json.GenericJso
3131

3232
/**
3333
* Optional. Whether to use BigQuery's partition tables
34-
* (https://cloud.google.com/bigquery/docs/partitioned-tables). By default, Cloud Logging creates
35-
* dated tables based on the log entries' timestamps, e.g. syslog_20170523. With partitioned
36-
* tables the date suffix is no longer present and special query syntax
37-
* (https://cloud.google.com/bigquery/docs/querying-partitioned-tables) has to be used instead. In
38-
* both cases, tables are sharded based on UTC timezone.
34+
* (https://docs.cloud.google.com/bigquery/docs/partitioned-tables). By default, Cloud Logging
35+
* creates dated tables based on the log entries' timestamps, e.g. syslog_20170523. With
36+
* partitioned tables the date suffix is no longer present and special query syntax
37+
* (https://docs.cloud.google.com/bigquery/docs/querying-partitioned-tables) has to be used
38+
* instead. In both cases, tables are sharded based on UTC timezone.
3939
* The value may be {@code null}.
4040
*/
4141
@com.google.api.client.util.Key
@@ -54,11 +54,11 @@ public final class BigQueryOptions extends com.google.api.client.json.GenericJso
5454

5555
/**
5656
* Optional. Whether to use BigQuery's partition tables
57-
* (https://cloud.google.com/bigquery/docs/partitioned-tables). By default, Cloud Logging creates
58-
* dated tables based on the log entries' timestamps, e.g. syslog_20170523. With partitioned
59-
* tables the date suffix is no longer present and special query syntax
60-
* (https://cloud.google.com/bigquery/docs/querying-partitioned-tables) has to be used instead. In
61-
* both cases, tables are sharded based on UTC timezone.
57+
* (https://docs.cloud.google.com/bigquery/docs/partitioned-tables). By default, Cloud Logging
58+
* creates dated tables based on the log entries' timestamps, e.g. syslog_20170523. With
59+
* partitioned tables the date suffix is no longer present and special query syntax
60+
* (https://docs.cloud.google.com/bigquery/docs/querying-partitioned-tables) has to be used
61+
* instead. In both cases, tables are sharded based on UTC timezone.
6262
* @return value or {@code null} for none
6363
*/
6464
public java.lang.Boolean getUsePartitionedTables() {
@@ -67,11 +67,11 @@ public java.lang.Boolean getUsePartitionedTables() {
6767

6868
/**
6969
* Optional. Whether to use BigQuery's partition tables
70-
* (https://cloud.google.com/bigquery/docs/partitioned-tables). By default, Cloud Logging creates
71-
* dated tables based on the log entries' timestamps, e.g. syslog_20170523. With partitioned
72-
* tables the date suffix is no longer present and special query syntax
73-
* (https://cloud.google.com/bigquery/docs/querying-partitioned-tables) has to be used instead. In
74-
* both cases, tables are sharded based on UTC timezone.
70+
* (https://docs.cloud.google.com/bigquery/docs/partitioned-tables). By default, Cloud Logging
71+
* creates dated tables based on the log entries' timestamps, e.g. syslog_20170523. With
72+
* partitioned tables the date suffix is no longer present and special query syntax
73+
* (https://docs.cloud.google.com/bigquery/docs/querying-partitioned-tables) has to be used
74+
* instead. In both cases, tables are sharded based on UTC timezone.
7575
* @param usePartitionedTables usePartitionedTables or {@code null} for none
7676
*/
7777
public BigQueryOptions setUsePartitionedTables(java.lang.Boolean usePartitionedTables) {

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* Describes the customer-managed encryption key (CMEK) settings associated with a project, folder,
2121
* organization, billing account, or flexible resource.Note: CMEK for the Log Router can currently
2222
* only be configured for Google Cloud organizations. Once configured, it applies to all projects
23-
* and folders in the Google Cloud organization.See Enabling CMEK for Log Router
24-
* (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
23+
* and folders in the Google Cloud organization.See Configure CMEK for Cloud Logging
24+
* (https://docs.cloud.google.com/logging/docs/routing/managed-encryption) for more information.
2525
*
2626
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2727
* transmitted over HTTP when working with the Cloud Logging API. For a detailed explanation see:
@@ -44,8 +44,8 @@ public final class CmekSettings extends com.google.api.client.json.GenericJson {
4444
* operations that are in progress will be completed with the key that was in use when they
4545
* started. Decryption operations will be completed using the key that was used at the time of
4646
* encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set
47-
* this field to an empty string.See Enabling CMEK for Log Router
48-
* (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
47+
* this field to an empty string.See Configure CMEK for Cloud Logging
48+
* (https://docs.cloud.google.com/logging/docs/routing/managed-encryption) for more information.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -75,9 +75,9 @@ public final class CmekSettings extends com.google.api.client.json.GenericJson {
7575
* Output only. The service account that will be used by the Log Router to access your Cloud KMS
7676
* key.Before enabling CMEK for Log Router, you must first assign the
7777
* cloudkms.cryptoKeyEncrypterDecrypter role to the service account that the Log Router will use
78-
* to access your Cloud KMS key. Use GetCmekSettings to obtain the service account ID.See Enabling
79-
* CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more
80-
* information.
78+
* to access your Cloud KMS key. Use GetCmekSettings to obtain the service account ID.See
79+
* Configure CMEK for Cloud Logging (https://docs.cloud.google.com/logging/docs/routing/managed-
80+
* encryption) for more information.
8181
* The value may be {@code null}.
8282
*/
8383
@com.google.api.client.util.Key
@@ -94,8 +94,8 @@ public final class CmekSettings extends com.google.api.client.json.GenericJson {
9494
* operations that are in progress will be completed with the key that was in use when they
9595
* started. Decryption operations will be completed using the key that was used at the time of
9696
* encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set
97-
* this field to an empty string.See Enabling CMEK for Log Router
98-
* (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
97+
* this field to an empty string.See Configure CMEK for Cloud Logging
98+
* (https://docs.cloud.google.com/logging/docs/routing/managed-encryption) for more information.
9999
* @return value or {@code null} for none
100100
*/
101101
public java.lang.String getKmsKeyName() {
@@ -113,8 +113,8 @@ public java.lang.String getKmsKeyName() {
113113
* operations that are in progress will be completed with the key that was in use when they
114114
* started. Decryption operations will be completed using the key that was used at the time of
115115
* encryption unless access to that key has been revoked.To disable CMEK for the Log Router, set
116-
* this field to an empty string.See Enabling CMEK for Log Router
117-
* (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
116+
* this field to an empty string.See Configure CMEK for Cloud Logging
117+
* (https://docs.cloud.google.com/logging/docs/routing/managed-encryption) for more information.
118118
* @param kmsKeyName kmsKeyName or {@code null} for none
119119
*/
120120
public CmekSettings setKmsKeyName(java.lang.String kmsKeyName) {
@@ -172,9 +172,9 @@ public CmekSettings setName(java.lang.String name) {
172172
* Output only. The service account that will be used by the Log Router to access your Cloud KMS
173173
* key.Before enabling CMEK for Log Router, you must first assign the
174174
* cloudkms.cryptoKeyEncrypterDecrypter role to the service account that the Log Router will use
175-
* to access your Cloud KMS key. Use GetCmekSettings to obtain the service account ID.See Enabling
176-
* CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more
177-
* information.
175+
* to access your Cloud KMS key. Use GetCmekSettings to obtain the service account ID.See
176+
* Configure CMEK for Cloud Logging (https://docs.cloud.google.com/logging/docs/routing/managed-
177+
* encryption) for more information.
178178
* @return value or {@code null} for none
179179
*/
180180
public java.lang.String getServiceAccountId() {
@@ -185,9 +185,9 @@ public java.lang.String getServiceAccountId() {
185185
* Output only. The service account that will be used by the Log Router to access your Cloud KMS
186186
* key.Before enabling CMEK for Log Router, you must first assign the
187187
* cloudkms.cryptoKeyEncrypterDecrypter role to the service account that the Log Router will use
188-
* to access your Cloud KMS key. Use GetCmekSettings to obtain the service account ID.See Enabling
189-
* CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more
190-
* information.
188+
* to access your Cloud KMS key. Use GetCmekSettings to obtain the service account ID.See
189+
* Configure CMEK for Cloud Logging (https://docs.cloud.google.com/logging/docs/routing/managed-
190+
* encryption) for more information.
191191
* @param serviceAccountId serviceAccountId or {@code null} for none
192192
*/
193193
public CmekSettings setServiceAccountId(java.lang.String serviceAccountId) {

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ public final class DefaultSinkConfig extends com.google.api.client.json.GenericJ
3939
private java.util.List<LogExclusion> exclusions;
4040

4141
/**
42-
* Optional. An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-
43-
* queries). The only exported log entries are those that are in the resource owning the sink and
44-
* that match the filter.For example:logName="projects/[PROJECT_ID]/logs/[LOG_ID]" AND
45-
* severity>=ERRORTo match all logs, don't add exclusions and use the following line as the value
46-
* of filter:logName:*Cannot be empty or unset when the value of mode is OVERWRITE.
42+
* Optional. An advanced logs filter (https://docs.cloud.google.com/logging/docs/view/building-
43+
* queries#queries-by-expression). The only exported log entries are those that are in the
44+
* resource owning the sink and that match the filter.For
45+
* example:logName="projects/[PROJECT_ID]/logs/[LOG_ID]" AND severity>=ERRORTo match all logs,
46+
* don't add exclusions and use the following line as the value of filter:logName:*Cannot be empty
47+
* or unset when the value of mode is OVERWRITE.
4748
* The value may be {@code null}.
4849
*/
4950
@com.google.api.client.util.Key
@@ -77,23 +78,25 @@ public DefaultSinkConfig setExclusions(java.util.List<LogExclusion> exclusions)
7778
}
7879

7980
/**
80-
* Optional. An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-
81-
* queries). The only exported log entries are those that are in the resource owning the sink and
82-
* that match the filter.For example:logName="projects/[PROJECT_ID]/logs/[LOG_ID]" AND
83-
* severity>=ERRORTo match all logs, don't add exclusions and use the following line as the value
84-
* of filter:logName:*Cannot be empty or unset when the value of mode is OVERWRITE.
81+
* Optional. An advanced logs filter (https://docs.cloud.google.com/logging/docs/view/building-
82+
* queries#queries-by-expression). The only exported log entries are those that are in the
83+
* resource owning the sink and that match the filter.For
84+
* example:logName="projects/[PROJECT_ID]/logs/[LOG_ID]" AND severity>=ERRORTo match all logs,
85+
* don't add exclusions and use the following line as the value of filter:logName:*Cannot be empty
86+
* or unset when the value of mode is OVERWRITE.
8587
* @return value or {@code null} for none
8688
*/
8789
public java.lang.String getFilter() {
8890
return filter;
8991
}
9092

9193
/**
92-
* Optional. An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-
93-
* queries). The only exported log entries are those that are in the resource owning the sink and
94-
* that match the filter.For example:logName="projects/[PROJECT_ID]/logs/[LOG_ID]" AND
95-
* severity>=ERRORTo match all logs, don't add exclusions and use the following line as the value
96-
* of filter:logName:*Cannot be empty or unset when the value of mode is OVERWRITE.
94+
* Optional. An advanced logs filter (https://docs.cloud.google.com/logging/docs/view/building-
95+
* queries#queries-by-expression). The only exported log entries are those that are in the
96+
* resource owning the sink and that match the filter.For
97+
* example:logName="projects/[PROJECT_ID]/logs/[LOG_ID]" AND severity>=ERRORTo match all logs,
98+
* don't add exclusions and use the following line as the value of filter:logName:*Cannot be empty
99+
* or unset when the value of mode is OVERWRITE.
97100
* @param filter filter or {@code null} for none
98101
*/
99102
public DefaultSinkConfig setFilter(java.lang.String filter) {

0 commit comments

Comments
 (0)