google-apis-logging_v2 0.88.0 → 0.90.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/logging_v2/classes.rb +466 -90
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- data/lib/google/apis/logging_v2/representations.rb +127 -0
- data/lib/google/apis/logging_v2/service.rb +121 -99
- metadata +2 -2
|
@@ -54,9 +54,9 @@ module Google
|
|
|
54
54
|
# Gets the Logging CMEK settings for the given resource.Note: CMEK for the Log
|
|
55
55
|
# Router can be configured for Google Cloud projects, folders, organizations,
|
|
56
56
|
# and billing accounts. Once configured for an organization, it applies to all
|
|
57
|
-
# projects and folders in the Google Cloud organization.See
|
|
58
|
-
#
|
|
59
|
-
# for more information.
|
|
57
|
+
# projects and folders in the Google Cloud organization.See Configure CMEK for
|
|
58
|
+
# Cloud Logging (https://docs.cloud.google.com/logging/docs/routing/managed-
|
|
59
|
+
# encryption) for more information.
|
|
60
60
|
# @param [String] name
|
|
61
61
|
# Required. The resource for which to retrieve CMEK settings. "projects/[
|
|
62
62
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
|
@@ -94,8 +94,8 @@ module Google
|
|
|
94
94
|
|
|
95
95
|
# Gets the settings for the given resource.Note: Settings can be retrieved for
|
|
96
96
|
# Google Cloud projects, folders, organizations, and billing accounts.See View
|
|
97
|
-
# default resource settings for Logging (https://cloud.google.com/logging/
|
|
98
|
-
# default-settings#view-org-settings) for more information.
|
|
97
|
+
# default resource settings for Logging (https://docs.cloud.google.com/logging/
|
|
98
|
+
# docs/default-settings#view-org-settings) for more information.
|
|
99
99
|
# @param [String] name
|
|
100
100
|
# Required. The resource for which to retrieve settings. "projects/[PROJECT_ID]/
|
|
101
101
|
# settings" "organizations/[ORGANIZATION_ID]/settings" "billingAccounts/[
|
|
@@ -353,7 +353,11 @@ module Google
|
|
|
353
353
|
execute_or_queue_command(command, &block)
|
|
354
354
|
end
|
|
355
355
|
|
|
356
|
-
# Lists information about the supported locations for this service.
|
|
356
|
+
# Lists information about the supported locations for this service. This method
|
|
357
|
+
# can be called in two ways: List all public locations: Use the path GET /v1/
|
|
358
|
+
# locations. List project-visible locations: Use the path GET /v1/projects/`
|
|
359
|
+
# project_id`/locations. This may include public locations as well as private or
|
|
360
|
+
# other locations specifically visible to the project.
|
|
357
361
|
# @param [String] name
|
|
358
362
|
# The resource that owns the locations collection, if applicable.
|
|
359
363
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -1495,10 +1499,10 @@ module Google
|
|
|
1495
1499
|
# @param [String] name
|
|
1496
1500
|
# Output only. Resource name of the saved query.In the format: "projects/[
|
|
1497
1501
|
# PROJECT_ID]/locations/[LOCATION_ID]/savedQueries/[QUERY_ID]" For a list of
|
|
1498
|
-
# supported locations, see Supported Regions (https://cloud.google.com/
|
|
1499
|
-
# docs/region-support#bucket-regions)After the saved query is created,
|
|
1500
|
-
# location cannot be changed.If the user doesn't provide a QUERY_ID, the
|
|
1501
|
-
# will generate an alphanumeric ID.
|
|
1502
|
+
# supported locations, see Supported Regions (https://docs.cloud.google.com/
|
|
1503
|
+
# logging/docs/region-support#bucket-regions)After the saved query is created,
|
|
1504
|
+
# the location cannot be changed.If the user doesn't provide a QUERY_ID, the
|
|
1505
|
+
# system will generate an alphanumeric ID.
|
|
1502
1506
|
# @param [Google::Apis::LoggingV2::SavedQuery] saved_query_object
|
|
1503
1507
|
# @param [String] update_mask
|
|
1504
1508
|
# Required. A non-empty list of fields to change in the existing saved query.
|
|
@@ -1655,8 +1659,8 @@ module Google
|
|
|
1655
1659
|
# identities to this API. The sink's destination must be in the same project as
|
|
1656
1660
|
# the sink itself.If this field is set to true, or if the sink is owned by a non-
|
|
1657
1661
|
# project resource such as an organization, then the value of writer_identity
|
|
1658
|
-
# will be a service agent (https://cloud.google.com/iam/docs/service-
|
|
1659
|
-
# types#service-agents) used by the sinks with the same parent. For more
|
|
1662
|
+
# will be a service agent (https://docs.cloud.google.com/iam/docs/service-
|
|
1663
|
+
# account-types#service-agents) used by the sinks with the same parent. For more
|
|
1660
1664
|
# information, see writer_identity in LogSink.
|
|
1661
1665
|
# @param [String] fields
|
|
1662
1666
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1832,10 +1836,10 @@ module Google
|
|
|
1832
1836
|
# sink depends on both the old and new values of this field: If the old and new
|
|
1833
1837
|
# values of this field are both false or both true, then there is no change to
|
|
1834
1838
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
1835
|
-
# true, then writer_identity is changed to a service agent (https://cloud.
|
|
1836
|
-
# com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
1837
|
-
# is an error if the old value is true and the new value is set to
|
|
1838
|
-
# defaulted to false.
|
|
1839
|
+
# true, then writer_identity is changed to a service agent (https://docs.cloud.
|
|
1840
|
+
# google.com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
1841
|
+
# Logging. It is an error if the old value is true and the new value is set to
|
|
1842
|
+
# false or defaulted to false.
|
|
1839
1843
|
# @param [String] update_mask
|
|
1840
1844
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
1841
1845
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -1901,10 +1905,10 @@ module Google
|
|
|
1901
1905
|
# sink depends on both the old and new values of this field: If the old and new
|
|
1902
1906
|
# values of this field are both false or both true, then there is no change to
|
|
1903
1907
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
1904
|
-
# true, then writer_identity is changed to a service agent (https://cloud.
|
|
1905
|
-
# com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
1906
|
-
# is an error if the old value is true and the new value is set to
|
|
1907
|
-
# defaulted to false.
|
|
1908
|
+
# true, then writer_identity is changed to a service agent (https://docs.cloud.
|
|
1909
|
+
# google.com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
1910
|
+
# Logging. It is an error if the old value is true and the new value is set to
|
|
1911
|
+
# false or defaulted to false.
|
|
1908
1912
|
# @param [String] update_mask
|
|
1909
1913
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
1910
1914
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -2272,9 +2276,9 @@ module Google
|
|
|
2272
2276
|
# Gets the Logging CMEK settings for the given resource.Note: CMEK for the Log
|
|
2273
2277
|
# Router can be configured for Google Cloud projects, folders, organizations,
|
|
2274
2278
|
# and billing accounts. Once configured for an organization, it applies to all
|
|
2275
|
-
# projects and folders in the Google Cloud organization.See
|
|
2276
|
-
#
|
|
2277
|
-
# for more information.
|
|
2279
|
+
# projects and folders in the Google Cloud organization.See Configure CMEK for
|
|
2280
|
+
# Cloud Logging (https://docs.cloud.google.com/logging/docs/routing/managed-
|
|
2281
|
+
# encryption) for more information.
|
|
2278
2282
|
# @param [String] name
|
|
2279
2283
|
# Required. The resource for which to retrieve CMEK settings. "projects/[
|
|
2280
2284
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
|
@@ -2312,8 +2316,8 @@ module Google
|
|
|
2312
2316
|
|
|
2313
2317
|
# Gets the settings for the given resource.Note: Settings can be retrieved for
|
|
2314
2318
|
# Google Cloud projects, folders, organizations, and billing accounts.See View
|
|
2315
|
-
# default resource settings for Logging (https://cloud.google.com/logging/
|
|
2316
|
-
# default-settings#view-org-settings) for more information.
|
|
2319
|
+
# default resource settings for Logging (https://docs.cloud.google.com/logging/
|
|
2320
|
+
# docs/default-settings#view-org-settings) for more information.
|
|
2317
2321
|
# @param [String] name
|
|
2318
2322
|
# Required. The resource for which to retrieve settings. "projects/[PROJECT_ID]/
|
|
2319
2323
|
# settings" "organizations/[ORGANIZATION_ID]/settings" "billingAccounts/[
|
|
@@ -2355,7 +2359,7 @@ module Google
|
|
|
2355
2359
|
# The value of kms_key_name is invalid. The associated service account doesn't
|
|
2356
2360
|
# have the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for
|
|
2357
2361
|
# the key. Access to the key is disabled.See Configure default settings for
|
|
2358
|
-
# organizations and folders (https://cloud.google.com/logging/docs/default-
|
|
2362
|
+
# organizations and folders (https://docs.cloud.google.com/logging/docs/default-
|
|
2359
2363
|
# settings) for more information.
|
|
2360
2364
|
# @param [String] name
|
|
2361
2365
|
# Required. The resource name for the settings to update. "organizations/[
|
|
@@ -2621,7 +2625,11 @@ module Google
|
|
|
2621
2625
|
execute_or_queue_command(command, &block)
|
|
2622
2626
|
end
|
|
2623
2627
|
|
|
2624
|
-
# Lists information about the supported locations for this service.
|
|
2628
|
+
# Lists information about the supported locations for this service. This method
|
|
2629
|
+
# can be called in two ways: List all public locations: Use the path GET /v1/
|
|
2630
|
+
# locations. List project-visible locations: Use the path GET /v1/projects/`
|
|
2631
|
+
# project_id`/locations. This may include public locations as well as private or
|
|
2632
|
+
# other locations specifically visible to the project.
|
|
2625
2633
|
# @param [String] name
|
|
2626
2634
|
# The resource that owns the locations collection, if applicable.
|
|
2627
2635
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -4066,10 +4074,10 @@ module Google
|
|
|
4066
4074
|
# @param [String] name
|
|
4067
4075
|
# Output only. Resource name of the saved query.In the format: "projects/[
|
|
4068
4076
|
# PROJECT_ID]/locations/[LOCATION_ID]/savedQueries/[QUERY_ID]" For a list of
|
|
4069
|
-
# supported locations, see Supported Regions (https://cloud.google.com/
|
|
4070
|
-
# docs/region-support#bucket-regions)After the saved query is created,
|
|
4071
|
-
# location cannot be changed.If the user doesn't provide a QUERY_ID, the
|
|
4072
|
-
# will generate an alphanumeric ID.
|
|
4077
|
+
# supported locations, see Supported Regions (https://docs.cloud.google.com/
|
|
4078
|
+
# logging/docs/region-support#bucket-regions)After the saved query is created,
|
|
4079
|
+
# the location cannot be changed.If the user doesn't provide a QUERY_ID, the
|
|
4080
|
+
# system will generate an alphanumeric ID.
|
|
4073
4081
|
# @param [Google::Apis::LoggingV2::SavedQuery] saved_query_object
|
|
4074
4082
|
# @param [String] update_mask
|
|
4075
4083
|
# Required. A non-empty list of fields to change in the existing saved query.
|
|
@@ -4226,8 +4234,8 @@ module Google
|
|
|
4226
4234
|
# identities to this API. The sink's destination must be in the same project as
|
|
4227
4235
|
# the sink itself.If this field is set to true, or if the sink is owned by a non-
|
|
4228
4236
|
# project resource such as an organization, then the value of writer_identity
|
|
4229
|
-
# will be a service agent (https://cloud.google.com/iam/docs/service-
|
|
4230
|
-
# types#service-agents) used by the sinks with the same parent. For more
|
|
4237
|
+
# will be a service agent (https://docs.cloud.google.com/iam/docs/service-
|
|
4238
|
+
# account-types#service-agents) used by the sinks with the same parent. For more
|
|
4231
4239
|
# information, see writer_identity in LogSink.
|
|
4232
4240
|
# @param [String] fields
|
|
4233
4241
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -4403,10 +4411,10 @@ module Google
|
|
|
4403
4411
|
# sink depends on both the old and new values of this field: If the old and new
|
|
4404
4412
|
# values of this field are both false or both true, then there is no change to
|
|
4405
4413
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
4406
|
-
# true, then writer_identity is changed to a service agent (https://cloud.
|
|
4407
|
-
# com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
4408
|
-
# is an error if the old value is true and the new value is set to
|
|
4409
|
-
# defaulted to false.
|
|
4414
|
+
# true, then writer_identity is changed to a service agent (https://docs.cloud.
|
|
4415
|
+
# google.com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
4416
|
+
# Logging. It is an error if the old value is true and the new value is set to
|
|
4417
|
+
# false or defaulted to false.
|
|
4410
4418
|
# @param [String] update_mask
|
|
4411
4419
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
4412
4420
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -4472,10 +4480,10 @@ module Google
|
|
|
4472
4480
|
# sink depends on both the old and new values of this field: If the old and new
|
|
4473
4481
|
# values of this field are both false or both true, then there is no change to
|
|
4474
4482
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
4475
|
-
# true, then writer_identity is changed to a service agent (https://cloud.
|
|
4476
|
-
# com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
4477
|
-
# is an error if the old value is true and the new value is set to
|
|
4478
|
-
# defaulted to false.
|
|
4483
|
+
# true, then writer_identity is changed to a service agent (https://docs.cloud.
|
|
4484
|
+
# google.com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
4485
|
+
# Logging. It is an error if the old value is true and the new value is set to
|
|
4486
|
+
# false or defaulted to false.
|
|
4479
4487
|
# @param [String] update_mask
|
|
4480
4488
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
4481
4489
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -4548,7 +4556,11 @@ module Google
|
|
|
4548
4556
|
execute_or_queue_command(command, &block)
|
|
4549
4557
|
end
|
|
4550
4558
|
|
|
4551
|
-
# Lists information about the supported locations for this service.
|
|
4559
|
+
# Lists information about the supported locations for this service. This method
|
|
4560
|
+
# can be called in two ways: List all public locations: Use the path GET /v1/
|
|
4561
|
+
# locations. List project-visible locations: Use the path GET /v1/projects/`
|
|
4562
|
+
# project_id`/locations. This may include public locations as well as private or
|
|
4563
|
+
# other locations specifically visible to the project.
|
|
4552
4564
|
# @param [String] name
|
|
4553
4565
|
# The resource that owns the locations collection, if applicable.
|
|
4554
4566
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -5647,9 +5659,9 @@ module Google
|
|
|
5647
5659
|
# Gets the Logging CMEK settings for the given resource.Note: CMEK for the Log
|
|
5648
5660
|
# Router can be configured for Google Cloud projects, folders, organizations,
|
|
5649
5661
|
# and billing accounts. Once configured for an organization, it applies to all
|
|
5650
|
-
# projects and folders in the Google Cloud organization.See
|
|
5651
|
-
#
|
|
5652
|
-
# for more information.
|
|
5662
|
+
# projects and folders in the Google Cloud organization.See Configure CMEK for
|
|
5663
|
+
# Cloud Logging (https://docs.cloud.google.com/logging/docs/routing/managed-
|
|
5664
|
+
# encryption) for more information.
|
|
5653
5665
|
# @param [String] name
|
|
5654
5666
|
# Required. The resource for which to retrieve CMEK settings. "projects/[
|
|
5655
5667
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
|
@@ -5687,8 +5699,8 @@ module Google
|
|
|
5687
5699
|
|
|
5688
5700
|
# Gets the settings for the given resource.Note: Settings can be retrieved for
|
|
5689
5701
|
# Google Cloud projects, folders, organizations, and billing accounts.See View
|
|
5690
|
-
# default resource settings for Logging (https://cloud.google.com/logging/
|
|
5691
|
-
# default-settings#view-org-settings) for more information.
|
|
5702
|
+
# default resource settings for Logging (https://docs.cloud.google.com/logging/
|
|
5703
|
+
# docs/default-settings#view-org-settings) for more information.
|
|
5692
5704
|
# @param [String] name
|
|
5693
5705
|
# Required. The resource for which to retrieve settings. "projects/[PROJECT_ID]/
|
|
5694
5706
|
# settings" "organizations/[ORGANIZATION_ID]/settings" "billingAccounts/[
|
|
@@ -5728,8 +5740,9 @@ module Google
|
|
|
5728
5740
|
# organization.UpdateCmekSettings fails when any of the following are true: The
|
|
5729
5741
|
# value of kms_key_name is invalid. The associated service account doesn't have
|
|
5730
5742
|
# the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the
|
|
5731
|
-
# key. Access to the key is disabled.See
|
|
5732
|
-
# cloud.google.com/logging/docs/routing/managed-encryption) for more
|
|
5743
|
+
# key. Access to the key is disabled.See Configure CMEK for Cloud Logging (https:
|
|
5744
|
+
# //docs.cloud.google.com/logging/docs/routing/managed-encryption) for more
|
|
5745
|
+
# information.
|
|
5733
5746
|
# @param [String] name
|
|
5734
5747
|
# Required. The resource name for the CMEK settings to update. "projects/[
|
|
5735
5748
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
|
@@ -5782,7 +5795,7 @@ module Google
|
|
|
5782
5795
|
# The value of kms_key_name is invalid. The associated service account doesn't
|
|
5783
5796
|
# have the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for
|
|
5784
5797
|
# the key. Access to the key is disabled.See Configure default settings for
|
|
5785
|
-
# organizations and folders (https://cloud.google.com/logging/docs/default-
|
|
5798
|
+
# organizations and folders (https://docs.cloud.google.com/logging/docs/default-
|
|
5786
5799
|
# settings) for more information.
|
|
5787
5800
|
# @param [String] name
|
|
5788
5801
|
# Required. The resource name for the settings to update. "organizations/[
|
|
@@ -6048,7 +6061,11 @@ module Google
|
|
|
6048
6061
|
execute_or_queue_command(command, &block)
|
|
6049
6062
|
end
|
|
6050
6063
|
|
|
6051
|
-
# Lists information about the supported locations for this service.
|
|
6064
|
+
# Lists information about the supported locations for this service. This method
|
|
6065
|
+
# can be called in two ways: List all public locations: Use the path GET /v1/
|
|
6066
|
+
# locations. List project-visible locations: Use the path GET /v1/projects/`
|
|
6067
|
+
# project_id`/locations. This may include public locations as well as private or
|
|
6068
|
+
# other locations specifically visible to the project.
|
|
6052
6069
|
# @param [String] name
|
|
6053
6070
|
# The resource that owns the locations collection, if applicable.
|
|
6054
6071
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -7493,10 +7510,10 @@ module Google
|
|
|
7493
7510
|
# @param [String] name
|
|
7494
7511
|
# Output only. Resource name of the saved query.In the format: "projects/[
|
|
7495
7512
|
# PROJECT_ID]/locations/[LOCATION_ID]/savedQueries/[QUERY_ID]" For a list of
|
|
7496
|
-
# supported locations, see Supported Regions (https://cloud.google.com/
|
|
7497
|
-
# docs/region-support#bucket-regions)After the saved query is created,
|
|
7498
|
-
# location cannot be changed.If the user doesn't provide a QUERY_ID, the
|
|
7499
|
-
# will generate an alphanumeric ID.
|
|
7513
|
+
# supported locations, see Supported Regions (https://docs.cloud.google.com/
|
|
7514
|
+
# logging/docs/region-support#bucket-regions)After the saved query is created,
|
|
7515
|
+
# the location cannot be changed.If the user doesn't provide a QUERY_ID, the
|
|
7516
|
+
# system will generate an alphanumeric ID.
|
|
7500
7517
|
# @param [Google::Apis::LoggingV2::SavedQuery] saved_query_object
|
|
7501
7518
|
# @param [String] update_mask
|
|
7502
7519
|
# Required. A non-empty list of fields to change in the existing saved query.
|
|
@@ -7653,8 +7670,8 @@ module Google
|
|
|
7653
7670
|
# identities to this API. The sink's destination must be in the same project as
|
|
7654
7671
|
# the sink itself.If this field is set to true, or if the sink is owned by a non-
|
|
7655
7672
|
# project resource such as an organization, then the value of writer_identity
|
|
7656
|
-
# will be a service agent (https://cloud.google.com/iam/docs/service-
|
|
7657
|
-
# types#service-agents) used by the sinks with the same parent. For more
|
|
7673
|
+
# will be a service agent (https://docs.cloud.google.com/iam/docs/service-
|
|
7674
|
+
# account-types#service-agents) used by the sinks with the same parent. For more
|
|
7658
7675
|
# information, see writer_identity in LogSink.
|
|
7659
7676
|
# @param [String] fields
|
|
7660
7677
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -7830,10 +7847,10 @@ module Google
|
|
|
7830
7847
|
# sink depends on both the old and new values of this field: If the old and new
|
|
7831
7848
|
# values of this field are both false or both true, then there is no change to
|
|
7832
7849
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
7833
|
-
# true, then writer_identity is changed to a service agent (https://cloud.
|
|
7834
|
-
# com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
7835
|
-
# is an error if the old value is true and the new value is set to
|
|
7836
|
-
# defaulted to false.
|
|
7850
|
+
# true, then writer_identity is changed to a service agent (https://docs.cloud.
|
|
7851
|
+
# google.com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
7852
|
+
# Logging. It is an error if the old value is true and the new value is set to
|
|
7853
|
+
# false or defaulted to false.
|
|
7837
7854
|
# @param [String] update_mask
|
|
7838
7855
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
7839
7856
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -7899,10 +7916,10 @@ module Google
|
|
|
7899
7916
|
# sink depends on both the old and new values of this field: If the old and new
|
|
7900
7917
|
# values of this field are both false or both true, then there is no change to
|
|
7901
7918
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
7902
|
-
# true, then writer_identity is changed to a service agent (https://cloud.
|
|
7903
|
-
# com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
7904
|
-
# is an error if the old value is true and the new value is set to
|
|
7905
|
-
# defaulted to false.
|
|
7919
|
+
# true, then writer_identity is changed to a service agent (https://docs.cloud.
|
|
7920
|
+
# google.com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
7921
|
+
# Logging. It is an error if the old value is true and the new value is set to
|
|
7922
|
+
# false or defaulted to false.
|
|
7906
7923
|
# @param [String] update_mask
|
|
7907
7924
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
7908
7925
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -7948,9 +7965,9 @@ module Google
|
|
|
7948
7965
|
# Gets the Logging CMEK settings for the given resource.Note: CMEK for the Log
|
|
7949
7966
|
# Router can be configured for Google Cloud projects, folders, organizations,
|
|
7950
7967
|
# and billing accounts. Once configured for an organization, it applies to all
|
|
7951
|
-
# projects and folders in the Google Cloud organization.See
|
|
7952
|
-
#
|
|
7953
|
-
# for more information.
|
|
7968
|
+
# projects and folders in the Google Cloud organization.See Configure CMEK for
|
|
7969
|
+
# Cloud Logging (https://docs.cloud.google.com/logging/docs/routing/managed-
|
|
7970
|
+
# encryption) for more information.
|
|
7954
7971
|
# @param [String] name
|
|
7955
7972
|
# Required. The resource for which to retrieve CMEK settings. "projects/[
|
|
7956
7973
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
|
@@ -7988,8 +8005,8 @@ module Google
|
|
|
7988
8005
|
|
|
7989
8006
|
# Gets the settings for the given resource.Note: Settings can be retrieved for
|
|
7990
8007
|
# Google Cloud projects, folders, organizations, and billing accounts.See View
|
|
7991
|
-
# default resource settings for Logging (https://cloud.google.com/logging/
|
|
7992
|
-
# default-settings#view-org-settings) for more information.
|
|
8008
|
+
# default resource settings for Logging (https://docs.cloud.google.com/logging/
|
|
8009
|
+
# docs/default-settings#view-org-settings) for more information.
|
|
7993
8010
|
# @param [String] name
|
|
7994
8011
|
# Required. The resource for which to retrieve settings. "projects/[PROJECT_ID]/
|
|
7995
8012
|
# settings" "organizations/[ORGANIZATION_ID]/settings" "billingAccounts/[
|
|
@@ -8247,7 +8264,11 @@ module Google
|
|
|
8247
8264
|
execute_or_queue_command(command, &block)
|
|
8248
8265
|
end
|
|
8249
8266
|
|
|
8250
|
-
# Lists information about the supported locations for this service.
|
|
8267
|
+
# Lists information about the supported locations for this service. This method
|
|
8268
|
+
# can be called in two ways: List all public locations: Use the path GET /v1/
|
|
8269
|
+
# locations. List project-visible locations: Use the path GET /v1/projects/`
|
|
8270
|
+
# project_id`/locations. This may include public locations as well as private or
|
|
8271
|
+
# other locations specifically visible to the project.
|
|
8251
8272
|
# @param [String] name
|
|
8252
8273
|
# The resource that owns the locations collection, if applicable.
|
|
8253
8274
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -9692,10 +9713,10 @@ module Google
|
|
|
9692
9713
|
# @param [String] name
|
|
9693
9714
|
# Output only. Resource name of the saved query.In the format: "projects/[
|
|
9694
9715
|
# PROJECT_ID]/locations/[LOCATION_ID]/savedQueries/[QUERY_ID]" For a list of
|
|
9695
|
-
# supported locations, see Supported Regions (https://cloud.google.com/
|
|
9696
|
-
# docs/region-support#bucket-regions)After the saved query is created,
|
|
9697
|
-
# location cannot be changed.If the user doesn't provide a QUERY_ID, the
|
|
9698
|
-
# will generate an alphanumeric ID.
|
|
9716
|
+
# supported locations, see Supported Regions (https://docs.cloud.google.com/
|
|
9717
|
+
# logging/docs/region-support#bucket-regions)After the saved query is created,
|
|
9718
|
+
# the location cannot be changed.If the user doesn't provide a QUERY_ID, the
|
|
9719
|
+
# system will generate an alphanumeric ID.
|
|
9699
9720
|
# @param [Google::Apis::LoggingV2::SavedQuery] saved_query_object
|
|
9700
9721
|
# @param [String] update_mask
|
|
9701
9722
|
# Required. A non-empty list of fields to change in the existing saved query.
|
|
@@ -10026,8 +10047,8 @@ module Google
|
|
|
10026
10047
|
# identities to this API. The sink's destination must be in the same project as
|
|
10027
10048
|
# the sink itself.If this field is set to true, or if the sink is owned by a non-
|
|
10028
10049
|
# project resource such as an organization, then the value of writer_identity
|
|
10029
|
-
# will be a service agent (https://cloud.google.com/iam/docs/service-
|
|
10030
|
-
# types#service-agents) used by the sinks with the same parent. For more
|
|
10050
|
+
# will be a service agent (https://docs.cloud.google.com/iam/docs/service-
|
|
10051
|
+
# account-types#service-agents) used by the sinks with the same parent. For more
|
|
10031
10052
|
# information, see writer_identity in LogSink.
|
|
10032
10053
|
# @param [String] fields
|
|
10033
10054
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -10203,10 +10224,10 @@ module Google
|
|
|
10203
10224
|
# sink depends on both the old and new values of this field: If the old and new
|
|
10204
10225
|
# values of this field are both false or both true, then there is no change to
|
|
10205
10226
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
10206
|
-
# true, then writer_identity is changed to a service agent (https://cloud.
|
|
10207
|
-
# com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
10208
|
-
# is an error if the old value is true and the new value is set to
|
|
10209
|
-
# defaulted to false.
|
|
10227
|
+
# true, then writer_identity is changed to a service agent (https://docs.cloud.
|
|
10228
|
+
# google.com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
10229
|
+
# Logging. It is an error if the old value is true and the new value is set to
|
|
10230
|
+
# false or defaulted to false.
|
|
10210
10231
|
# @param [String] update_mask
|
|
10211
10232
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
10212
10233
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -10272,10 +10293,10 @@ module Google
|
|
|
10272
10293
|
# sink depends on both the old and new values of this field: If the old and new
|
|
10273
10294
|
# values of this field are both false or both true, then there is no change to
|
|
10274
10295
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
10275
|
-
# true, then writer_identity is changed to a service agent (https://cloud.
|
|
10276
|
-
# com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
10277
|
-
# is an error if the old value is true and the new value is set to
|
|
10278
|
-
# defaulted to false.
|
|
10296
|
+
# true, then writer_identity is changed to a service agent (https://docs.cloud.
|
|
10297
|
+
# google.com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
10298
|
+
# Logging. It is an error if the old value is true and the new value is set to
|
|
10299
|
+
# false or defaulted to false.
|
|
10279
10300
|
# @param [String] update_mask
|
|
10280
10301
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
10281
10302
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -10342,8 +10363,8 @@ module Google
|
|
|
10342
10363
|
# identities to this API. The sink's destination must be in the same project as
|
|
10343
10364
|
# the sink itself.If this field is set to true, or if the sink is owned by a non-
|
|
10344
10365
|
# project resource such as an organization, then the value of writer_identity
|
|
10345
|
-
# will be a service agent (https://cloud.google.com/iam/docs/service-
|
|
10346
|
-
# types#service-agents) used by the sinks with the same parent. For more
|
|
10366
|
+
# will be a service agent (https://docs.cloud.google.com/iam/docs/service-
|
|
10367
|
+
# account-types#service-agents) used by the sinks with the same parent. For more
|
|
10347
10368
|
# information, see writer_identity in LogSink.
|
|
10348
10369
|
# @param [String] fields
|
|
10349
10370
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -10519,10 +10540,10 @@ module Google
|
|
|
10519
10540
|
# sink depends on both the old and new values of this field: If the old and new
|
|
10520
10541
|
# values of this field are both false or both true, then there is no change to
|
|
10521
10542
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
10522
|
-
# true, then writer_identity is changed to a service agent (https://cloud.
|
|
10523
|
-
# com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
10524
|
-
# is an error if the old value is true and the new value is set to
|
|
10525
|
-
# defaulted to false.
|
|
10543
|
+
# true, then writer_identity is changed to a service agent (https://docs.cloud.
|
|
10544
|
+
# google.com/iam/docs/service-account-types#service-agents) owned by Cloud
|
|
10545
|
+
# Logging. It is an error if the old value is true and the new value is set to
|
|
10546
|
+
# false or defaulted to false.
|
|
10526
10547
|
# @param [String] update_mask
|
|
10527
10548
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
10528
10549
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -10568,9 +10589,9 @@ module Google
|
|
|
10568
10589
|
# Gets the Logging CMEK settings for the given resource.Note: CMEK for the Log
|
|
10569
10590
|
# Router can be configured for Google Cloud projects, folders, organizations,
|
|
10570
10591
|
# and billing accounts. Once configured for an organization, it applies to all
|
|
10571
|
-
# projects and folders in the Google Cloud organization.See
|
|
10572
|
-
#
|
|
10573
|
-
# for more information.
|
|
10592
|
+
# projects and folders in the Google Cloud organization.See Configure CMEK for
|
|
10593
|
+
# Cloud Logging (https://docs.cloud.google.com/logging/docs/routing/managed-
|
|
10594
|
+
# encryption) for more information.
|
|
10574
10595
|
# @param [String] name
|
|
10575
10596
|
# Required. The resource for which to retrieve CMEK settings. "projects/[
|
|
10576
10597
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
|
@@ -10608,8 +10629,8 @@ module Google
|
|
|
10608
10629
|
|
|
10609
10630
|
# Gets the settings for the given resource.Note: Settings can be retrieved for
|
|
10610
10631
|
# Google Cloud projects, folders, organizations, and billing accounts.See View
|
|
10611
|
-
# default resource settings for Logging (https://cloud.google.com/logging/
|
|
10612
|
-
# default-settings#view-org-settings) for more information.
|
|
10632
|
+
# default resource settings for Logging (https://docs.cloud.google.com/logging/
|
|
10633
|
+
# docs/default-settings#view-org-settings) for more information.
|
|
10613
10634
|
# @param [String] name
|
|
10614
10635
|
# Required. The resource for which to retrieve settings. "projects/[PROJECT_ID]/
|
|
10615
10636
|
# settings" "organizations/[ORGANIZATION_ID]/settings" "billingAccounts/[
|
|
@@ -10649,8 +10670,9 @@ module Google
|
|
|
10649
10670
|
# organization.UpdateCmekSettings fails when any of the following are true: The
|
|
10650
10671
|
# value of kms_key_name is invalid. The associated service account doesn't have
|
|
10651
10672
|
# the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the
|
|
10652
|
-
# key. Access to the key is disabled.See
|
|
10653
|
-
# cloud.google.com/logging/docs/routing/managed-encryption) for more
|
|
10673
|
+
# key. Access to the key is disabled.See Configure CMEK for Cloud Logging (https:
|
|
10674
|
+
# //docs.cloud.google.com/logging/docs/routing/managed-encryption) for more
|
|
10675
|
+
# information.
|
|
10654
10676
|
# @param [String] name
|
|
10655
10677
|
# Required. The resource name for the CMEK settings to update. "projects/[
|
|
10656
10678
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
|
@@ -10703,7 +10725,7 @@ module Google
|
|
|
10703
10725
|
# The value of kms_key_name is invalid. The associated service account doesn't
|
|
10704
10726
|
# have the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for
|
|
10705
10727
|
# the key. Access to the key is disabled.See Configure default settings for
|
|
10706
|
-
# organizations and folders (https://cloud.google.com/logging/docs/default-
|
|
10728
|
+
# organizations and folders (https://docs.cloud.google.com/logging/docs/default-
|
|
10707
10729
|
# settings) for more information.
|
|
10708
10730
|
# @param [String] name
|
|
10709
10731
|
# Required. The resource name for the settings to update. "organizations/[
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-logging_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.90.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.90.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:
|