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:
|
|
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
|
@@ -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
|
|
1572
|
-
#
|
|
1573
|
-
#
|
|
1574
|
-
#
|
|
1575
|
-
#
|
|
1576
|
-
#
|
|
1577
|
-
#
|
|
1578
|
-
#
|
|
1579
|
-
#
|
|
1580
|
-
#
|
|
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
|
|
4383
|
-
#
|
|
4384
|
-
#
|
|
4385
|
-
#
|
|
4386
|
-
#
|
|
4387
|
-
#
|
|
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/
|
|
4566
|
-
# docs/
|
|
4567
|
-
# the quota limit (https://cloud.google.com/logging/quotas) for calls to
|
|
4568
|
-
# write, you should try to include several log entries in this list,
|
|
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.
|
|
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
|
|
@@ -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
|
|
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.
|
|
2629
|
-
#
|
|
2630
|
-
#
|
|
2631
|
-
#
|
|
2632
|
-
#
|
|
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.
|
|
4560
|
-
#
|
|
4561
|
-
#
|
|
4562
|
-
#
|
|
4563
|
-
#
|
|
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.
|
|
6065
|
-
#
|
|
6066
|
-
#
|
|
6067
|
-
#
|
|
6068
|
-
#
|
|
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.
|
|
8268
|
-
#
|
|
8269
|
-
#
|
|
8270
|
-
#
|
|
8271
|
-
#
|
|
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.
|
|
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:
|