google-apis-logging_v2 0.90.0 → 0.92.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 +8 -0
- data/lib/google/apis/logging_v2/classes.rb +23 -27
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- data/lib/google/apis/logging_v2/service.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54c15c9a0026d25a0bbab197817476ce5f26a12ab39f38a89a70f5562f3e4bdf
|
|
4
|
+
data.tar.gz: 42dd0a1ee9bf81b079c053fdc2e2c8edb747ac1ee4ea21b912ba00765a285bfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97c5b7c90d9a2ab1ab2e248e2ddf0067f0eeb33fc71ee4bf811c775df3c2431b08730ca6bc00e9639d393a36270bb5e3cbad062d0b1d070a649e6ea5c440a640
|
|
7
|
+
data.tar.gz: 0b589c9ad19ec6eacf9fd14ec60d5145bee74652553d1512c97d3c056ef5c4f3b7a29c0e06966fa735ad289993d802432fe911a3f7ef337d41ba5f0126e8918d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-logging_v2
|
|
2
2
|
|
|
3
|
+
### v0.92.0 (2026-03-22)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260315
|
|
6
|
+
|
|
7
|
+
### v0.91.0 (2026-03-08)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260227
|
|
10
|
+
|
|
3
11
|
### v0.90.0 (2026-02-08)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260130
|
|
@@ -1568,16 +1568,16 @@ module Google
|
|
|
1568
1568
|
include Google::Apis::Core::Hashable
|
|
1569
1569
|
|
|
1570
1570
|
# Optional. A filter that chooses which log entries to return. For more
|
|
1571
|
-
# information, see Logging query language (https
|
|
1572
|
-
#
|
|
1573
|
-
#
|
|
1574
|
-
#
|
|
1575
|
-
#
|
|
1576
|
-
#
|
|
1577
|
-
#
|
|
1578
|
-
#
|
|
1579
|
-
#
|
|
1580
|
-
#
|
|
1571
|
+
# information, see Logging query language (https://docs.cloud.google.com/logging/
|
|
1572
|
+
# docs/view/logging-query-language).Only log entries that match the filter are
|
|
1573
|
+
# returned. An empty filter matches all log entries in the resources listed in
|
|
1574
|
+
# resource_names. Referencing a parent resource that is not listed in
|
|
1575
|
+
# resource_names will cause the filter to return no results. The maximum length
|
|
1576
|
+
# of a filter is 20,000 characters.To make queries faster, you can make the
|
|
1577
|
+
# filter more selective by using restrictions on indexed fields (https://docs.
|
|
1578
|
+
# cloud.google.com/logging/docs/view/logging-query-language#indexed-fields) as
|
|
1579
|
+
# well as limit the time range of the query by adding range restrictions on the
|
|
1580
|
+
# timestamp field.
|
|
1581
1581
|
# Corresponds to the JSON property `filter`
|
|
1582
1582
|
# @return [String]
|
|
1583
1583
|
attr_accessor :filter
|
|
@@ -2306,11 +2306,7 @@ module Google
|
|
|
2306
2306
|
# used to compute the log entry's age and to enforce the logs retention period.
|
|
2307
2307
|
# If this field is omitted in a new log entry, then Logging assigns it the
|
|
2308
2308
|
# current time. Timestamps have nanosecond accuracy, but trailing zeros in the
|
|
2309
|
-
# fractional seconds might be omitted when the timestamp is displayed.
|
|
2310
|
-
# log entries must have timestamps that don't exceed the logs retention period (
|
|
2311
|
-
# https://cloud.google.com/logging/quotas#logs_retention_periods) in the past,
|
|
2312
|
-
# and that don't exceed 24 hours in the future. Log entries outside those time
|
|
2313
|
-
# boundaries are rejected by Logging.
|
|
2309
|
+
# fractional seconds might be omitted when the timestamp is displayed.
|
|
2314
2310
|
# Corresponds to the JSON property `timestamp`
|
|
2315
2311
|
# @return [String]
|
|
2316
2312
|
attr_accessor :timestamp
|
|
@@ -4383,12 +4379,12 @@ module Google
|
|
|
4383
4379
|
attr_accessor :buffer_window
|
|
4384
4380
|
|
|
4385
4381
|
# Optional. A filter that chooses which log entries to return. For more
|
|
4386
|
-
# information, see Logging query language (https
|
|
4387
|
-
#
|
|
4388
|
-
#
|
|
4389
|
-
#
|
|
4390
|
-
#
|
|
4391
|
-
#
|
|
4382
|
+
# information, see Logging query language (https://docs.cloud.google.com/logging/
|
|
4383
|
+
# docs/view/logging-query-language).Only log entries that match the filter are
|
|
4384
|
+
# returned. An empty filter matches all log entries in the resources listed in
|
|
4385
|
+
# resource_names. Referencing a parent resource that is not listed in
|
|
4386
|
+
# resource_names will cause the filter to return no results. The maximum length
|
|
4387
|
+
# of a filter is 20,000 characters.
|
|
4392
4388
|
# Corresponds to the JSON property `filter`
|
|
4393
4389
|
# @return [String]
|
|
4394
4390
|
attr_accessor :filter
|
|
@@ -4564,13 +4560,13 @@ module Google
|
|
|
4564
4560
|
# that did not supply their own values, the entries earlier in the list will
|
|
4565
4561
|
# sort before the entries later in the list. See the entries.list method.Log
|
|
4566
4562
|
# entries with timestamps that are more than the logs retention period (https://
|
|
4567
|
-
# cloud.google.com/logging/quotas) in the past or more than 24 hours in the
|
|
4563
|
+
# docs.cloud.google.com/logging/quotas) in the past or more than 24 hours in the
|
|
4568
4564
|
# future will not be available when calling entries.list. However, those log
|
|
4569
|
-
# entries can still be exported with LogSinks (https://cloud.google.com/
|
|
4570
|
-
# docs/
|
|
4571
|
-
# the quota limit (https://cloud.google.com/logging/quotas) for calls to
|
|
4572
|
-
# write, you should try to include several log entries in this list,
|
|
4573
|
-
# calling this method for each individual log entry.
|
|
4565
|
+
# entries can still be exported with LogSinks (https://docs.cloud.google.com/
|
|
4566
|
+
# logging/docs/routing/overview).To improve throughput and to avoid exceeding
|
|
4567
|
+
# the quota limit (https://docs.cloud.google.com/logging/quotas) for calls to
|
|
4568
|
+
# entries.write, you should try to include several log entries in this list,
|
|
4569
|
+
# rather than calling this method for each individual log entry.
|
|
4574
4570
|
# Corresponds to the JSON property `entries`
|
|
4575
4571
|
# @return [Array<Google::Apis::LoggingV2::LogEntry>]
|
|
4576
4572
|
attr_accessor :entries
|
|
@@ -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.92.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260315"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1983,7 +1983,8 @@ module Google
|
|
|
1983
1983
|
|
|
1984
1984
|
# Lists log entries. Use this method to retrieve log entries that originated
|
|
1985
1985
|
# from a project/folder/organization/billing account. For ways to export log
|
|
1986
|
-
# entries, see
|
|
1986
|
+
# entries, see Routing overview (https://docs.cloud.google.com/logging/docs/
|
|
1987
|
+
# routing/overview).
|
|
1987
1988
|
# @param [Google::Apis::LoggingV2::ListLogEntriesRequest] list_log_entries_request_object
|
|
1988
1989
|
# @param [String] fields
|
|
1989
1990
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.92.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.92.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|