google-apis-logging_v2 0.92.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00b1d857e5ad6b0a45bec4a10a1746d91c83d90b4c410c7e8c2afd12d59cf113
|
|
4
|
+
data.tar.gz: 5828bebfdd381b74b2be1e672d3c5d7a17e4395c46fee6709df524fb2b548bb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9d16da45834adf57940285d47dce4ca17cb13a2c4e4d20be634547aabe0b70abe46bc79afdad2e8c1897d3b3f1916b7a67c226a3acbf74cdd596331bc804d7b
|
|
7
|
+
data.tar.gz: 729c0e2eb9e95efed19d23ae3c07a030c17eb2eb9b4ca4cc710fe4a43479c5551b9ad27acda8ef945899d52cdd3b87d0fe883666c53992f0b551ed2fa8e28e0a
|
data/CHANGELOG.md
CHANGED
|
@@ -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)
|
|
@@ -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.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 = "
|
|
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.
|
|
357
|
-
#
|
|
358
|
-
#
|
|
359
|
-
#
|
|
360
|
-
#
|
|
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.
|
|
2630
|
-
#
|
|
2631
|
-
#
|
|
2632
|
-
#
|
|
2633
|
-
#
|
|
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.
|
|
4561
|
-
#
|
|
4562
|
-
#
|
|
4563
|
-
#
|
|
4564
|
-
#
|
|
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.
|
|
6066
|
-
#
|
|
6067
|
-
#
|
|
6068
|
-
#
|
|
6069
|
-
#
|
|
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.
|
|
8269
|
-
#
|
|
8270
|
-
#
|
|
8271
|
-
#
|
|
8272
|
-
#
|
|
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.
|
|
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.
|
|
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:
|