google-apis-logging_v2 0.71.0 → 0.72.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5153535fc5069949d432ab2c358ea0b10e38350bba08111c31caa7085b8298ee
4
- data.tar.gz: 05e107a62c9924927a957c0700cf5ea8f869a9680c16c1b81909bfbf78b18328
3
+ metadata.gz: 3e6bb8562dbf79c0af9817462de5db9d619a11d0b50b663f26ef6afc01a139b0
4
+ data.tar.gz: 9a432fe43a927fcbe8cd3bdab1c58f450a5d434dff12dc9461324be8c71e2949
5
5
  SHA512:
6
- metadata.gz: b65ed85238d6134cfdea3bbbfc474e223610457fd156547fe7ed863a03dcfa74a3ef3366febdce8a1b0f7e842dd800f16725b8042a16b746842b6d939276d0e0
7
- data.tar.gz: 6d15440ea4f99a6855747306976b00ec1999fa0869e06b3b396c374957d6256d808f67907862d04abfd0e418f39f05381a34a36f944c45d5645ac286d01f77aa
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/view/advanced-
1016
- # queries#indexed-fields) for details.For example: jsonPayload.request.status
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: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/
1361
- # [BILLING_ACCOUNT_ID] folders/[FOLDER_ID]May alternatively be one or more views:
1362
- # projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[
1363
- # VIEW_ID] organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[
1364
- # BUCKET_ID]/views/[VIEW_ID] billingAccounts/[BILLING_ACCOUNT_ID]/locations/[
1365
- # LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/
1366
- # [LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]Projects listed in the
1367
- # project_ids field are added to this list. A maximum of 100 resources may be
1368
- # specified in a single request.
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.71.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.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240705"
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.71.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-07-25 00:00:00.000000000 Z
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.71.0
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: []