google-apis-logging_v2 0.92.0 → 0.94.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: 54c15c9a0026d25a0bbab197817476ce5f26a12ab39f38a89a70f5562f3e4bdf
4
- data.tar.gz: 42dd0a1ee9bf81b079c053fdc2e2c8edb747ac1ee4ea21b912ba00765a285bfc
3
+ metadata.gz: 980eb4a2a292e6ac537041cbda60015ac1646782bdf918d7b43be351e0f654e0
4
+ data.tar.gz: 43e34266795ee4ed577bbd6c9ad7ed4d98c17b2078636ad21cd1b752dd292b74
5
5
  SHA512:
6
- metadata.gz: 97c5b7c90d9a2ab1ab2e248e2ddf0067f0eeb33fc71ee4bf811c775df3c2431b08730ca6bc00e9639d393a36270bb5e3cbad062d0b1d070a649e6ea5c440a640
7
- data.tar.gz: 0b589c9ad19ec6eacf9fd14ec60d5145bee74652553d1512c97d3c056ef5c4f3b7a29c0e06966fa735ad289993d802432fe911a3f7ef337d41ba5f0126e8918d
6
+ metadata.gz: 75f12263d4a5971f7bb3bd4528b2e55528d7d8f144e8013e78ac351c728680bc33b16f6e9043743a67a032652dab3208de60616b4857bb6119855db7dbc93559
7
+ data.tar.gz: 8a470ed609e39f11b0750c8fe8f47c83e4c05e7e2c6e5a8425e485a548acaf126ba6c4139c2a3ca86b02aa2822bba2831244a745fd53fdec1ff85adf83cb15e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.94.0 (2026-05-03)
4
+
5
+ * Regenerated from discovery document revision 20260421
6
+
7
+ ### v0.93.0 (2026-04-19)
8
+
9
+ * Regenerated from discovery document revision 20260328
10
+
3
11
  ### v0.92.0 (2026-03-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20260315
@@ -2151,10 +2151,13 @@ module Google
2151
2151
 
2152
2152
  # Output only. The Error Reporting (https://cloud.google.com/error-reporting)
2153
2153
  # error groups associated with this LogEntry. Error Reporting sets the values
2154
- # for this field during error group creation.For more information, see View
2155
- # error details( https://cloud.google.com/error-reporting/docs/viewing-errors#
2156
- # view_error_details)This field isn't available during log routing (https://
2157
- # cloud.google.com/logging/docs/routing/overview)
2154
+ # for this field during error group creation.This field is populated only when
2155
+ # log entries are stored in Cloud Logging storage (Logs Explorer and
2156
+ # Observability Analytics). It is not available for use in log sink filters, log-
2157
+ # based metrics, or log-based alerts, and it is excluded from log exports (Cloud
2158
+ # Storage, BigQuery, and Pub/Sub).For more information, see View error details(
2159
+ # https://cloud.google.com/error-reporting/docs/viewing-errors#
2160
+ # view_error_details)
2158
2161
  # Corresponds to the JSON property `errorGroups`
2159
2162
  # @return [Array<Google::Apis::LoggingV2::LogErrorGroup>]
2160
2163
  attr_accessor :error_groups
@@ -2230,6 +2233,15 @@ module Google
2230
2233
  # @return [Google::Apis::LoggingV2::LogEntryOperation]
2231
2234
  attr_accessor :operation
2232
2235
 
2236
+ # Optional. The structured OpenTelemetry protocol payload. Contains the
2237
+ # OpenTelemetry Resource, Instrumentation Scope, and Entities attributes for
2238
+ # this log as they are defined in the OTLP specification, and any other fields
2239
+ # that do not have a direct analog in the LogEntry. See https://opentelemetry.io/
2240
+ # docs/specs/otel/logs/data-model/
2241
+ # Corresponds to the JSON property `otel`
2242
+ # @return [Hash<String,Object>]
2243
+ attr_accessor :otel
2244
+
2233
2245
  # The log entry payload, represented as a protocol buffer. Some Google Cloud
2234
2246
  # Platform services use this field for their log entry payloads.The following
2235
2247
  # protocol buffer types are supported; user-defined types are not supported:"
@@ -2351,6 +2363,7 @@ module Google
2351
2363
  @log_name = args[:log_name] if args.key?(:log_name)
2352
2364
  @metadata = args[:metadata] if args.key?(:metadata)
2353
2365
  @operation = args[:operation] if args.key?(:operation)
2366
+ @otel = args[:otel] if args.key?(:otel)
2354
2367
  @proto_payload = args[:proto_payload] if args.key?(:proto_payload)
2355
2368
  @receive_timestamp = args[:receive_timestamp] if args.key?(:receive_timestamp)
2356
2369
  @resource = args[:resource] if args.key?(:resource)
@@ -2452,10 +2465,12 @@ module Google
2452
2465
 
2453
2466
  # The id is a unique identifier for a particular error group; it is the last
2454
2467
  # part of the error group resource name: /project/[PROJECT_ID]/errors/[
2455
- # ERROR_GROUP_ID]. Example: COShysOX0r_51QE. The id is derived from key parts of
2456
- # the error-log content and is treated as Service Data. For information about
2457
- # how Service Data is handled, see Google Cloud Privacy Notice (https://cloud.
2458
- # google.com/terms/cloud-privacy-notice).
2468
+ # ERROR_GROUP_ID]. Example: COShysOX0r_51QE.This field can be used to search for
2469
+ # log entries belonging to a specific error group in Logs Explorer (e.g.,
2470
+ # error_groups.id = "ID") or Observability Analytics.The id is derived from key
2471
+ # parts of the error-log content and is treated as Service Data. For information
2472
+ # about how Service Data is handled, see Google Cloud Privacy Notice (https://
2473
+ # cloud.google.com/terms/cloud-privacy-notice).
2459
2474
  # Corresponds to the JSON property `id`
2460
2475
  # @return [String]
2461
2476
  attr_accessor :id
@@ -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.92.0"
19
+ GEM_VERSION = "0.94.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 = "20260315"
25
+ REVISION = "20260421"
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
@@ -2626,11 +2631,16 @@ module Google
2626
2631
  execute_or_queue_command(command, &block)
2627
2632
  end
2628
2633
 
2629
- # Lists information about the supported locations for this service. This method
2630
- # can be called in two ways: List all public locations: Use the path GET /v1/
2631
- # locations. List project-visible locations: Use the path GET /v1/projects/`
2632
- # project_id`/locations. This may include public locations as well as private or
2633
- # 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.
2634
2644
  # @param [String] name
2635
2645
  # The resource that owns the locations collection, if applicable.
2636
2646
  # @param [Array<String>, String] extra_location_types
@@ -4557,11 +4567,16 @@ module Google
4557
4567
  execute_or_queue_command(command, &block)
4558
4568
  end
4559
4569
 
4560
- # Lists information about the supported locations for this service. This method
4561
- # can be called in two ways: List all public locations: Use the path GET /v1/
4562
- # locations. List project-visible locations: Use the path GET /v1/projects/`
4563
- # project_id`/locations. This may include public locations as well as private or
4564
- # 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.
4565
4580
  # @param [String] name
4566
4581
  # The resource that owns the locations collection, if applicable.
4567
4582
  # @param [Array<String>, String] extra_location_types
@@ -6062,11 +6077,16 @@ module Google
6062
6077
  execute_or_queue_command(command, &block)
6063
6078
  end
6064
6079
 
6065
- # Lists information about the supported locations for this service. This method
6066
- # can be called in two ways: List all public locations: Use the path GET /v1/
6067
- # locations. List project-visible locations: Use the path GET /v1/projects/`
6068
- # project_id`/locations. This may include public locations as well as private or
6069
- # 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.
6070
6090
  # @param [String] name
6071
6091
  # The resource that owns the locations collection, if applicable.
6072
6092
  # @param [Array<String>, String] extra_location_types
@@ -8265,11 +8285,16 @@ module Google
8265
8285
  execute_or_queue_command(command, &block)
8266
8286
  end
8267
8287
 
8268
- # Lists information about the supported locations for this service. This method
8269
- # can be called in two ways: List all public locations: Use the path GET /v1/
8270
- # locations. List project-visible locations: Use the path GET /v1/projects/`
8271
- # project_id`/locations. This may include public locations as well as private or
8272
- # 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.
8273
8298
  # @param [String] name
8274
8299
  # The resource that owns the locations collection, if applicable.
8275
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.92.0
4
+ version: 0.94.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.92.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.94.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: