google-apis-logging_v2 0.80.0 → 0.82.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: 2138e5c66633fd039770cebfe7d8464275b6f581a3810b6aa000858296585276
|
4
|
+
data.tar.gz: cf14ee13ead0a3c5e7476daead3413b62bb3390c8a8127a1fd8f4e992e7cbd83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfd72b6740b4e236a4b0e9df16907757c4d06caf07b5aa25f272588a3d26d2bc205b3773ebde3dfc733613f8b924d6cd734399c87f81f1653b77056a884186c2
|
7
|
+
data.tar.gz: 578b60f37d07b2a6282a5a676b38c5f7eb76d7fcab0553ce77c7f054ea4b5131cdb5eafc9eb31207fca74ee086b589cae605b9909af2fe1191495cf888500667
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-logging_v2
|
2
2
|
|
3
|
+
### v0.82.0 (2025-08-31)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250822
|
6
|
+
|
7
|
+
### v0.81.0 (2025-06-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250530
|
10
|
+
|
3
11
|
### v0.80.0 (2025-05-25)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250516
|
@@ -1928,6 +1928,11 @@ module Google
|
|
1928
1928
|
# @return [Google::Apis::LoggingV2::AppHub]
|
1929
1929
|
attr_accessor :apphub
|
1930
1930
|
|
1931
|
+
# Metadata associated with App Hub.
|
1932
|
+
# Corresponds to the JSON property `apphubDestination`
|
1933
|
+
# @return [Google::Apis::LoggingV2::AppHub]
|
1934
|
+
attr_accessor :apphub_destination
|
1935
|
+
|
1931
1936
|
# Output only. The Error Reporting (https://cloud.google.com/error-reporting)
|
1932
1937
|
# error groups associated with this LogEntry. Error Reporting sets the values
|
1933
1938
|
# for this field during error group creation.For more information, see View
|
@@ -2124,6 +2129,7 @@ module Google
|
|
2124
2129
|
# Update properties of this object
|
2125
2130
|
def update!(**args)
|
2126
2131
|
@apphub = args[:apphub] if args.key?(:apphub)
|
2132
|
+
@apphub_destination = args[:apphub_destination] if args.key?(:apphub_destination)
|
2127
2133
|
@error_groups = args[:error_groups] if args.key?(:error_groups)
|
2128
2134
|
@http_request = args[:http_request] if args.key?(:http_request)
|
2129
2135
|
@insert_id = args[:insert_id] if args.key?(:insert_id)
|
@@ -2289,7 +2295,7 @@ module Google
|
|
2289
2295
|
# @return [String]
|
2290
2296
|
attr_accessor :filter
|
2291
2297
|
|
2292
|
-
#
|
2298
|
+
# Optional. A client-assigned identifier, such as "load-balancer-exclusion".
|
2293
2299
|
# Identifiers are limited to 100 characters and can include only letters, digits,
|
2294
2300
|
# underscores, hyphens, and periods. First character has to be alphanumeric.
|
2295
2301
|
# Corresponds to the JSON property `name`
|
@@ -2600,8 +2606,8 @@ module Google
|
|
2600
2606
|
alias_method :disabled?, :disabled
|
2601
2607
|
|
2602
2608
|
# Optional. Log entries that match any of these exclusion filters will not be
|
2603
|
-
# exported.If a log entry is matched by both filter and one of
|
2604
|
-
#
|
2609
|
+
# exported.If a log entry is matched by both filter and one of exclusions it
|
2610
|
+
# will not be exported.
|
2605
2611
|
# Corresponds to the JSON property `exclusions`
|
2606
2612
|
# @return [Array<Google::Apis::LoggingV2::LogExclusion>]
|
2607
2613
|
attr_accessor :exclusions
|
@@ -2643,8 +2649,8 @@ module Google
|
|
2643
2649
|
attr_accessor :intercept_children
|
2644
2650
|
alias_method :intercept_children?, :intercept_children
|
2645
2651
|
|
2646
|
-
#
|
2647
|
-
#
|
2652
|
+
# Optional. The client-assigned sink identifier, unique within the project.For
|
2653
|
+
# example: "my-syslog-errors-to-pubsub".Sink identifiers are limited to 100
|
2648
2654
|
# characters and can include only the following characters: upper and lower-case
|
2649
2655
|
# alphanumeric characters, underscores, hyphens, periods.First character has to
|
2650
2656
|
# be alphanumeric.
|
@@ -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.82.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 = "20250822"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1014,6 +1014,8 @@ module Google
|
|
1014
1014
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1015
1015
|
property :apphub, as: 'apphub', class: Google::Apis::LoggingV2::AppHub, decorator: Google::Apis::LoggingV2::AppHub::Representation
|
1016
1016
|
|
1017
|
+
property :apphub_destination, as: 'apphubDestination', class: Google::Apis::LoggingV2::AppHub, decorator: Google::Apis::LoggingV2::AppHub::Representation
|
1018
|
+
|
1017
1019
|
collection :error_groups, as: 'errorGroups', class: Google::Apis::LoggingV2::LogErrorGroup, decorator: Google::Apis::LoggingV2::LogErrorGroup::Representation
|
1018
1020
|
|
1019
1021
|
property :http_request, as: 'httpRequest', class: Google::Apis::LoggingV2::HttpRequest, decorator: Google::Apis::LoggingV2::HttpRequest::Representation
|
@@ -357,8 +357,8 @@ module Google
|
|
357
357
|
# @param [String] name
|
358
358
|
# The resource that owns the locations collection, if applicable.
|
359
359
|
# @param [Array<String>, String] extra_location_types
|
360
|
-
# Optional.
|
361
|
-
#
|
360
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
361
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
362
362
|
# @param [String] filter
|
363
363
|
# A filter to narrow down results to a preferred subset. The filtering language
|
364
364
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -2616,8 +2616,8 @@ module Google
|
|
2616
2616
|
# @param [String] name
|
2617
2617
|
# The resource that owns the locations collection, if applicable.
|
2618
2618
|
# @param [Array<String>, String] extra_location_types
|
2619
|
-
# Optional.
|
2620
|
-
#
|
2619
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
2620
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
2621
2621
|
# @param [String] filter
|
2622
2622
|
# A filter to narrow down results to a preferred subset. The filtering language
|
2623
2623
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -4531,8 +4531,8 @@ module Google
|
|
4531
4531
|
# @param [String] name
|
4532
4532
|
# The resource that owns the locations collection, if applicable.
|
4533
4533
|
# @param [Array<String>, String] extra_location_types
|
4534
|
-
# Optional.
|
4535
|
-
#
|
4534
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
4535
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
4536
4536
|
# @param [String] filter
|
4537
4537
|
# A filter to narrow down results to a preferred subset. The filtering language
|
4538
4538
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -6022,8 +6022,8 @@ module Google
|
|
6022
6022
|
# @param [String] name
|
6023
6023
|
# The resource that owns the locations collection, if applicable.
|
6024
6024
|
# @param [Array<String>, String] extra_location_types
|
6025
|
-
# Optional.
|
6026
|
-
#
|
6025
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
6026
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
6027
6027
|
# @param [String] filter
|
6028
6028
|
# A filter to narrow down results to a preferred subset. The filtering language
|
6029
6029
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -8209,8 +8209,8 @@ module Google
|
|
8209
8209
|
# @param [String] name
|
8210
8210
|
# The resource that owns the locations collection, if applicable.
|
8211
8211
|
# @param [Array<String>, String] extra_location_types
|
8212
|
-
# Optional.
|
8213
|
-
#
|
8212
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
8213
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
8214
8214
|
# @param [String] filter
|
8215
8215
|
# A filter to narrow down results to a preferred subset. The filtering language
|
8216
8216
|
# 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.82.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.82.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:
|