google-apis-logging_v2 0.84.0 → 0.86.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 +2 -2
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- data/lib/google/apis/logging_v2/service.rb +35 -30
- 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: 524185aa2b9c96d79795aa84b42613cd82091a5206f99bd9c9bb46ebc806c161
|
|
4
|
+
data.tar.gz: dac35d40b8271854608063ddacc7d761d101669fd4b9ccbe8dc03e43df2555b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d56a856b4e2139253a8f35efd053db7149f687fea1796212c0dc933c57c319c1e790ac866869c4b8b70fb856461ea8854e9669cec5a7faad49b7405b854c1024
|
|
7
|
+
data.tar.gz: b42b1aa1f12e7f02cd8fc3a5ad0bdae001ccdc0d183c088eea6a3bc7972e7063c7e77addb765c40cf58ffef063bbc1595faf710c8c6f7be0083723b27474cd33
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-logging_v2
|
|
2
2
|
|
|
3
|
+
### v0.86.0 (2025-12-07)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251128
|
|
6
|
+
|
|
7
|
+
### v0.85.0 (2025-11-16)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251107
|
|
10
|
+
|
|
3
11
|
### v0.84.0 (2025-10-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251017
|
|
@@ -1607,8 +1607,8 @@ module Google
|
|
|
1607
1607
|
attr_accessor :operations
|
|
1608
1608
|
|
|
1609
1609
|
# Unordered list. Unreachable resources. Populated when the request sets
|
|
1610
|
-
# ListOperationsRequest.return_partial_success and reads across collections
|
|
1611
|
-
# when attempting to list all resources across all supported locations.
|
|
1610
|
+
# ListOperationsRequest.return_partial_success and reads across collections. For
|
|
1611
|
+
# example, when attempting to list all resources across all supported locations.
|
|
1612
1612
|
# Corresponds to the JSON property `unreachable`
|
|
1613
1613
|
# @return [Array<String>]
|
|
1614
1614
|
attr_accessor :unreachable
|
|
@@ -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.86.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 = "20251128"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -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
|
|
@@ -1225,10 +1225,11 @@ module Google
|
|
|
1225
1225
|
# @param [Boolean] return_partial_success
|
|
1226
1226
|
# When set to true, operations that are reachable are returned as normal, and
|
|
1227
1227
|
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1228
|
-
# unreachable field.This can only be true when reading across collections
|
|
1229
|
-
# when parent is set to "projects/example/locations/-".This field is
|
|
1230
|
-
#
|
|
1231
|
-
# explicitly documented otherwise in service or product specific
|
|
1228
|
+
# unreachable field.This can only be true when reading across collections. For
|
|
1229
|
+
# example, when parent is set to "projects/example/locations/-".This field is
|
|
1230
|
+
# not supported by default and will result in an UNIMPLEMENTED error if set
|
|
1231
|
+
# unless explicitly documented otherwise in service or product specific
|
|
1232
|
+
# documentation.
|
|
1232
1233
|
# @param [String] fields
|
|
1233
1234
|
# Selector specifying which fields to include in a partial response.
|
|
1234
1235
|
# @param [String] quota_user
|
|
@@ -2624,8 +2625,8 @@ module Google
|
|
|
2624
2625
|
# @param [String] name
|
|
2625
2626
|
# The resource that owns the locations collection, if applicable.
|
|
2626
2627
|
# @param [Array<String>, String] extra_location_types
|
|
2627
|
-
# Optional.
|
|
2628
|
-
#
|
|
2628
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
2629
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
2629
2630
|
# @param [String] filter
|
|
2630
2631
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
2631
2632
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -3795,10 +3796,11 @@ module Google
|
|
|
3795
3796
|
# @param [Boolean] return_partial_success
|
|
3796
3797
|
# When set to true, operations that are reachable are returned as normal, and
|
|
3797
3798
|
# those that are unreachable are returned in the ListOperationsResponse.
|
|
3798
|
-
# unreachable field.This can only be true when reading across collections
|
|
3799
|
-
# when parent is set to "projects/example/locations/-".This field is
|
|
3800
|
-
#
|
|
3801
|
-
# explicitly documented otherwise in service or product specific
|
|
3799
|
+
# unreachable field.This can only be true when reading across collections. For
|
|
3800
|
+
# example, when parent is set to "projects/example/locations/-".This field is
|
|
3801
|
+
# not supported by default and will result in an UNIMPLEMENTED error if set
|
|
3802
|
+
# unless explicitly documented otherwise in service or product specific
|
|
3803
|
+
# documentation.
|
|
3802
3804
|
# @param [String] fields
|
|
3803
3805
|
# Selector specifying which fields to include in a partial response.
|
|
3804
3806
|
# @param [String] quota_user
|
|
@@ -4550,8 +4552,8 @@ module Google
|
|
|
4550
4552
|
# @param [String] name
|
|
4551
4553
|
# The resource that owns the locations collection, if applicable.
|
|
4552
4554
|
# @param [Array<String>, String] extra_location_types
|
|
4553
|
-
# Optional.
|
|
4554
|
-
#
|
|
4555
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
4556
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
4555
4557
|
# @param [String] filter
|
|
4556
4558
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
4557
4559
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -5475,10 +5477,11 @@ module Google
|
|
|
5475
5477
|
# @param [Boolean] return_partial_success
|
|
5476
5478
|
# When set to true, operations that are reachable are returned as normal, and
|
|
5477
5479
|
# those that are unreachable are returned in the ListOperationsResponse.
|
|
5478
|
-
# unreachable field.This can only be true when reading across collections
|
|
5479
|
-
# when parent is set to "projects/example/locations/-".This field is
|
|
5480
|
-
#
|
|
5481
|
-
# explicitly documented otherwise in service or product specific
|
|
5480
|
+
# unreachable field.This can only be true when reading across collections. For
|
|
5481
|
+
# example, when parent is set to "projects/example/locations/-".This field is
|
|
5482
|
+
# not supported by default and will result in an UNIMPLEMENTED error if set
|
|
5483
|
+
# unless explicitly documented otherwise in service or product specific
|
|
5484
|
+
# documentation.
|
|
5482
5485
|
# @param [String] fields
|
|
5483
5486
|
# Selector specifying which fields to include in a partial response.
|
|
5484
5487
|
# @param [String] quota_user
|
|
@@ -6049,8 +6052,8 @@ module Google
|
|
|
6049
6052
|
# @param [String] name
|
|
6050
6053
|
# The resource that owns the locations collection, if applicable.
|
|
6051
6054
|
# @param [Array<String>, String] extra_location_types
|
|
6052
|
-
# Optional.
|
|
6053
|
-
#
|
|
6055
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
6056
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
6054
6057
|
# @param [String] filter
|
|
6055
6058
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
6056
6059
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -7220,10 +7223,11 @@ module Google
|
|
|
7220
7223
|
# @param [Boolean] return_partial_success
|
|
7221
7224
|
# When set to true, operations that are reachable are returned as normal, and
|
|
7222
7225
|
# those that are unreachable are returned in the ListOperationsResponse.
|
|
7223
|
-
# unreachable field.This can only be true when reading across collections
|
|
7224
|
-
# when parent is set to "projects/example/locations/-".This field is
|
|
7225
|
-
#
|
|
7226
|
-
# explicitly documented otherwise in service or product specific
|
|
7226
|
+
# unreachable field.This can only be true when reading across collections. For
|
|
7227
|
+
# example, when parent is set to "projects/example/locations/-".This field is
|
|
7228
|
+
# not supported by default and will result in an UNIMPLEMENTED error if set
|
|
7229
|
+
# unless explicitly documented otherwise in service or product specific
|
|
7230
|
+
# documentation.
|
|
7227
7231
|
# @param [String] fields
|
|
7228
7232
|
# Selector specifying which fields to include in a partial response.
|
|
7229
7233
|
# @param [String] quota_user
|
|
@@ -8247,8 +8251,8 @@ module Google
|
|
|
8247
8251
|
# @param [String] name
|
|
8248
8252
|
# The resource that owns the locations collection, if applicable.
|
|
8249
8253
|
# @param [Array<String>, String] extra_location_types
|
|
8250
|
-
# Optional.
|
|
8251
|
-
#
|
|
8254
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
8255
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
8252
8256
|
# @param [String] filter
|
|
8253
8257
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
8254
8258
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -9418,10 +9422,11 @@ module Google
|
|
|
9418
9422
|
# @param [Boolean] return_partial_success
|
|
9419
9423
|
# When set to true, operations that are reachable are returned as normal, and
|
|
9420
9424
|
# those that are unreachable are returned in the ListOperationsResponse.
|
|
9421
|
-
# unreachable field.This can only be true when reading across collections
|
|
9422
|
-
# when parent is set to "projects/example/locations/-".This field is
|
|
9423
|
-
#
|
|
9424
|
-
# explicitly documented otherwise in service or product specific
|
|
9425
|
+
# unreachable field.This can only be true when reading across collections. For
|
|
9426
|
+
# example, when parent is set to "projects/example/locations/-".This field is
|
|
9427
|
+
# not supported by default and will result in an UNIMPLEMENTED error if set
|
|
9428
|
+
# unless explicitly documented otherwise in service or product specific
|
|
9429
|
+
# documentation.
|
|
9425
9430
|
# @param [String] fields
|
|
9426
9431
|
# Selector specifying which fields to include in a partial response.
|
|
9427
9432
|
# @param [String] quota_user
|
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.86.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.86.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:
|