google-apis-logging_v2 0.50.0 → 0.51.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: ec6159b5643049eef03887efad51b908be11b692f05adda095d7234962680783
4
- data.tar.gz: b82c2996228a4a960cdd35876c00b83013bbb67aee0c5ff97c8617b3842b5cb1
3
+ metadata.gz: ff1e11c6b798dc6a40b64ffdb47a97deabf74f4d2ee56e268fcb50894cdcd6e7
4
+ data.tar.gz: 1c465e1c53033fbf5c62a35d2ca7cdea41da8d18c59bff491c83e1824cab960d
5
5
  SHA512:
6
- metadata.gz: 8402b803ad9fe33f610e160e068a6ae604857a23b08d2a0afcf2a29c0a6e69ca23383f16d1a0611f96677d8225e5d0d6a572bf5784e2923afd954d930c00ff2b
7
- data.tar.gz: 5e299705557de8163854b1a0184093791d4e890949e82900d589873c70d9c1aaddf0a60d7e7df88855e7e445246b7df7015bcdddebfbd0010368891ef426e7c5
6
+ metadata.gz: eae04ec8b64194af156c13122564b6d7e057475e9e7462a8699ae59c5d336eb4ed7512f8be400475aeab64f372ca88c4e61b188ab74e6d28c08b09856a3433b9
7
+ data.tar.gz: 1f4110fd9807e63c20574ffc0225bdbe638fff1f1d3408972b583bb9cd42c4f747552baa6dfb5d4b09475c4cd2187bad5cae51537ef7dcb47405d38e27b8f6e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.51.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.50.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230727
@@ -449,12 +449,12 @@ module Google
449
449
  class DeleteLinkRequest
450
450
  include Google::Apis::Core::Hashable
451
451
 
452
- # Required. The full resource name of the link to delete."projects/PROJECT_ID/
453
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/
454
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
455
- # billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
456
- # links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
457
- # links/LINK_ID"
452
+ # Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/
453
+ # locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
454
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
455
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
456
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
457
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
458
458
  # Corresponds to the JSON property `name`
459
459
  # @return [String]
460
460
  attr_accessor :name
@@ -2518,12 +2518,12 @@ module Google
2518
2518
  # @return [String]
2519
2519
  attr_accessor :name
2520
2520
 
2521
- # The normal response of the operation in case of success. If the original
2522
- # method returns no data on success, such as Delete, the response is google.
2523
- # protobuf.Empty. If the original method is standard Get/Create/Update, the
2524
- # response should be the resource. For other methods, the response should have
2525
- # the type XxxResponse, where Xxx is the original method name. For example, if
2526
- # the original method name is TakeSnapshot(), the inferred response type is
2521
+ # The normal, successful response of the operation. If the original method
2522
+ # returns no data on success, such as Delete, the response is google.protobuf.
2523
+ # Empty. If the original method is standard Get/Create/Update, the response
2524
+ # should be the resource. For other methods, the response should have the type
2525
+ # XxxResponse, where Xxx is the original method name. For example, if the
2526
+ # original method name is TakeSnapshot(), the inferred response type is
2527
2527
  # TakeSnapshotResponse.
2528
2528
  # Corresponds to the JSON property `response`
2529
2529
  # @return [Hash<String,Object>]
@@ -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.50.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230727"
25
+ REVISION = "20230804"
26
26
  end
27
27
  end
28
28
  end
@@ -781,12 +781,12 @@ module Google
781
781
  # Deletes a link. This will also delete the corresponding BigQuery linked
782
782
  # dataset.
783
783
  # @param [String] name
784
- # Required. The full resource name of the link to delete."projects/PROJECT_ID/
785
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/
786
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
787
- # billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
788
- # links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
789
- # links/LINK_ID"
784
+ # Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/
785
+ # locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
786
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
787
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
788
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
789
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
790
790
  # @param [String] fields
791
791
  # Selector specifying which fields to include in a partial response.
792
792
  # @param [String] quota_user
@@ -816,11 +816,12 @@ module Google
816
816
 
817
817
  # Gets a link.
818
818
  # @param [String] name
819
- # Required. The resource name of the link:"projects/PROJECT_ID/locations/
820
- # LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
821
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
822
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
823
- # folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
819
+ # Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[
820
+ # LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
821
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
822
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
823
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
824
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
824
825
  # @param [String] fields
825
826
  # Selector specifying which fields to include in a partial response.
826
827
  # @param [String] quota_user
@@ -850,11 +851,11 @@ module Google
850
851
 
851
852
  # Lists links.
852
853
  # @param [String] parent
853
- # Required. The parent resource whose links are to be listed:"projects/
854
- # PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "organizations/
855
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/
856
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "folders/FOLDER_ID/
857
- # locations/LOCATION_ID/buckets/BUCKET_ID"
854
+ # Required. The parent resource whose links are to be listed: "projects/[
855
+ # PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
856
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
857
+ # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
858
+ # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
858
859
  # @param [Fixnum] page_size
859
860
  # Optional. The maximum number of results to return from this request.
860
861
  # @param [String] page_token
@@ -1534,7 +1535,7 @@ module Google
1534
1535
  # values of this field are both false or both true, then there is no change to
1535
1536
  # the sink's writer_identity. If the old value is false and the new value is
1536
1537
  # true, then writer_identity is changed to a service agent (https://cloud.google.
1537
- # com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
1538
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
1538
1539
  # is an error if the old value is true and the new value is set to false or
1539
1540
  # defaulted to false.
1540
1541
  # @param [String] update_mask
@@ -1601,7 +1602,7 @@ module Google
1601
1602
  # values of this field are both false or both true, then there is no change to
1602
1603
  # the sink's writer_identity. If the old value is false and the new value is
1603
1604
  # true, then writer_identity is changed to a service agent (https://cloud.google.
1604
- # com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
1605
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
1605
1606
  # is an error if the old value is true and the new value is set to false or
1606
1607
  # defaulted to false.
1607
1608
  # @param [String] update_mask
@@ -2750,12 +2751,12 @@ module Google
2750
2751
  # Deletes a link. This will also delete the corresponding BigQuery linked
2751
2752
  # dataset.
2752
2753
  # @param [String] name
2753
- # Required. The full resource name of the link to delete."projects/PROJECT_ID/
2754
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/
2755
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
2756
- # billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
2757
- # links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
2758
- # links/LINK_ID"
2754
+ # Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/
2755
+ # locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
2756
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
2757
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
2758
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
2759
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
2759
2760
  # @param [String] fields
2760
2761
  # Selector specifying which fields to include in a partial response.
2761
2762
  # @param [String] quota_user
@@ -2785,11 +2786,12 @@ module Google
2785
2786
 
2786
2787
  # Gets a link.
2787
2788
  # @param [String] name
2788
- # Required. The resource name of the link:"projects/PROJECT_ID/locations/
2789
- # LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
2790
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
2791
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
2792
- # folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
2789
+ # Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[
2790
+ # LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
2791
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
2792
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
2793
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
2794
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
2793
2795
  # @param [String] fields
2794
2796
  # Selector specifying which fields to include in a partial response.
2795
2797
  # @param [String] quota_user
@@ -2819,11 +2821,11 @@ module Google
2819
2821
 
2820
2822
  # Lists links.
2821
2823
  # @param [String] parent
2822
- # Required. The parent resource whose links are to be listed:"projects/
2823
- # PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "organizations/
2824
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/
2825
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "folders/FOLDER_ID/
2826
- # locations/LOCATION_ID/buckets/BUCKET_ID"
2824
+ # Required. The parent resource whose links are to be listed: "projects/[
2825
+ # PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
2826
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
2827
+ # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
2828
+ # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
2827
2829
  # @param [Fixnum] page_size
2828
2830
  # Optional. The maximum number of results to return from this request.
2829
2831
  # @param [String] page_token
@@ -3503,7 +3505,7 @@ module Google
3503
3505
  # values of this field are both false or both true, then there is no change to
3504
3506
  # the sink's writer_identity. If the old value is false and the new value is
3505
3507
  # true, then writer_identity is changed to a service agent (https://cloud.google.
3506
- # com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
3508
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
3507
3509
  # is an error if the old value is true and the new value is set to false or
3508
3510
  # defaulted to false.
3509
3511
  # @param [String] update_mask
@@ -3570,7 +3572,7 @@ module Google
3570
3572
  # values of this field are both false or both true, then there is no change to
3571
3573
  # the sink's writer_identity. If the old value is false and the new value is
3572
3574
  # true, then writer_identity is changed to a service agent (https://cloud.google.
3573
- # com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
3575
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
3574
3576
  # is an error if the old value is true and the new value is set to false or
3575
3577
  # defaulted to false.
3576
3578
  # @param [String] update_mask
@@ -4070,12 +4072,12 @@ module Google
4070
4072
  # Deletes a link. This will also delete the corresponding BigQuery linked
4071
4073
  # dataset.
4072
4074
  # @param [String] name
4073
- # Required. The full resource name of the link to delete."projects/PROJECT_ID/
4074
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/
4075
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
4076
- # billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
4077
- # links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
4078
- # links/LINK_ID"
4075
+ # Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/
4076
+ # locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
4077
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
4078
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
4079
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
4080
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
4079
4081
  # @param [String] fields
4080
4082
  # Selector specifying which fields to include in a partial response.
4081
4083
  # @param [String] quota_user
@@ -4105,11 +4107,12 @@ module Google
4105
4107
 
4106
4108
  # Gets a link.
4107
4109
  # @param [String] name
4108
- # Required. The resource name of the link:"projects/PROJECT_ID/locations/
4109
- # LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
4110
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
4111
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
4112
- # folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
4110
+ # Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[
4111
+ # LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
4112
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
4113
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
4114
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
4115
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
4113
4116
  # @param [String] fields
4114
4117
  # Selector specifying which fields to include in a partial response.
4115
4118
  # @param [String] quota_user
@@ -4139,11 +4142,11 @@ module Google
4139
4142
 
4140
4143
  # Lists links.
4141
4144
  # @param [String] parent
4142
- # Required. The parent resource whose links are to be listed:"projects/
4143
- # PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "organizations/
4144
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/
4145
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "folders/FOLDER_ID/
4146
- # locations/LOCATION_ID/buckets/BUCKET_ID"
4145
+ # Required. The parent resource whose links are to be listed: "projects/[
4146
+ # PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
4147
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
4148
+ # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
4149
+ # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
4147
4150
  # @param [Fixnum] page_size
4148
4151
  # Optional. The maximum number of results to return from this request.
4149
4152
  # @param [String] page_token
@@ -5450,12 +5453,12 @@ module Google
5450
5453
  # Deletes a link. This will also delete the corresponding BigQuery linked
5451
5454
  # dataset.
5452
5455
  # @param [String] name
5453
- # Required. The full resource name of the link to delete."projects/PROJECT_ID/
5454
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/
5455
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
5456
- # billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
5457
- # links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
5458
- # links/LINK_ID"
5456
+ # Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/
5457
+ # locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
5458
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
5459
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
5460
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
5461
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
5459
5462
  # @param [String] fields
5460
5463
  # Selector specifying which fields to include in a partial response.
5461
5464
  # @param [String] quota_user
@@ -5485,11 +5488,12 @@ module Google
5485
5488
 
5486
5489
  # Gets a link.
5487
5490
  # @param [String] name
5488
- # Required. The resource name of the link:"projects/PROJECT_ID/locations/
5489
- # LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
5490
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
5491
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
5492
- # folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
5491
+ # Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[
5492
+ # LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
5493
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
5494
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
5495
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
5496
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
5493
5497
  # @param [String] fields
5494
5498
  # Selector specifying which fields to include in a partial response.
5495
5499
  # @param [String] quota_user
@@ -5519,11 +5523,11 @@ module Google
5519
5523
 
5520
5524
  # Lists links.
5521
5525
  # @param [String] parent
5522
- # Required. The parent resource whose links are to be listed:"projects/
5523
- # PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "organizations/
5524
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/
5525
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "folders/FOLDER_ID/
5526
- # locations/LOCATION_ID/buckets/BUCKET_ID"
5526
+ # Required. The parent resource whose links are to be listed: "projects/[
5527
+ # PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
5528
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
5529
+ # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
5530
+ # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
5527
5531
  # @param [Fixnum] page_size
5528
5532
  # Optional. The maximum number of results to return from this request.
5529
5533
  # @param [String] page_token
@@ -6203,7 +6207,7 @@ module Google
6203
6207
  # values of this field are both false or both true, then there is no change to
6204
6208
  # the sink's writer_identity. If the old value is false and the new value is
6205
6209
  # true, then writer_identity is changed to a service agent (https://cloud.google.
6206
- # com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
6210
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
6207
6211
  # is an error if the old value is true and the new value is set to false or
6208
6212
  # defaulted to false.
6209
6213
  # @param [String] update_mask
@@ -6270,7 +6274,7 @@ module Google
6270
6274
  # values of this field are both false or both true, then there is no change to
6271
6275
  # the sink's writer_identity. If the old value is false and the new value is
6272
6276
  # true, then writer_identity is changed to a service agent (https://cloud.google.
6273
- # com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
6277
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
6274
6278
  # is an error if the old value is true and the new value is set to false or
6275
6279
  # defaulted to false.
6276
6280
  # @param [String] update_mask
@@ -7047,12 +7051,12 @@ module Google
7047
7051
  # Deletes a link. This will also delete the corresponding BigQuery linked
7048
7052
  # dataset.
7049
7053
  # @param [String] name
7050
- # Required. The full resource name of the link to delete."projects/PROJECT_ID/
7051
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/
7052
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
7053
- # billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
7054
- # links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
7055
- # links/LINK_ID"
7054
+ # Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/
7055
+ # locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
7056
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
7057
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
7058
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
7059
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
7056
7060
  # @param [String] fields
7057
7061
  # Selector specifying which fields to include in a partial response.
7058
7062
  # @param [String] quota_user
@@ -7082,11 +7086,12 @@ module Google
7082
7086
 
7083
7087
  # Gets a link.
7084
7088
  # @param [String] name
7085
- # Required. The resource name of the link:"projects/PROJECT_ID/locations/
7086
- # LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
7087
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
7088
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
7089
- # folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
7089
+ # Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[
7090
+ # LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[
7091
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "
7092
+ # billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
7093
+ # BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/
7094
+ # buckets/[BUCKET_ID]/links/[LINK_ID]"
7090
7095
  # @param [String] fields
7091
7096
  # Selector specifying which fields to include in a partial response.
7092
7097
  # @param [String] quota_user
@@ -7116,11 +7121,11 @@ module Google
7116
7121
 
7117
7122
  # Lists links.
7118
7123
  # @param [String] parent
7119
- # Required. The parent resource whose links are to be listed:"projects/
7120
- # PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "organizations/
7121
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/
7122
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "folders/FOLDER_ID/
7123
- # locations/LOCATION_ID/buckets/BUCKET_ID"
7124
+ # Required. The parent resource whose links are to be listed: "projects/[
7125
+ # PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
7126
+ # ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
7127
+ # [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
7128
+ # FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
7124
7129
  # @param [Fixnum] page_size
7125
7130
  # Optional. The maximum number of results to return from this request.
7126
7131
  # @param [String] page_token
@@ -7974,7 +7979,7 @@ module Google
7974
7979
  # values of this field are both false or both true, then there is no change to
7975
7980
  # the sink's writer_identity. If the old value is false and the new value is
7976
7981
  # true, then writer_identity is changed to a service agent (https://cloud.google.
7977
- # com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
7982
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
7978
7983
  # is an error if the old value is true and the new value is set to false or
7979
7984
  # defaulted to false.
7980
7985
  # @param [String] update_mask
@@ -8041,7 +8046,7 @@ module Google
8041
8046
  # values of this field are both false or both true, then there is no change to
8042
8047
  # the sink's writer_identity. If the old value is false and the new value is
8043
8048
  # true, then writer_identity is changed to a service agent (https://cloud.google.
8044
- # com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
8049
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
8045
8050
  # is an error if the old value is true and the new value is set to false or
8046
8051
  # defaulted to false.
8047
8052
  # @param [String] update_mask
@@ -8277,7 +8282,7 @@ module Google
8277
8282
  # values of this field are both false or both true, then there is no change to
8278
8283
  # the sink's writer_identity. If the old value is false and the new value is
8279
8284
  # true, then writer_identity is changed to a service agent (https://cloud.google.
8280
- # com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
8285
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
8281
8286
  # is an error if the old value is true and the new value is set to false or
8282
8287
  # defaulted to false.
8283
8288
  # @param [String] update_mask
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.50.0
4
+ version: 0.51.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.51.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: []