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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80214bdd0b5857ced6e253d87239049e4157d5754936cc06bc3b6670fcdb7c29
4
- data.tar.gz: b20980180dd231b69fb6fc797cf10ba02e1cca6b0342e6316d3111547c4daf3d
3
+ metadata.gz: 54c15c9a0026d25a0bbab197817476ce5f26a12ab39f38a89a70f5562f3e4bdf
4
+ data.tar.gz: 42dd0a1ee9bf81b079c053fdc2e2c8edb747ac1ee4ea21b912ba00765a285bfc
5
5
  SHA512:
6
- metadata.gz: f480a6b9cd3939c0cec7ee44b4b3684f5971540cadc5b4bffb2c7aff76f22eb589caf67dac611073b89fc94e1cbe4f4c3fe2f7472c35090fe63a46b9d96701f2
7
- data.tar.gz: 319d30153d367d15fcc4ae4e867aff0fbf55545f09be817f4c5c2511e7be8da1d941dcb87f66a007f155a9f69348d654484b4d8f621126921646565cdee16cb6
6
+ metadata.gz: 97c5b7c90d9a2ab1ab2e248e2ddf0067f0eeb33fc71ee4bf811c775df3c2431b08730ca6bc00e9639d393a36270bb5e3cbad062d0b1d070a649e6ea5c440a640
7
+ data.tar.gz: 0b589c9ad19ec6eacf9fd14ec60d5145bee74652553d1512c97d3c056ef5c4f3b7a29c0e06966fa735ad289993d802432fe911a3f7ef337d41ba5f0126e8918d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.91.0 (2026-03-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260227
@@ -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
@@ -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://`$universe.dns_names.
4383
- # final_documentation_domain`/logging/docs/view/logging-query-language).Only log
4384
- # entries that match the filter are returned. An empty filter matches all log
4385
- # entries in the resources listed in resource_names. Referencing a parent
4386
- # resource that is not listed in resource_names will cause the filter to return
4387
- # 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.
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/logging/
4566
- # docs/api/tasks/exporting-logs).To improve throughput and to avoid exceeding
4567
- # the quota limit (https://cloud.google.com/logging/quotas) for calls to entries.
4568
- # write, you should try to include several log entries in this list, rather than
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.91.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 = "20260227"
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.91.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.91.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: