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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91093d6aa6e82549843c860626c626d43a2a2f3875a4a141fdc373ded115e868
4
- data.tar.gz: d41a7d3e46ed328d4721fbe0ae2535b45ef1e0edc2689cb4a87d0ff67be15127
3
+ metadata.gz: 54c15c9a0026d25a0bbab197817476ce5f26a12ab39f38a89a70f5562f3e4bdf
4
+ data.tar.gz: 42dd0a1ee9bf81b079c053fdc2e2c8edb747ac1ee4ea21b912ba00765a285bfc
5
5
  SHA512:
6
- metadata.gz: b8255b6d269e98d829a63cf483dd81b8ec36f1a6c0e91eb62af66fb7d4638d55392ad3cd6c2f33674a85e19b1936f9cb8962e232d9a1490c26b7a4fb5c21482b
7
- data.tar.gz: b7233d7ce574cebe757323af297650d509f7da7d2ace40e5d6449db0f4b4456d2293e9d5d1bf3a36f772dcab06e32d3779586d15b7640ffd361583e256602ea6
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://`$universe.dns_names.
1572
- # final_documentation_domain`/logging/docs/view/logging-query-language).Only log
1573
- # entries that match the filter are returned. An empty filter matches all log
1574
- # entries in the resources listed in resource_names. Referencing a parent
1575
- # resource that is not listed in resource_names will cause the filter to return
1576
- # no results. The maximum length of a filter is 20,000 characters.To make
1577
- # queries faster, you can make the filter more selective by using restrictions
1578
- # on indexed fields (https://`$universe.dns_names.final_documentation_domain`/
1579
- # logging/docs/view/logging-query-language#indexed-fields) as well as limit the
1580
- # time range of the query by adding range restrictions on the timestamp field.
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.Incoming
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://`$universe.dns_names.
4387
- # final_documentation_domain`/logging/docs/view/logging-query-language).Only log
4388
- # entries that match the filter are returned. An empty filter matches all log
4389
- # entries in the resources listed in resource_names. Referencing a parent
4390
- # resource that is not listed in resource_names will cause the filter to return
4391
- # no results. The maximum length of a filter is 20,000 characters.
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/logging/
4570
- # docs/api/tasks/exporting-logs).To improve throughput and to avoid exceeding
4571
- # the quota limit (https://cloud.google.com/logging/quotas) for calls to entries.
4572
- # write, you should try to include several log entries in this list, rather than
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.90.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 = "20260130"
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 Exporting Logs (https://cloud.google.com/logging/docs/export).
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.90.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.90.0
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: