google-apis-logging_v2 0.91.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 +4 -0
- data/lib/google/apis/logging_v2/classes.rb +22 -22
- 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
|
@@ -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
|
|
@@ -4379,12 +4379,12 @@ module Google
|
|
|
4379
4379
|
attr_accessor :buffer_window
|
|
4380
4380
|
|
|
4381
4381
|
# Optional. A filter that chooses which log entries to return. For more
|
|
4382
|
-
# information, see Logging query language (https
|
|
4383
|
-
#
|
|
4384
|
-
#
|
|
4385
|
-
#
|
|
4386
|
-
#
|
|
4387
|
-
#
|
|
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.
|
|
4388
4388
|
# Corresponds to the JSON property `filter`
|
|
4389
4389
|
# @return [String]
|
|
4390
4390
|
attr_accessor :filter
|
|
@@ -4560,13 +4560,13 @@ module Google
|
|
|
4560
4560
|
# that did not supply their own values, the entries earlier in the list will
|
|
4561
4561
|
# sort before the entries later in the list. See the entries.list method.Log
|
|
4562
4562
|
# entries with timestamps that are more than the logs retention period (https://
|
|
4563
|
-
# 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
|
|
4564
4564
|
# future will not be available when calling entries.list. However, those log
|
|
4565
|
-
# entries can still be exported with LogSinks (https://cloud.google.com/
|
|
4566
|
-
# docs/
|
|
4567
|
-
# the quota limit (https://cloud.google.com/logging/quotas) for calls to
|
|
4568
|
-
# write, you should try to include several log entries in this list,
|
|
4569
|
-
# 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.
|
|
4570
4570
|
# Corresponds to the JSON property `entries`
|
|
4571
4571
|
# @return [Array<Google::Apis::LoggingV2::LogEntry>]
|
|
4572
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:
|