google-apis-logging_v2 0.91.0 → 0.93.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: 00b1d857e5ad6b0a45bec4a10a1746d91c83d90b4c410c7e8c2afd12d59cf113
4
+ data.tar.gz: 5828bebfdd381b74b2be1e672d3c5d7a17e4395c46fee6709df524fb2b548bb6
5
5
  SHA512:
6
- metadata.gz: f480a6b9cd3939c0cec7ee44b4b3684f5971540cadc5b4bffb2c7aff76f22eb589caf67dac611073b89fc94e1cbe4f4c3fe2f7472c35090fe63a46b9d96701f2
7
- data.tar.gz: 319d30153d367d15fcc4ae4e867aff0fbf55545f09be817f4c5c2511e7be8da1d941dcb87f66a007f155a9f69348d654484b4d8f621126921646565cdee16cb6
6
+ metadata.gz: d9d16da45834adf57940285d47dce4ca17cb13a2c4e4d20be634547aabe0b70abe46bc79afdad2e8c1897d3b3f1916b7a67c226a3acbf74cdd596331bc804d7b
7
+ data.tar.gz: 729c0e2eb9e95efed19d23ae3c07a030c17eb2eb9b4ca4cc710fe4a43479c5551b9ad27acda8ef945899d52cdd3b87d0fe883666c53992f0b551ed2fa8e28e0a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.93.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260328
6
+
7
+ ### v0.92.0 (2026-03-22)
8
+
9
+ * Regenerated from discovery document revision 20260315
10
+
3
11
  ### v0.91.0 (2026-03-08)
4
12
 
5
13
  * 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
@@ -2230,6 +2230,15 @@ module Google
2230
2230
  # @return [Google::Apis::LoggingV2::LogEntryOperation]
2231
2231
  attr_accessor :operation
2232
2232
 
2233
+ # Optional. The structured OpenTelemetry protocol payload. Contains the
2234
+ # OpenTelemetry Resource, Instrumentation Scope, and Entities attributes for
2235
+ # this log as they are defined in the OTLP specification, and any other fields
2236
+ # that do not have a direct analog in the LogEntry. See https://opentelemetry.io/
2237
+ # docs/specs/otel/logs/data-model/
2238
+ # Corresponds to the JSON property `otel`
2239
+ # @return [Hash<String,Object>]
2240
+ attr_accessor :otel
2241
+
2233
2242
  # The log entry payload, represented as a protocol buffer. Some Google Cloud
2234
2243
  # Platform services use this field for their log entry payloads.The following
2235
2244
  # protocol buffer types are supported; user-defined types are not supported:"
@@ -2351,6 +2360,7 @@ module Google
2351
2360
  @log_name = args[:log_name] if args.key?(:log_name)
2352
2361
  @metadata = args[:metadata] if args.key?(:metadata)
2353
2362
  @operation = args[:operation] if args.key?(:operation)
2363
+ @otel = args[:otel] if args.key?(:otel)
2354
2364
  @proto_payload = args[:proto_payload] if args.key?(:proto_payload)
2355
2365
  @receive_timestamp = args[:receive_timestamp] if args.key?(:receive_timestamp)
2356
2366
  @resource = args[:resource] if args.key?(:resource)
@@ -4379,12 +4389,12 @@ module Google
4379
4389
  attr_accessor :buffer_window
4380
4390
 
4381
4391
  # 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.
4392
+ # information, see Logging query language (https://docs.cloud.google.com/logging/
4393
+ # docs/view/logging-query-language).Only log entries that match the filter are
4394
+ # returned. An empty filter matches all log entries in the resources listed in
4395
+ # resource_names. Referencing a parent resource that is not listed in
4396
+ # resource_names will cause the filter to return no results. The maximum length
4397
+ # of a filter is 20,000 characters.
4388
4398
  # Corresponds to the JSON property `filter`
4389
4399
  # @return [String]
4390
4400
  attr_accessor :filter
@@ -4560,13 +4570,13 @@ module Google
4560
4570
  # that did not supply their own values, the entries earlier in the list will
4561
4571
  # sort before the entries later in the list. See the entries.list method.Log
4562
4572
  # 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
4573
+ # docs.cloud.google.com/logging/quotas) in the past or more than 24 hours in the
4564
4574
  # 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.
4575
+ # entries can still be exported with LogSinks (https://docs.cloud.google.com/
4576
+ # logging/docs/routing/overview).To improve throughput and to avoid exceeding
4577
+ # the quota limit (https://docs.cloud.google.com/logging/quotas) for calls to
4578
+ # entries.write, you should try to include several log entries in this list,
4579
+ # rather than calling this method for each individual log entry.
4570
4580
  # Corresponds to the JSON property `entries`
4571
4581
  # @return [Array<Google::Apis::LoggingV2::LogEntry>]
4572
4582
  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.93.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 = "20260328"
26
26
  end
27
27
  end
28
28
  end
@@ -1118,6 +1118,7 @@ module Google
1118
1118
 
1119
1119
  property :operation, as: 'operation', class: Google::Apis::LoggingV2::LogEntryOperation, decorator: Google::Apis::LoggingV2::LogEntryOperation::Representation
1120
1120
 
1121
+ hash :otel, as: 'otel'
1121
1122
  hash :proto_payload, as: 'protoPayload'
1122
1123
  property :receive_timestamp, as: 'receiveTimestamp'
1123
1124
  property :resource, as: 'resource', class: Google::Apis::LoggingV2::MonitoredResource, decorator: Google::Apis::LoggingV2::MonitoredResource::Representation
@@ -353,11 +353,16 @@ module Google
353
353
  execute_or_queue_command(command, &block)
354
354
  end
355
355
 
356
- # Lists information about the supported locations for this service. This method
357
- # can be called in two ways: List all public locations: Use the path GET /v1/
358
- # locations. List project-visible locations: Use the path GET /v1/projects/`
359
- # project_id`/locations. This may include public locations as well as private or
360
- # other locations specifically visible to the project.
356
+ # Lists information about the supported locations for this service.This method
357
+ # lists locations based on the resource scope provided in the
358
+ # ListLocationsRequest.name field: Global locations: If name is empty, the
359
+ # method lists the public locations available to all projects. Project-specific
360
+ # locations: If name follows the format projects/`project`, the method lists
361
+ # locations visible to that specific project. This includes public, private, or
362
+ # other project-specific locations enabled for the project.For gRPC and client
363
+ # library implementations, the resource name is passed as the name field. For
364
+ # direct service calls, the resource name is incorporated into the request path
365
+ # based on the specific service implementation and version.
361
366
  # @param [String] name
362
367
  # The resource that owns the locations collection, if applicable.
363
368
  # @param [Array<String>, String] extra_location_types
@@ -1983,7 +1988,8 @@ module Google
1983
1988
 
1984
1989
  # Lists log entries. Use this method to retrieve log entries that originated
1985
1990
  # from a project/folder/organization/billing account. For ways to export log
1986
- # entries, see Exporting Logs (https://cloud.google.com/logging/docs/export).
1991
+ # entries, see Routing overview (https://docs.cloud.google.com/logging/docs/
1992
+ # routing/overview).
1987
1993
  # @param [Google::Apis::LoggingV2::ListLogEntriesRequest] list_log_entries_request_object
1988
1994
  # @param [String] fields
1989
1995
  # Selector specifying which fields to include in a partial response.
@@ -2625,11 +2631,16 @@ module Google
2625
2631
  execute_or_queue_command(command, &block)
2626
2632
  end
2627
2633
 
2628
- # Lists information about the supported locations for this service. This method
2629
- # can be called in two ways: List all public locations: Use the path GET /v1/
2630
- # locations. List project-visible locations: Use the path GET /v1/projects/`
2631
- # project_id`/locations. This may include public locations as well as private or
2632
- # other locations specifically visible to the project.
2634
+ # Lists information about the supported locations for this service.This method
2635
+ # lists locations based on the resource scope provided in the
2636
+ # ListLocationsRequest.name field: Global locations: If name is empty, the
2637
+ # method lists the public locations available to all projects. Project-specific
2638
+ # locations: If name follows the format projects/`project`, the method lists
2639
+ # locations visible to that specific project. This includes public, private, or
2640
+ # other project-specific locations enabled for the project.For gRPC and client
2641
+ # library implementations, the resource name is passed as the name field. For
2642
+ # direct service calls, the resource name is incorporated into the request path
2643
+ # based on the specific service implementation and version.
2633
2644
  # @param [String] name
2634
2645
  # The resource that owns the locations collection, if applicable.
2635
2646
  # @param [Array<String>, String] extra_location_types
@@ -4556,11 +4567,16 @@ module Google
4556
4567
  execute_or_queue_command(command, &block)
4557
4568
  end
4558
4569
 
4559
- # Lists information about the supported locations for this service. This method
4560
- # can be called in two ways: List all public locations: Use the path GET /v1/
4561
- # locations. List project-visible locations: Use the path GET /v1/projects/`
4562
- # project_id`/locations. This may include public locations as well as private or
4563
- # other locations specifically visible to the project.
4570
+ # Lists information about the supported locations for this service.This method
4571
+ # lists locations based on the resource scope provided in the
4572
+ # ListLocationsRequest.name field: Global locations: If name is empty, the
4573
+ # method lists the public locations available to all projects. Project-specific
4574
+ # locations: If name follows the format projects/`project`, the method lists
4575
+ # locations visible to that specific project. This includes public, private, or
4576
+ # other project-specific locations enabled for the project.For gRPC and client
4577
+ # library implementations, the resource name is passed as the name field. For
4578
+ # direct service calls, the resource name is incorporated into the request path
4579
+ # based on the specific service implementation and version.
4564
4580
  # @param [String] name
4565
4581
  # The resource that owns the locations collection, if applicable.
4566
4582
  # @param [Array<String>, String] extra_location_types
@@ -6061,11 +6077,16 @@ module Google
6061
6077
  execute_or_queue_command(command, &block)
6062
6078
  end
6063
6079
 
6064
- # Lists information about the supported locations for this service. This method
6065
- # can be called in two ways: List all public locations: Use the path GET /v1/
6066
- # locations. List project-visible locations: Use the path GET /v1/projects/`
6067
- # project_id`/locations. This may include public locations as well as private or
6068
- # other locations specifically visible to the project.
6080
+ # Lists information about the supported locations for this service.This method
6081
+ # lists locations based on the resource scope provided in the
6082
+ # ListLocationsRequest.name field: Global locations: If name is empty, the
6083
+ # method lists the public locations available to all projects. Project-specific
6084
+ # locations: If name follows the format projects/`project`, the method lists
6085
+ # locations visible to that specific project. This includes public, private, or
6086
+ # other project-specific locations enabled for the project.For gRPC and client
6087
+ # library implementations, the resource name is passed as the name field. For
6088
+ # direct service calls, the resource name is incorporated into the request path
6089
+ # based on the specific service implementation and version.
6069
6090
  # @param [String] name
6070
6091
  # The resource that owns the locations collection, if applicable.
6071
6092
  # @param [Array<String>, String] extra_location_types
@@ -8264,11 +8285,16 @@ module Google
8264
8285
  execute_or_queue_command(command, &block)
8265
8286
  end
8266
8287
 
8267
- # Lists information about the supported locations for this service. This method
8268
- # can be called in two ways: List all public locations: Use the path GET /v1/
8269
- # locations. List project-visible locations: Use the path GET /v1/projects/`
8270
- # project_id`/locations. This may include public locations as well as private or
8271
- # other locations specifically visible to the project.
8288
+ # Lists information about the supported locations for this service.This method
8289
+ # lists locations based on the resource scope provided in the
8290
+ # ListLocationsRequest.name field: Global locations: If name is empty, the
8291
+ # method lists the public locations available to all projects. Project-specific
8292
+ # locations: If name follows the format projects/`project`, the method lists
8293
+ # locations visible to that specific project. This includes public, private, or
8294
+ # other project-specific locations enabled for the project.For gRPC and client
8295
+ # library implementations, the resource name is passed as the name field. For
8296
+ # direct service calls, the resource name is incorporated into the request path
8297
+ # based on the specific service implementation and version.
8272
8298
  # @param [String] name
8273
8299
  # The resource that owns the locations collection, if applicable.
8274
8300
  # @param [Array<String>, String] extra_location_types
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.93.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.93.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: