google-apis-logging_v2 0.93.0 → 0.95.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/logging_v2/classes.rb +39 -20
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- data/lib/google/apis/logging_v2/service.rb +10 -10
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 615856990210351c19a67a9bdf31dc7e91d5b80870f286d39f461d16eef5769a
|
|
4
|
+
data.tar.gz: ec7b5bad89e3e348c42a77c2ae6a5dce5102c3e8f127c699d8cad94196d03a28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bbdc774312e7b323660d012806579c2d8994fda60bc8dd1af61616f6e21076af754c3c84697551bab1508c305dc957495e1a2b7cb4f366eb1cc5d57cdb2b3d2
|
|
7
|
+
data.tar.gz: f39230ee90358d3c2192684a8e0df7590b7d6812c70f6047d5d25422e158aed8c761c81fe9bf691a7e0d5929c7c53631ac875860e7bdc903a24a29e17101c286
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-logging_v2
|
|
2
2
|
|
|
3
|
+
### v0.95.0 (2026-05-17)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260501
|
|
6
|
+
|
|
7
|
+
### v0.94.0 (2026-05-03)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260421
|
|
10
|
+
|
|
3
11
|
### v0.93.0 (2026-04-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260328
|
|
@@ -892,8 +892,10 @@ module Google
|
|
|
892
892
|
end
|
|
893
893
|
end
|
|
894
894
|
|
|
895
|
-
# A source that can be used to represent a field within various parts
|
|
896
|
-
# structured query, such as in SELECT, WHERE, or ORDER BY clauses.
|
|
895
|
+
# A source that can be used to represent a "field of data" within various parts
|
|
896
|
+
# of a structured query, such as in SELECT, WHERE, or ORDER BY clauses. The term
|
|
897
|
+
# "field of data" is used here because it is not limited to literal fields in
|
|
898
|
+
# the underlying data schema.
|
|
897
899
|
class FieldSource
|
|
898
900
|
include Google::Apis::Core::Hashable
|
|
899
901
|
|
|
@@ -950,7 +952,10 @@ module Google
|
|
|
950
952
|
# like aggregation, casting, regex extraction, or assigns an alias. Use
|
|
951
953
|
# ProjectedField when you need more than just the raw source field name (for
|
|
952
954
|
# which you might use FieldSource directly in QueryBuilderConfig's field_sources
|
|
953
|
-
# list if no transformations or specific operation type are needed).
|
|
955
|
+
# list if no transformations or specific operation type are needed).A
|
|
956
|
+
# ProjectedField can represent either a field present in the data schema (
|
|
957
|
+
# specified via the field property) or a virtual field that is computed from
|
|
958
|
+
# other fields (specified via the virtual_field property).
|
|
954
959
|
# Corresponds to the JSON property `projectedField`
|
|
955
960
|
# @return [Google::Apis::LoggingV2::ProjectedField]
|
|
956
961
|
attr_accessor :projected_field
|
|
@@ -983,14 +988,18 @@ module Google
|
|
|
983
988
|
# @return [String]
|
|
984
989
|
attr_accessor :comparator
|
|
985
990
|
|
|
986
|
-
# A source that can be used to represent a field within various parts
|
|
987
|
-
# structured query, such as in SELECT, WHERE, or ORDER BY clauses.
|
|
991
|
+
# A source that can be used to represent a "field of data" within various parts
|
|
992
|
+
# of a structured query, such as in SELECT, WHERE, or ORDER BY clauses. The term
|
|
993
|
+
# "field of data" is used here because it is not limited to literal fields in
|
|
994
|
+
# the underlying data schema.
|
|
988
995
|
# Corresponds to the JSON property `fieldSource`
|
|
989
996
|
# @return [Google::Apis::LoggingV2::FieldSource]
|
|
990
997
|
attr_accessor :field_source
|
|
991
998
|
|
|
992
|
-
# A source that can be used to represent a field within various parts
|
|
993
|
-
# structured query, such as in SELECT, WHERE, or ORDER BY clauses.
|
|
999
|
+
# A source that can be used to represent a "field of data" within various parts
|
|
1000
|
+
# of a structured query, such as in SELECT, WHERE, or ORDER BY clauses. The term
|
|
1001
|
+
# "field of data" is used here because it is not limited to literal fields in
|
|
1002
|
+
# the underlying data schema.
|
|
994
1003
|
# Corresponds to the JSON property `fieldSourceValue`
|
|
995
1004
|
# @return [Google::Apis::LoggingV2::FieldSource]
|
|
996
1005
|
attr_accessor :field_source_value
|
|
@@ -2151,10 +2160,13 @@ module Google
|
|
|
2151
2160
|
|
|
2152
2161
|
# Output only. The Error Reporting (https://cloud.google.com/error-reporting)
|
|
2153
2162
|
# error groups associated with this LogEntry. Error Reporting sets the values
|
|
2154
|
-
# for this field during error group creation.
|
|
2155
|
-
#
|
|
2156
|
-
#
|
|
2157
|
-
#
|
|
2163
|
+
# for this field during error group creation.This field is populated only when
|
|
2164
|
+
# log entries are stored in Cloud Logging storage (Logs Explorer and
|
|
2165
|
+
# Observability Analytics). It is not available for use in log sink filters, log-
|
|
2166
|
+
# based metrics, or log-based alerts, and it is excluded from log exports (Cloud
|
|
2167
|
+
# Storage, BigQuery, and Pub/Sub).For more information, see View error details(
|
|
2168
|
+
# https://cloud.google.com/error-reporting/docs/viewing-errors#
|
|
2169
|
+
# view_error_details)
|
|
2158
2170
|
# Corresponds to the JSON property `errorGroups`
|
|
2159
2171
|
# @return [Array<Google::Apis::LoggingV2::LogErrorGroup>]
|
|
2160
2172
|
attr_accessor :error_groups
|
|
@@ -2462,10 +2474,12 @@ module Google
|
|
|
2462
2474
|
|
|
2463
2475
|
# The id is a unique identifier for a particular error group; it is the last
|
|
2464
2476
|
# part of the error group resource name: /project/[PROJECT_ID]/errors/[
|
|
2465
|
-
# ERROR_GROUP_ID]. Example: COShysOX0r_51QE.
|
|
2466
|
-
#
|
|
2467
|
-
#
|
|
2468
|
-
#
|
|
2477
|
+
# ERROR_GROUP_ID]. Example: COShysOX0r_51QE.This field can be used to search for
|
|
2478
|
+
# log entries belonging to a specific error group in Logs Explorer (e.g.,
|
|
2479
|
+
# error_groups.id = "ID") or Observability Analytics.The id is derived from key
|
|
2480
|
+
# parts of the error-log content and is treated as Service Data. For information
|
|
2481
|
+
# about how Service Data is handled, see Google Cloud Privacy Notice (https://
|
|
2482
|
+
# cloud.google.com/terms/cloud-privacy-notice).
|
|
2469
2483
|
# Corresponds to the JSON property `id`
|
|
2470
2484
|
# @return [String]
|
|
2471
2485
|
attr_accessor :id
|
|
@@ -3579,7 +3593,10 @@ module Google
|
|
|
3579
3593
|
# like aggregation, casting, regex extraction, or assigns an alias. Use
|
|
3580
3594
|
# ProjectedField when you need more than just the raw source field name (for
|
|
3581
3595
|
# which you might use FieldSource directly in QueryBuilderConfig's field_sources
|
|
3582
|
-
# list if no transformations or specific operation type are needed).
|
|
3596
|
+
# list if no transformations or specific operation type are needed).A
|
|
3597
|
+
# ProjectedField can represent either a field present in the data schema (
|
|
3598
|
+
# specified via the field property) or a virtual field that is computed from
|
|
3599
|
+
# other fields (specified via the virtual_field property).
|
|
3583
3600
|
class ProjectedField
|
|
3584
3601
|
include Google::Apis::Core::Hashable
|
|
3585
3602
|
|
|
@@ -3598,8 +3615,8 @@ module Google
|
|
|
3598
3615
|
# @return [String]
|
|
3599
3616
|
attr_accessor :cast
|
|
3600
3617
|
|
|
3601
|
-
# The field name. This will be the field that is selected using the
|
|
3602
|
-
# to display the drill down value.
|
|
3618
|
+
# Optional. The field name. This will be the field that is selected using the
|
|
3619
|
+
# dot notation to display the drill down value.
|
|
3603
3620
|
# Corresponds to the JSON property `field`
|
|
3604
3621
|
# @return [String]
|
|
3605
3622
|
attr_accessor :field
|
|
@@ -4205,8 +4222,10 @@ module Google
|
|
|
4205
4222
|
class SortOrderParameter
|
|
4206
4223
|
include Google::Apis::Core::Hashable
|
|
4207
4224
|
|
|
4208
|
-
# A source that can be used to represent a field within various parts
|
|
4209
|
-
# structured query, such as in SELECT, WHERE, or ORDER BY clauses.
|
|
4225
|
+
# A source that can be used to represent a "field of data" within various parts
|
|
4226
|
+
# of a structured query, such as in SELECT, WHERE, or ORDER BY clauses. The term
|
|
4227
|
+
# "field of data" is used here because it is not limited to literal fields in
|
|
4228
|
+
# the underlying data schema.
|
|
4210
4229
|
# Corresponds to the JSON property `fieldSource`
|
|
4211
4230
|
# @return [Google::Apis::LoggingV2::FieldSource]
|
|
4212
4231
|
attr_accessor :field_source
|
|
@@ -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.95.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 = "20260501"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -366,8 +366,8 @@ module Google
|
|
|
366
366
|
# @param [String] name
|
|
367
367
|
# The resource that owns the locations collection, if applicable.
|
|
368
368
|
# @param [Array<String>, String] extra_location_types
|
|
369
|
-
# Optional. Do not use this field
|
|
370
|
-
#
|
|
369
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
370
|
+
# is primarily for internal usage.
|
|
371
371
|
# @param [String] filter
|
|
372
372
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
373
373
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -2644,8 +2644,8 @@ module Google
|
|
|
2644
2644
|
# @param [String] name
|
|
2645
2645
|
# The resource that owns the locations collection, if applicable.
|
|
2646
2646
|
# @param [Array<String>, String] extra_location_types
|
|
2647
|
-
# Optional. Do not use this field
|
|
2648
|
-
#
|
|
2647
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
2648
|
+
# is primarily for internal usage.
|
|
2649
2649
|
# @param [String] filter
|
|
2650
2650
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
2651
2651
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -4580,8 +4580,8 @@ module Google
|
|
|
4580
4580
|
# @param [String] name
|
|
4581
4581
|
# The resource that owns the locations collection, if applicable.
|
|
4582
4582
|
# @param [Array<String>, String] extra_location_types
|
|
4583
|
-
# Optional. Do not use this field
|
|
4584
|
-
#
|
|
4583
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
4584
|
+
# is primarily for internal usage.
|
|
4585
4585
|
# @param [String] filter
|
|
4586
4586
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
4587
4587
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -6090,8 +6090,8 @@ module Google
|
|
|
6090
6090
|
# @param [String] name
|
|
6091
6091
|
# The resource that owns the locations collection, if applicable.
|
|
6092
6092
|
# @param [Array<String>, String] extra_location_types
|
|
6093
|
-
# Optional. Do not use this field
|
|
6094
|
-
#
|
|
6093
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
6094
|
+
# is primarily for internal usage.
|
|
6095
6095
|
# @param [String] filter
|
|
6096
6096
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
6097
6097
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -8298,8 +8298,8 @@ module Google
|
|
|
8298
8298
|
# @param [String] name
|
|
8299
8299
|
# The resource that owns the locations collection, if applicable.
|
|
8300
8300
|
# @param [Array<String>, String] extra_location_types
|
|
8301
|
-
# Optional. Do not use this field
|
|
8302
|
-
#
|
|
8301
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
8302
|
+
# is primarily for internal usage.
|
|
8303
8303
|
# @param [String] filter
|
|
8304
8304
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
8305
8305
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
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.95.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.95.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:
|