You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/model/BigQueryOptions.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ public final class BigQueryOptions extends com.google.api.client.json.GenericJso
31
31
32
32
/**
33
33
* 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.
39
39
* The value may be {@code null}.
40
40
*/
41
41
@com.google.api.client.util.Key
@@ -54,11 +54,11 @@ public final class BigQueryOptions extends com.google.api.client.json.GenericJso
54
54
55
55
/**
56
56
* 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.
Copy file name to clipboardExpand all lines: clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/model/DefaultSinkConfig.java
+18-15Lines changed: 18 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,12 @@ public final class DefaultSinkConfig extends com.google.api.client.json.GenericJ
39
39
privatejava.util.List<LogExclusion> exclusions;
40
40
41
41
/**
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.
47
48
* The value may be {@code null}.
48
49
*/
49
50
@com.google.api.client.util.Key
@@ -77,23 +78,25 @@ public DefaultSinkConfig setExclusions(java.util.List<LogExclusion> exclusions)
77
78
}
78
79
79
80
/**
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.
85
87
* @return value or {@code null} for none
86
88
*/
87
89
publicjava.lang.StringgetFilter() {
88
90
returnfilter;
89
91
}
90
92
91
93
/**
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
0 commit comments