google-apis-logging_v2 0.71.0 → 0.72.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 +5 -0
- data/lib/google/apis/logging_v2/classes.rb +15 -11
- data/lib/google/apis/logging_v2/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e6bb8562dbf79c0af9817462de5db9d619a11d0b50b663f26ef6afc01a139b0
|
|
4
|
+
data.tar.gz: 9a432fe43a927fcbe8cd3bdab1c58f450a5d434dff12dc9461324be8c71e2949
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fae7e0a4afc4413981750895416e15fa4d1eae21b9e8b61fb27eddea04851e7a8416e81ba02619406aef31f9f18f3ac5c476bdf4c6002d0d041f8fc78aeddd54
|
|
7
|
+
data.tar.gz: 5c64706c20475ec10eb18d63c7a2f004b4d6330e2c9ce155a5b5ba71681e9c0b37a9ed9c0f8d8f7860e87bdeda045c17c619ae126aa90e57fe7618b5419851f1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-logging_v2
|
|
2
2
|
|
|
3
|
+
### v0.72.0 (2024-08-04)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240726
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.71.0 (2024-07-25)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240705
|
|
@@ -1012,8 +1012,8 @@ module Google
|
|
|
1012
1012
|
|
|
1013
1013
|
# Required. The LogEntry field path to index.Note that some paths are
|
|
1014
1014
|
# automatically indexed, and other paths are not eligible for indexing. See
|
|
1015
|
-
# indexing documentation( https://cloud.google.com/logging/docs/
|
|
1016
|
-
#
|
|
1015
|
+
# indexing documentation( https://cloud.google.com/logging/docs/analyze/custom-
|
|
1016
|
+
# index) for details.For example: jsonPayload.request.status
|
|
1017
1017
|
# Corresponds to the JSON property `fieldPath`
|
|
1018
1018
|
# @return [String]
|
|
1019
1019
|
attr_accessor :field_path
|
|
@@ -1357,15 +1357,19 @@ module Google
|
|
|
1357
1357
|
attr_accessor :project_ids
|
|
1358
1358
|
|
|
1359
1359
|
# Required. Names of one or more parent resources from which to retrieve log
|
|
1360
|
-
# entries
|
|
1361
|
-
#
|
|
1362
|
-
#
|
|
1363
|
-
#
|
|
1364
|
-
#
|
|
1365
|
-
#
|
|
1366
|
-
# [
|
|
1367
|
-
#
|
|
1368
|
-
#
|
|
1360
|
+
# entries. Resources may either be resource containers or specific LogViews. For
|
|
1361
|
+
# the case of resource containers, all logs ingested into that container will be
|
|
1362
|
+
# returned regardless of which LogBuckets they are actually stored in - i.e.
|
|
1363
|
+
# these queries may fan out to multiple regions. In the event of region
|
|
1364
|
+
# unavailability, specify a specific set of LogViews that do not include the
|
|
1365
|
+
# unavailable region. projects/[PROJECT_ID] organizations/[ORGANIZATION_ID]
|
|
1366
|
+
# billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] projects/[PROJECT_ID]/
|
|
1367
|
+
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
|
1368
|
+
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
1369
|
+
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
|
1370
|
+
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
|
1371
|
+
# [BUCKET_ID]/views/[VIEW_ID]Projects listed in the project_ids field are added
|
|
1372
|
+
# to this list. A maximum of 100 resources may be specified in a single request.
|
|
1369
1373
|
# Corresponds to the JSON property `resourceNames`
|
|
1370
1374
|
# @return [Array<String>]
|
|
1371
1375
|
attr_accessor :resource_names
|
|
@@ -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.72.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240726"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.72.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.72.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|