google-apis-logging_v2 0.77.0 → 0.78.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: 51c32631dd139850284a06feed027ec0ba75dc2423efdd772e39e186b163e312
4
- data.tar.gz: b9cfb8811c3a43076b804788b355b8ef3ce596000fffb65aabff4005e7bd1ba7
3
+ metadata.gz: bdc2fa7870a5e8ff8f5665182981401562a0460d11220cd08b250fa093bc7db7
4
+ data.tar.gz: d2f4cfa9f67d599a4f8435e16f8e88c1f6fd860dbb27170e2da6f85a941c8722
5
5
  SHA512:
6
- metadata.gz: 7928f3219ea7c7c07a538a72b385ec4bca1d5c256644c72d38ecca31a54f5f1f2d92b621591e46b24b6de5d373c11ac6a5c6dbeea7320b0aa0377d239508d9fc
7
- data.tar.gz: a2b4c5db1d89704e2a4e7ae2b470426ce191ceca3f239452167eca050fdb18c11d552eeb11d941b0a3d8ec2206b4683633d2f65d3de71fd8a9a24227bbfd4343
6
+ metadata.gz: c1c830cbb66032e25854f7c056498df2a99ba58f83306b70091da5a13dba17a657eddd6a7a4f7e6185308211c1eaf365cc6cd07d47fa3d4fe7651fbaa5ac3b60
7
+ data.tar.gz: d58ef30daa5eaa17a46536fd634625cf6a100f4fac6def32c74b098d49c4eea381aea2dfb126147c0bd5a944cc8da70164ecafba75fc5cc42a940b27649810a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.78.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250411
6
+
3
7
  ### v0.77.0 (2025-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20250307
@@ -678,10 +678,7 @@ module Google
678
678
  attr_accessor :link_id
679
679
 
680
680
  # Required. The full resource name of the bucket to create a link for. "projects/
681
- # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
682
- # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
683
- # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
684
- # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
681
+ # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
685
682
  # Corresponds to the JSON property `parent`
686
683
  # @return [String]
687
684
  attr_accessor :parent
@@ -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.77.0"
19
+ GEM_VERSION = "0.78.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250307"
25
+ REVISION = "20250411"
26
26
  end
27
27
  end
28
28
  end
@@ -356,6 +356,9 @@ module Google
356
356
  # Lists information about the supported locations for this service.
357
357
  # @param [String] name
358
358
  # The resource that owns the locations collection, if applicable.
359
+ # @param [Array<String>, String] extra_location_types
360
+ # Optional. A list of extra location types that should be used as conditions for
361
+ # controlling the visibility of the locations.
359
362
  # @param [String] filter
360
363
  # A filter to narrow down results to a preferred subset. The filtering language
361
364
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -383,11 +386,12 @@ module Google
383
386
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
384
387
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
385
388
  # @raise [Google::Apis::AuthorizationError] Authorization is required
386
- def list_billing_account_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
389
+ def list_billing_account_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
387
390
  command = make_simple_command(:get, 'v2/{+name}/locations', options)
388
391
  command.response_representation = Google::Apis::LoggingV2::ListLocationsResponse::Representation
389
392
  command.response_class = Google::Apis::LoggingV2::ListLocationsResponse
390
393
  command.params['name'] = name unless name.nil?
394
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
391
395
  command.query['filter'] = filter unless filter.nil?
392
396
  command.query['pageSize'] = page_size unless page_size.nil?
393
397
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -738,10 +742,7 @@ module Google
738
742
  # currently only contain one link.
739
743
  # @param [String] parent
740
744
  # Required. The full resource name of the bucket to create a link for. "projects/
741
- # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
742
- # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
743
- # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
744
- # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
745
+ # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
745
746
  # @param [Google::Apis::LoggingV2::Link] link_object
746
747
  # @param [String] link_id
747
748
  # Required. The ID to use for the link. The link_id can have up to 100
@@ -2614,6 +2615,9 @@ module Google
2614
2615
  # Lists information about the supported locations for this service.
2615
2616
  # @param [String] name
2616
2617
  # The resource that owns the locations collection, if applicable.
2618
+ # @param [Array<String>, String] extra_location_types
2619
+ # Optional. A list of extra location types that should be used as conditions for
2620
+ # controlling the visibility of the locations.
2617
2621
  # @param [String] filter
2618
2622
  # A filter to narrow down results to a preferred subset. The filtering language
2619
2623
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -2641,11 +2645,12 @@ module Google
2641
2645
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2642
2646
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2643
2647
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2644
- def list_folder_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2648
+ def list_folder_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2645
2649
  command = make_simple_command(:get, 'v2/{+name}/locations', options)
2646
2650
  command.response_representation = Google::Apis::LoggingV2::ListLocationsResponse::Representation
2647
2651
  command.response_class = Google::Apis::LoggingV2::ListLocationsResponse
2648
2652
  command.params['name'] = name unless name.nil?
2653
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
2649
2654
  command.query['filter'] = filter unless filter.nil?
2650
2655
  command.query['pageSize'] = page_size unless page_size.nil?
2651
2656
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -2996,10 +3001,7 @@ module Google
2996
3001
  # currently only contain one link.
2997
3002
  # @param [String] parent
2998
3003
  # Required. The full resource name of the bucket to create a link for. "projects/
2999
- # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
3000
- # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
3001
- # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
3002
- # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
3004
+ # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
3003
3005
  # @param [Google::Apis::LoggingV2::Link] link_object
3004
3006
  # @param [String] link_id
3005
3007
  # Required. The ID to use for the link. The link_id can have up to 100
@@ -4528,6 +4530,9 @@ module Google
4528
4530
  # Lists information about the supported locations for this service.
4529
4531
  # @param [String] name
4530
4532
  # The resource that owns the locations collection, if applicable.
4533
+ # @param [Array<String>, String] extra_location_types
4534
+ # Optional. A list of extra location types that should be used as conditions for
4535
+ # controlling the visibility of the locations.
4531
4536
  # @param [String] filter
4532
4537
  # A filter to narrow down results to a preferred subset. The filtering language
4533
4538
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -4555,11 +4560,12 @@ module Google
4555
4560
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4556
4561
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4557
4562
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4558
- def list_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
4563
+ def list_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
4559
4564
  command = make_simple_command(:get, 'v2/{+name}/locations', options)
4560
4565
  command.response_representation = Google::Apis::LoggingV2::ListLocationsResponse::Representation
4561
4566
  command.response_class = Google::Apis::LoggingV2::ListLocationsResponse
4562
4567
  command.params['name'] = name unless name.nil?
4568
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
4563
4569
  command.query['filter'] = filter unless filter.nil?
4564
4570
  command.query['pageSize'] = page_size unless page_size.nil?
4565
4571
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -4910,10 +4916,7 @@ module Google
4910
4916
  # currently only contain one link.
4911
4917
  # @param [String] parent
4912
4918
  # Required. The full resource name of the bucket to create a link for. "projects/
4913
- # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
4914
- # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
4915
- # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
4916
- # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
4919
+ # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
4917
4920
  # @param [Google::Apis::LoggingV2::Link] link_object
4918
4921
  # @param [String] link_id
4919
4922
  # Required. The ID to use for the link. The link_id can have up to 100
@@ -6018,6 +6021,9 @@ module Google
6018
6021
  # Lists information about the supported locations for this service.
6019
6022
  # @param [String] name
6020
6023
  # The resource that owns the locations collection, if applicable.
6024
+ # @param [Array<String>, String] extra_location_types
6025
+ # Optional. A list of extra location types that should be used as conditions for
6026
+ # controlling the visibility of the locations.
6021
6027
  # @param [String] filter
6022
6028
  # A filter to narrow down results to a preferred subset. The filtering language
6023
6029
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -6045,11 +6051,12 @@ module Google
6045
6051
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
6046
6052
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6047
6053
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6048
- def list_organization_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
6054
+ def list_organization_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
6049
6055
  command = make_simple_command(:get, 'v2/{+name}/locations', options)
6050
6056
  command.response_representation = Google::Apis::LoggingV2::ListLocationsResponse::Representation
6051
6057
  command.response_class = Google::Apis::LoggingV2::ListLocationsResponse
6052
6058
  command.params['name'] = name unless name.nil?
6059
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
6053
6060
  command.query['filter'] = filter unless filter.nil?
6054
6061
  command.query['pageSize'] = page_size unless page_size.nil?
6055
6062
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -6400,10 +6407,7 @@ module Google
6400
6407
  # currently only contain one link.
6401
6408
  # @param [String] parent
6402
6409
  # Required. The full resource name of the bucket to create a link for. "projects/
6403
- # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
6404
- # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
6405
- # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
6406
- # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
6410
+ # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
6407
6411
  # @param [Google::Apis::LoggingV2::Link] link_object
6408
6412
  # @param [String] link_id
6409
6413
  # Required. The ID to use for the link. The link_id can have up to 100
@@ -8204,6 +8208,9 @@ module Google
8204
8208
  # Lists information about the supported locations for this service.
8205
8209
  # @param [String] name
8206
8210
  # The resource that owns the locations collection, if applicable.
8211
+ # @param [Array<String>, String] extra_location_types
8212
+ # Optional. A list of extra location types that should be used as conditions for
8213
+ # controlling the visibility of the locations.
8207
8214
  # @param [String] filter
8208
8215
  # A filter to narrow down results to a preferred subset. The filtering language
8209
8216
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -8231,11 +8238,12 @@ module Google
8231
8238
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
8232
8239
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8233
8240
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8234
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
8241
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
8235
8242
  command = make_simple_command(:get, 'v2/{+name}/locations', options)
8236
8243
  command.response_representation = Google::Apis::LoggingV2::ListLocationsResponse::Representation
8237
8244
  command.response_class = Google::Apis::LoggingV2::ListLocationsResponse
8238
8245
  command.params['name'] = name unless name.nil?
8246
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
8239
8247
  command.query['filter'] = filter unless filter.nil?
8240
8248
  command.query['pageSize'] = page_size unless page_size.nil?
8241
8249
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -8586,10 +8594,7 @@ module Google
8586
8594
  # currently only contain one link.
8587
8595
  # @param [String] parent
8588
8596
  # Required. The full resource name of the bucket to create a link for. "projects/
8589
- # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
8590
- # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
8591
- # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
8592
- # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
8597
+ # [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
8593
8598
  # @param [Google::Apis::LoggingV2::Link] link_object
8594
8599
  # @param [String] link_id
8595
8600
  # Required. The ID to use for the link. The link_id can have up to 100
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-logging_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.77.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.78.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: