google-apis-logging_v2 0.67.0 → 0.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/logging_v2/classes.rb +9 -2
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8314ae8672b65ead31c82df8b84ce2ecb6c3c19d96395239dd3a0c1e1b16c491
|
|
4
|
+
data.tar.gz: 5c957e5d5e1790ef0f25f635e664f0ee59213ccc8c4c46d87d51a49d3e0bb50e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61224e23cb42cc2e87e589d5203cff45b2744053d9cf98844c1a1f45b78d5e722321d5bd1eb9c4e859e15c92a1d2e2a4125f38cd828eaa4d6cbd38b2ee3d06b8
|
|
7
|
+
data.tar.gz: ab8da55ccdb136059a1aed6ce26789de83165679348716a024814f165f4d29efaae9c5f206284b0397b810b7e7eb371d6bf917ce5ffa12c78f3132e771d844c9
|
data/CHANGELOG.md
CHANGED
|
@@ -1311,7 +1311,11 @@ module Google
|
|
|
1311
1311
|
# returned. An empty filter matches all log entries in the resources listed in
|
|
1312
1312
|
# resource_names. Referencing a parent resource that is not listed in
|
|
1313
1313
|
# resource_names will cause the filter to return no results. The maximum length
|
|
1314
|
-
# of a filter is 20,000 characters.
|
|
1314
|
+
# of a filter is 20,000 characters.To make queries faster, you can make the
|
|
1315
|
+
# filter more selective by using restrictions on indexed fields (https://cloud.
|
|
1316
|
+
# google.com/logging/docs/view/logging-query-language#indexed-fields) as well as
|
|
1317
|
+
# limit the time range of the query by adding range restrictions on the
|
|
1318
|
+
# timestamp field.
|
|
1315
1319
|
# Corresponds to the JSON property `filter`
|
|
1316
1320
|
# @return [String]
|
|
1317
1321
|
attr_accessor :filter
|
|
@@ -1321,7 +1325,10 @@ module Google
|
|
|
1321
1325
|
# returns entries in order of increasing values of LogEntry.timestamp (oldest
|
|
1322
1326
|
# first), and the second option returns entries in order of decreasing
|
|
1323
1327
|
# timestamps (newest first). Entries with equal timestamps are returned in order
|
|
1324
|
-
# of their insert_id values.
|
|
1328
|
+
# of their insert_id values.We recommend setting the order_by field to "
|
|
1329
|
+
# timestamp desc" when listing recently ingested log entries. If not set, the
|
|
1330
|
+
# default value of "timestamp asc" may take a long time to fetch matching logs
|
|
1331
|
+
# that are only recently ingested.
|
|
1325
1332
|
# Corresponds to the JSON property `orderBy`
|
|
1326
1333
|
# @return [String]
|
|
1327
1334
|
attr_accessor :order_by
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module LoggingV2
|
|
18
18
|
# Version of the google-apis-logging_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.68.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240426"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-logging_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.68.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.68.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|