google-apis-logging_v2 0.49.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: 5bf190a50ee24f0cb1c6fa9aa9b05835859a270719c903124cdad999a0a2ba98
4
- data.tar.gz: 6ce266e157f6640f38465087fd3901dab96b4d148ad9da43c5f5da92eea8f6c9
3
+ metadata.gz: ff1e11c6b798dc6a40b64ffdb47a97deabf74f4d2ee56e268fcb50894cdcd6e7
4
+ data.tar.gz: 1c465e1c53033fbf5c62a35d2ca7cdea41da8d18c59bff491c83e1824cab960d
5
5
  SHA512:
6
- metadata.gz: 1f30a696e423f8fb10faf573eb41bce045ac4ec4a709f8f5268baaac3d13c00657077acbfdcdc9e2522ab13208c3577798d002f213a522d51c7413084331462d
7
- data.tar.gz: 2788946e17c4e5c98cb67e7c95128e780785d277d32bc04642fccc4a76ccf3cd4f9a1f6713b0c55ded45ae7efbb077c3856afa84246adbb72792d04ae610e54c
6
+ metadata.gz: eae04ec8b64194af156c13122564b6d7e057475e9e7462a8699ae59c5d336eb4ed7512f8be400475aeab64f372ca88c4e61b188ab74e6d28c08b09856a3433b9
7
+ data.tar.gz: 1f4110fd9807e63c20574ffc0225bdbe638fff1f1d3408972b583bb9cd42c4f747552baa6dfb5d4b09475c4cd2187bad5cae51537ef7dcb47405d38e27b8f6e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.50.0 (2023-08-06)
8
+
9
+ * Regenerated from discovery document revision 20230727
10
+
3
11
  ### v0.49.0 (2023-07-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230706
@@ -62,7 +62,7 @@ module Google
62
62
  alias_method :use_partitioned_tables?, :use_partitioned_tables
63
63
 
64
64
  # Output only. True if new timestamp column based partitioning is in use, false
65
- # if legacy ingestion-time partitioning is in use.All new sinks will have this
65
+ # if legacy ingress-time partitioning is in use.All new sinks will have this
66
66
  # field set true and will use timestamp column based partitioning. If
67
67
  # use_partitioned_tables is false, this value has no meaning and will be false.
68
68
  # Legacy sinks using partitioned tables will have this field set to false.
@@ -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
@@ -1460,7 +1460,7 @@ module Google
1460
1460
  # characters long and can only include the following characters: upper and lower
1461
1461
  # case alphanumeric characters, forward-slash, underscore, hyphen, and period.
1462
1462
  # For backward compatibility, if log_name begins with a forward-slash, such as /
1463
- # projects/..., then the log entry is ingested as usual, but the forward-slash
1463
+ # projects/..., then the log entry is processed as usual, but the forward-slash
1464
1464
  # is removed. Listing the log entry will not show the leading slash and
1465
1465
  # filtering for a log name with a leading slash will never return any results.
1466
1466
  # Corresponds to the JSON property `logName`
@@ -1564,7 +1564,7 @@ module Google
1564
1564
  # log entries must have timestamps that don't exceed the logs retention period (
1565
1565
  # https://cloud.google.com/logging/quotas#logs_retention_periods) in the past,
1566
1566
  # and that don't exceed 24 hours in the future. Log entries outside those time
1567
- # boundaries aren't ingested by Logging.
1567
+ # boundaries are rejected by Logging.
1568
1568
  # Corresponds to the JSON property `timestamp`
1569
1569
  # @return [String]
1570
1570
  attr_accessor :timestamp
@@ -1974,10 +1974,12 @@ module Google
1974
1974
  # Required. The export destination: "storage.googleapis.com/[GCS_BUCKET]" "
1975
1975
  # bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]" "pubsub.
1976
1976
  # googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]" "logging.googleapis.
1977
- # com/projects/[PROJECT_ID]" The sink's writer_identity, set when the sink is
1978
- # created, must have permission to write to the destination or else the log
1979
- # entries are not exported. For more information, see Exporting Logs with Sinks (
1980
- # https://cloud.google.com/logging/docs/api/tasks/exporting-logs).
1977
+ # com/projects/[PROJECT_ID]" "logging.googleapis.com/projects/[PROJECT_ID]/
1978
+ # locations/[LOCATION_ID]/buckets/[BUCKET_ID]" The sink's writer_identity, set
1979
+ # when the sink is created, must have permission to write to the destination or
1980
+ # else the log entries are not exported. For more information, see Exporting
1981
+ # Logs with Sinks (https://cloud.google.com/logging/docs/api/tasks/exporting-
1982
+ # logs).
1981
1983
  # Corresponds to the JSON property `destination`
1982
1984
  # @return [String]
1983
1985
  attr_accessor :destination
@@ -2516,12 +2518,12 @@ module Google
2516
2518
  # @return [String]
2517
2519
  attr_accessor :name
2518
2520
 
2519
- # The normal response of the operation in case of success. If the original
2520
- # method returns no data on success, such as Delete, the response is google.
2521
- # protobuf.Empty. If the original method is standard Get/Create/Update, the
2522
- # response should be the resource. For other methods, the response should have
2523
- # the type XxxResponse, where Xxx is the original method name. For example, if
2524
- # 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
2525
2527
  # TakeSnapshotResponse.
2526
2528
  # Corresponds to the JSON property `response`
2527
2529
  # @return [Hash<String,Object>]
@@ -2785,7 +2787,7 @@ module Google
2785
2787
 
2786
2788
  # Optional. If set to true, the _Default sink in newly created projects and
2787
2789
  # folders will created in a disabled state. This can be used to automatically
2788
- # disable log ingestion if there is already an aggregated sink configured in the
2790
+ # disable log storage if there is already an aggregated sink configured in the
2789
2791
  # hierarchy. The _Default sink can be re-enabled manually if needed.
2790
2792
  # Corresponds to the JSON property `disableDefaultSink`
2791
2793
  # @return [Boolean]
@@ -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.49.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 = "20230706"
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/links/" "organizations/
855
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/" "billingAccounts/
856
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/" "folders/
857
- # FOLDER_ID/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
@@ -965,7 +966,7 @@ module Google
965
966
  execute_or_queue_command(command, &block)
966
967
  end
967
968
 
968
- # Gets a view on a log bucket..
969
+ # Gets a view on a log bucket.
969
970
  # @param [String] name
970
971
  # Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[
971
972
  # LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-
@@ -1344,9 +1345,9 @@ module Google
1344
1345
  end
1345
1346
 
1346
1347
  # Creates a sink that exports specified log entries to a destination. The export
1347
- # of newly-ingested log entries begins immediately, unless the sink's
1348
- # writer_identity is not permitted to write to the destination. A sink can
1349
- # export log entries only from the resource owning the sink.
1348
+ # begins upon ingress, unless the sink's writer_identity is not permitted to
1349
+ # write to the destination. A sink can export log entries only from the resource
1350
+ # owning the sink.
1350
1351
  # @param [String] parent
1351
1352
  # Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "
1352
1353
  # organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "
@@ -1367,8 +1368,9 @@ module Google
1367
1368
  # identities to this API. The sink's destination must be in the same project as
1368
1369
  # the sink itself.If this field is set to true, or if the sink is owned by a non-
1369
1370
  # project resource such as an organization, then the value of writer_identity
1370
- # will be a unique service account used only for exports from the new sink. For
1371
- # more information, see writer_identity in LogSink.
1371
+ # will be a service agent (https://cloud.google.com/iam/docs/service-account-
1372
+ # types#service-agents) used by the sinks with the same parent. For more
1373
+ # information, see writer_identity in LogSink.
1372
1374
  # @param [String] fields
1373
1375
  # Selector specifying which fields to include in a partial response.
1374
1376
  # @param [String] quota_user
@@ -1532,9 +1534,10 @@ module Google
1532
1534
  # sink depends on both the old and new values of this field: If the old and new
1533
1535
  # values of this field are both false or both true, then there is no change to
1534
1536
  # the sink's writer_identity. If the old value is false and the new value is
1535
- # true, then writer_identity is changed to a unique service account. It is an
1536
- # error if the old value is true and the new value is set to false or defaulted
1537
- # to false.
1537
+ # true, then writer_identity is changed to a service agent (https://cloud.google.
1538
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
1539
+ # is an error if the old value is true and the new value is set to false or
1540
+ # defaulted to false.
1538
1541
  # @param [String] update_mask
1539
1542
  # Optional. Field mask that specifies the fields in sink that need an update. A
1540
1543
  # sink field will be overwritten if, and only if, it is in the update mask. name
@@ -1598,9 +1601,10 @@ module Google
1598
1601
  # sink depends on both the old and new values of this field: If the old and new
1599
1602
  # values of this field are both false or both true, then there is no change to
1600
1603
  # the sink's writer_identity. If the old value is false and the new value is
1601
- # true, then writer_identity is changed to a unique service account. It is an
1602
- # error if the old value is true and the new value is set to false or defaulted
1603
- # to false.
1604
+ # true, then writer_identity is changed to a service agent (https://cloud.google.
1605
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
1606
+ # is an error if the old value is true and the new value is set to false or
1607
+ # defaulted to false.
1604
1608
  # @param [String] update_mask
1605
1609
  # Optional. Field mask that specifies the fields in sink that need an update. A
1606
1610
  # sink field will be overwritten if, and only if, it is in the update mask. name
@@ -1705,7 +1709,7 @@ module Google
1705
1709
  execute_or_queue_command(command, &block)
1706
1710
  end
1707
1711
 
1708
- # Streaming read of log entries as they are ingested. Until the stream is
1712
+ # Streaming read of log entries as they are received. Until the stream is
1709
1713
  # terminated, it will continue reading logs.
1710
1714
  # @param [Google::Apis::LoggingV2::TailLogEntriesRequest] tail_log_entries_request_object
1711
1715
  # @param [String] fields
@@ -2747,12 +2751,12 @@ module Google
2747
2751
  # Deletes a link. This will also delete the corresponding BigQuery linked
2748
2752
  # dataset.
2749
2753
  # @param [String] name
2750
- # Required. The full resource name of the link to delete."projects/PROJECT_ID/
2751
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/
2752
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
2753
- # billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
2754
- # links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
2755
- # 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]"
2756
2760
  # @param [String] fields
2757
2761
  # Selector specifying which fields to include in a partial response.
2758
2762
  # @param [String] quota_user
@@ -2782,11 +2786,12 @@ module Google
2782
2786
 
2783
2787
  # Gets a link.
2784
2788
  # @param [String] name
2785
- # Required. The resource name of the link:"projects/PROJECT_ID/locations/
2786
- # LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
2787
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
2788
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
2789
- # 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]"
2790
2795
  # @param [String] fields
2791
2796
  # Selector specifying which fields to include in a partial response.
2792
2797
  # @param [String] quota_user
@@ -2816,11 +2821,11 @@ module Google
2816
2821
 
2817
2822
  # Lists links.
2818
2823
  # @param [String] parent
2819
- # Required. The parent resource whose links are to be listed:"projects/
2820
- # PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/" "organizations/
2821
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/" "billingAccounts/
2822
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/" "folders/
2823
- # FOLDER_ID/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]"
2824
2829
  # @param [Fixnum] page_size
2825
2830
  # Optional. The maximum number of results to return from this request.
2826
2831
  # @param [String] page_token
@@ -2931,7 +2936,7 @@ module Google
2931
2936
  execute_or_queue_command(command, &block)
2932
2937
  end
2933
2938
 
2934
- # Gets a view on a log bucket..
2939
+ # Gets a view on a log bucket.
2935
2940
  # @param [String] name
2936
2941
  # Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[
2937
2942
  # LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-
@@ -3310,9 +3315,9 @@ module Google
3310
3315
  end
3311
3316
 
3312
3317
  # Creates a sink that exports specified log entries to a destination. The export
3313
- # of newly-ingested log entries begins immediately, unless the sink's
3314
- # writer_identity is not permitted to write to the destination. A sink can
3315
- # export log entries only from the resource owning the sink.
3318
+ # begins upon ingress, unless the sink's writer_identity is not permitted to
3319
+ # write to the destination. A sink can export log entries only from the resource
3320
+ # owning the sink.
3316
3321
  # @param [String] parent
3317
3322
  # Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "
3318
3323
  # organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "
@@ -3333,8 +3338,9 @@ module Google
3333
3338
  # identities to this API. The sink's destination must be in the same project as
3334
3339
  # the sink itself.If this field is set to true, or if the sink is owned by a non-
3335
3340
  # project resource such as an organization, then the value of writer_identity
3336
- # will be a unique service account used only for exports from the new sink. For
3337
- # more information, see writer_identity in LogSink.
3341
+ # will be a service agent (https://cloud.google.com/iam/docs/service-account-
3342
+ # types#service-agents) used by the sinks with the same parent. For more
3343
+ # information, see writer_identity in LogSink.
3338
3344
  # @param [String] fields
3339
3345
  # Selector specifying which fields to include in a partial response.
3340
3346
  # @param [String] quota_user
@@ -3498,9 +3504,10 @@ module Google
3498
3504
  # sink depends on both the old and new values of this field: If the old and new
3499
3505
  # values of this field are both false or both true, then there is no change to
3500
3506
  # the sink's writer_identity. If the old value is false and the new value is
3501
- # true, then writer_identity is changed to a unique service account. It is an
3502
- # error if the old value is true and the new value is set to false or defaulted
3503
- # to false.
3507
+ # true, then writer_identity is changed to a service agent (https://cloud.google.
3508
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
3509
+ # is an error if the old value is true and the new value is set to false or
3510
+ # defaulted to false.
3504
3511
  # @param [String] update_mask
3505
3512
  # Optional. Field mask that specifies the fields in sink that need an update. A
3506
3513
  # sink field will be overwritten if, and only if, it is in the update mask. name
@@ -3564,9 +3571,10 @@ module Google
3564
3571
  # sink depends on both the old and new values of this field: If the old and new
3565
3572
  # values of this field are both false or both true, then there is no change to
3566
3573
  # the sink's writer_identity. If the old value is false and the new value is
3567
- # true, then writer_identity is changed to a unique service account. It is an
3568
- # error if the old value is true and the new value is set to false or defaulted
3569
- # to false.
3574
+ # true, then writer_identity is changed to a service agent (https://cloud.google.
3575
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
3576
+ # is an error if the old value is true and the new value is set to false or
3577
+ # defaulted to false.
3570
3578
  # @param [String] update_mask
3571
3579
  # Optional. Field mask that specifies the fields in sink that need an update. A
3572
3580
  # sink field will be overwritten if, and only if, it is in the update mask. name
@@ -4064,12 +4072,12 @@ module Google
4064
4072
  # Deletes a link. This will also delete the corresponding BigQuery linked
4065
4073
  # dataset.
4066
4074
  # @param [String] name
4067
- # Required. The full resource name of the link to delete."projects/PROJECT_ID/
4068
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/
4069
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
4070
- # billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
4071
- # links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
4072
- # 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]"
4073
4081
  # @param [String] fields
4074
4082
  # Selector specifying which fields to include in a partial response.
4075
4083
  # @param [String] quota_user
@@ -4099,11 +4107,12 @@ module Google
4099
4107
 
4100
4108
  # Gets a link.
4101
4109
  # @param [String] name
4102
- # Required. The resource name of the link:"projects/PROJECT_ID/locations/
4103
- # LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
4104
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
4105
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
4106
- # 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]"
4107
4116
  # @param [String] fields
4108
4117
  # Selector specifying which fields to include in a partial response.
4109
4118
  # @param [String] quota_user
@@ -4133,11 +4142,11 @@ module Google
4133
4142
 
4134
4143
  # Lists links.
4135
4144
  # @param [String] parent
4136
- # Required. The parent resource whose links are to be listed:"projects/
4137
- # PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/" "organizations/
4138
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/" "billingAccounts/
4139
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/" "folders/
4140
- # FOLDER_ID/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]"
4141
4150
  # @param [Fixnum] page_size
4142
4151
  # Optional. The maximum number of results to return from this request.
4143
4152
  # @param [String] page_token
@@ -4248,7 +4257,7 @@ module Google
4248
4257
  execute_or_queue_command(command, &block)
4249
4258
  end
4250
4259
 
4251
- # Gets a view on a log bucket..
4260
+ # Gets a view on a log bucket.
4252
4261
  # @param [String] name
4253
4262
  # Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[
4254
4263
  # LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-
@@ -5444,12 +5453,12 @@ module Google
5444
5453
  # Deletes a link. This will also delete the corresponding BigQuery linked
5445
5454
  # dataset.
5446
5455
  # @param [String] name
5447
- # Required. The full resource name of the link to delete."projects/PROJECT_ID/
5448
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/
5449
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
5450
- # billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
5451
- # links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
5452
- # 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]"
5453
5462
  # @param [String] fields
5454
5463
  # Selector specifying which fields to include in a partial response.
5455
5464
  # @param [String] quota_user
@@ -5479,11 +5488,12 @@ module Google
5479
5488
 
5480
5489
  # Gets a link.
5481
5490
  # @param [String] name
5482
- # Required. The resource name of the link:"projects/PROJECT_ID/locations/
5483
- # LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
5484
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
5485
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
5486
- # 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]"
5487
5497
  # @param [String] fields
5488
5498
  # Selector specifying which fields to include in a partial response.
5489
5499
  # @param [String] quota_user
@@ -5513,11 +5523,11 @@ module Google
5513
5523
 
5514
5524
  # Lists links.
5515
5525
  # @param [String] parent
5516
- # Required. The parent resource whose links are to be listed:"projects/
5517
- # PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/" "organizations/
5518
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/" "billingAccounts/
5519
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/" "folders/
5520
- # FOLDER_ID/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]"
5521
5531
  # @param [Fixnum] page_size
5522
5532
  # Optional. The maximum number of results to return from this request.
5523
5533
  # @param [String] page_token
@@ -5628,7 +5638,7 @@ module Google
5628
5638
  execute_or_queue_command(command, &block)
5629
5639
  end
5630
5640
 
5631
- # Gets a view on a log bucket..
5641
+ # Gets a view on a log bucket.
5632
5642
  # @param [String] name
5633
5643
  # Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[
5634
5644
  # LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-
@@ -6007,9 +6017,9 @@ module Google
6007
6017
  end
6008
6018
 
6009
6019
  # Creates a sink that exports specified log entries to a destination. The export
6010
- # of newly-ingested log entries begins immediately, unless the sink's
6011
- # writer_identity is not permitted to write to the destination. A sink can
6012
- # export log entries only from the resource owning the sink.
6020
+ # begins upon ingress, unless the sink's writer_identity is not permitted to
6021
+ # write to the destination. A sink can export log entries only from the resource
6022
+ # owning the sink.
6013
6023
  # @param [String] parent
6014
6024
  # Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "
6015
6025
  # organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "
@@ -6030,8 +6040,9 @@ module Google
6030
6040
  # identities to this API. The sink's destination must be in the same project as
6031
6041
  # the sink itself.If this field is set to true, or if the sink is owned by a non-
6032
6042
  # project resource such as an organization, then the value of writer_identity
6033
- # will be a unique service account used only for exports from the new sink. For
6034
- # more information, see writer_identity in LogSink.
6043
+ # will be a service agent (https://cloud.google.com/iam/docs/service-account-
6044
+ # types#service-agents) used by the sinks with the same parent. For more
6045
+ # information, see writer_identity in LogSink.
6035
6046
  # @param [String] fields
6036
6047
  # Selector specifying which fields to include in a partial response.
6037
6048
  # @param [String] quota_user
@@ -6195,9 +6206,10 @@ module Google
6195
6206
  # sink depends on both the old and new values of this field: If the old and new
6196
6207
  # values of this field are both false or both true, then there is no change to
6197
6208
  # the sink's writer_identity. If the old value is false and the new value is
6198
- # true, then writer_identity is changed to a unique service account. It is an
6199
- # error if the old value is true and the new value is set to false or defaulted
6200
- # to false.
6209
+ # true, then writer_identity is changed to a service agent (https://cloud.google.
6210
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
6211
+ # is an error if the old value is true and the new value is set to false or
6212
+ # defaulted to false.
6201
6213
  # @param [String] update_mask
6202
6214
  # Optional. Field mask that specifies the fields in sink that need an update. A
6203
6215
  # sink field will be overwritten if, and only if, it is in the update mask. name
@@ -6261,9 +6273,10 @@ module Google
6261
6273
  # sink depends on both the old and new values of this field: If the old and new
6262
6274
  # values of this field are both false or both true, then there is no change to
6263
6275
  # the sink's writer_identity. If the old value is false and the new value is
6264
- # true, then writer_identity is changed to a unique service account. It is an
6265
- # error if the old value is true and the new value is set to false or defaulted
6266
- # to false.
6276
+ # true, then writer_identity is changed to a service agent (https://cloud.google.
6277
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
6278
+ # is an error if the old value is true and the new value is set to false or
6279
+ # defaulted to false.
6267
6280
  # @param [String] update_mask
6268
6281
  # Optional. Field mask that specifies the fields in sink that need an update. A
6269
6282
  # sink field will be overwritten if, and only if, it is in the update mask. name
@@ -7038,12 +7051,12 @@ module Google
7038
7051
  # Deletes a link. This will also delete the corresponding BigQuery linked
7039
7052
  # dataset.
7040
7053
  # @param [String] name
7041
- # Required. The full resource name of the link to delete."projects/PROJECT_ID/
7042
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/
7043
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
7044
- # billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
7045
- # links/LINK_ID" "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/
7046
- # 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]"
7047
7060
  # @param [String] fields
7048
7061
  # Selector specifying which fields to include in a partial response.
7049
7062
  # @param [String] quota_user
@@ -7073,11 +7086,12 @@ module Google
7073
7086
 
7074
7087
  # Gets a link.
7075
7088
  # @param [String] name
7076
- # Required. The resource name of the link:"projects/PROJECT_ID/locations/
7077
- # LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
7078
- # locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
7079
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
7080
- # 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]"
7081
7095
  # @param [String] fields
7082
7096
  # Selector specifying which fields to include in a partial response.
7083
7097
  # @param [String] quota_user
@@ -7107,11 +7121,11 @@ module Google
7107
7121
 
7108
7122
  # Lists links.
7109
7123
  # @param [String] parent
7110
- # Required. The parent resource whose links are to be listed:"projects/
7111
- # PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/" "organizations/
7112
- # ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/" "billingAccounts/
7113
- # BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/" "folders/
7114
- # FOLDER_ID/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]"
7115
7129
  # @param [Fixnum] page_size
7116
7130
  # Optional. The maximum number of results to return from this request.
7117
7131
  # @param [String] page_token
@@ -7222,7 +7236,7 @@ module Google
7222
7236
  execute_or_queue_command(command, &block)
7223
7237
  end
7224
7238
 
7225
- # Gets a view on a log bucket..
7239
+ # Gets a view on a log bucket.
7226
7240
  # @param [String] name
7227
7241
  # Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[
7228
7242
  # LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-
@@ -7775,9 +7789,9 @@ module Google
7775
7789
  end
7776
7790
 
7777
7791
  # Creates a sink that exports specified log entries to a destination. The export
7778
- # of newly-ingested log entries begins immediately, unless the sink's
7779
- # writer_identity is not permitted to write to the destination. A sink can
7780
- # export log entries only from the resource owning the sink.
7792
+ # begins upon ingress, unless the sink's writer_identity is not permitted to
7793
+ # write to the destination. A sink can export log entries only from the resource
7794
+ # owning the sink.
7781
7795
  # @param [String] parent
7782
7796
  # Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "
7783
7797
  # organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "
@@ -7798,8 +7812,9 @@ module Google
7798
7812
  # identities to this API. The sink's destination must be in the same project as
7799
7813
  # the sink itself.If this field is set to true, or if the sink is owned by a non-
7800
7814
  # project resource such as an organization, then the value of writer_identity
7801
- # will be a unique service account used only for exports from the new sink. For
7802
- # more information, see writer_identity in LogSink.
7815
+ # will be a service agent (https://cloud.google.com/iam/docs/service-account-
7816
+ # types#service-agents) used by the sinks with the same parent. For more
7817
+ # information, see writer_identity in LogSink.
7803
7818
  # @param [String] fields
7804
7819
  # Selector specifying which fields to include in a partial response.
7805
7820
  # @param [String] quota_user
@@ -7963,9 +7978,10 @@ module Google
7963
7978
  # sink depends on both the old and new values of this field: If the old and new
7964
7979
  # values of this field are both false or both true, then there is no change to
7965
7980
  # the sink's writer_identity. If the old value is false and the new value is
7966
- # true, then writer_identity is changed to a unique service account. It is an
7967
- # error if the old value is true and the new value is set to false or defaulted
7968
- # to false.
7981
+ # true, then writer_identity is changed to a service agent (https://cloud.google.
7982
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
7983
+ # is an error if the old value is true and the new value is set to false or
7984
+ # defaulted to false.
7969
7985
  # @param [String] update_mask
7970
7986
  # Optional. Field mask that specifies the fields in sink that need an update. A
7971
7987
  # sink field will be overwritten if, and only if, it is in the update mask. name
@@ -8029,9 +8045,10 @@ module Google
8029
8045
  # sink depends on both the old and new values of this field: If the old and new
8030
8046
  # values of this field are both false or both true, then there is no change to
8031
8047
  # the sink's writer_identity. If the old value is false and the new value is
8032
- # true, then writer_identity is changed to a unique service account. It is an
8033
- # error if the old value is true and the new value is set to false or defaulted
8034
- # to false.
8048
+ # true, then writer_identity is changed to a service agent (https://cloud.google.
8049
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
8050
+ # is an error if the old value is true and the new value is set to false or
8051
+ # defaulted to false.
8035
8052
  # @param [String] update_mask
8036
8053
  # Optional. Field mask that specifies the fields in sink that need an update. A
8037
8054
  # sink field will be overwritten if, and only if, it is in the update mask. name
@@ -8075,9 +8092,9 @@ module Google
8075
8092
  end
8076
8093
 
8077
8094
  # Creates a sink that exports specified log entries to a destination. The export
8078
- # of newly-ingested log entries begins immediately, unless the sink's
8079
- # writer_identity is not permitted to write to the destination. A sink can
8080
- # export log entries only from the resource owning the sink.
8095
+ # begins upon ingress, unless the sink's writer_identity is not permitted to
8096
+ # write to the destination. A sink can export log entries only from the resource
8097
+ # owning the sink.
8081
8098
  # @param [String] parent
8082
8099
  # Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "
8083
8100
  # organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "
@@ -8098,8 +8115,9 @@ module Google
8098
8115
  # identities to this API. The sink's destination must be in the same project as
8099
8116
  # the sink itself.If this field is set to true, or if the sink is owned by a non-
8100
8117
  # project resource such as an organization, then the value of writer_identity
8101
- # will be a unique service account used only for exports from the new sink. For
8102
- # more information, see writer_identity in LogSink.
8118
+ # will be a service agent (https://cloud.google.com/iam/docs/service-account-
8119
+ # types#service-agents) used by the sinks with the same parent. For more
8120
+ # information, see writer_identity in LogSink.
8103
8121
  # @param [String] fields
8104
8122
  # Selector specifying which fields to include in a partial response.
8105
8123
  # @param [String] quota_user
@@ -8263,9 +8281,10 @@ module Google
8263
8281
  # sink depends on both the old and new values of this field: If the old and new
8264
8282
  # values of this field are both false or both true, then there is no change to
8265
8283
  # the sink's writer_identity. If the old value is false and the new value is
8266
- # true, then writer_identity is changed to a unique service account. It is an
8267
- # error if the old value is true and the new value is set to false or defaulted
8268
- # to false.
8284
+ # true, then writer_identity is changed to a service agent (https://cloud.google.
8285
+ # com/iam/docs/service-account-types#service-agents) owned by Cloud Logging. It
8286
+ # is an error if the old value is true and the new value is set to false or
8287
+ # defaulted to false.
8269
8288
  # @param [String] update_mask
8270
8289
  # Optional. Field mask that specifies the fields in sink that need an update. A
8271
8290
  # sink field will be overwritten if, and only if, it is in the update mask. name
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.49.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-07-16 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.49.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: []