google-apis-logging_v2 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/logging_v2/classes.rb +11 -10
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- data/lib/google/apis/logging_v2/service.rb +69 -65
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 377677eb5b7cb8272d45e8a756697af99f684faaf31611f30762883b29442ffe
|
4
|
+
data.tar.gz: d3585002a4dc7b553b80dd61633c36e74eff572d9f23d5b3ec35362064b3c8ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 339fbf99fca7ec7e103909390125f860c119150c685fa59e0b3dce9d84dc433d17e0f5ba8d8ea8690e47d4aa0a4b4ee29b78efe2ef20308700e81bb7cffcdb5b
|
7
|
+
data.tar.gz: 7c841b1d2f92986ea9c466aa6a4566ebd2732c596ca81c501ac0efeb7c27e7dae738d947ebbce380d80e4db5bafb739d39c13d08690f2661fca4cc708bbd667b
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Logging service in particular.)
|
67
67
|
|
@@ -131,10 +131,10 @@ module Google
|
|
131
131
|
|
132
132
|
# Describes the customer-managed encryption key (CMEK) settings associated with
|
133
133
|
# a project, folder, organization, billing account, or flexible resource.Note:
|
134
|
-
# CMEK for the Logs Router can currently only be configured for
|
134
|
+
# CMEK for the Logs Router can currently only be configured for Google Cloud
|
135
135
|
# organizations. Once configured, it applies to all projects and folders in the
|
136
|
-
#
|
137
|
-
# logging/docs/routing/managed-encryption) for more information.
|
136
|
+
# Google Cloud organization.See Enabling CMEK for Logs Router (https://cloud.
|
137
|
+
# google.com/logging/docs/routing/managed-encryption) for more information.
|
138
138
|
class CmekSettings
|
139
139
|
include Google::Apis::Core::Hashable
|
140
140
|
|
@@ -1296,12 +1296,11 @@ module Google
|
|
1296
1296
|
end
|
1297
1297
|
end
|
1298
1298
|
|
1299
|
-
# Specifies a set of log entries that are
|
1300
|
-
#
|
1301
|
-
#
|
1302
|
-
# sinks
|
1303
|
-
#
|
1304
|
-
# and that you can't exclude audit log entries.
|
1299
|
+
# Specifies a set of log entries that are filtered out by a sink. If your Google
|
1300
|
+
# Cloud resource receives a large volume of log entries, you can use exclusions
|
1301
|
+
# to reduce your chargeable logs. Note that exclusions on organization-level and
|
1302
|
+
# folder-level sinks don't apply to child resources. Note also that you cannot
|
1303
|
+
# modify the _Required sink or exclude logs from it.
|
1305
1304
|
class LogExclusion
|
1306
1305
|
include Google::Apis::Core::Hashable
|
1307
1306
|
|
@@ -1638,7 +1637,9 @@ module Google
|
|
1638
1637
|
# iam/docs/granting-roles-to-service-accounts#
|
1639
1638
|
# granting_access_to_a_service_account_for_a_resource). Consult the destination
|
1640
1639
|
# service's documentation to determine the appropriate IAM roles to assign to
|
1641
|
-
# the identity.
|
1640
|
+
# the identity.Sinks that have a destination that is a log bucket in the same
|
1641
|
+
# project as the sink do not have a writer_identity and no additional
|
1642
|
+
# permissions are required.
|
1642
1643
|
# Corresponds to the JSON property `writerIdentity`
|
1643
1644
|
# @return [String]
|
1644
1645
|
attr_accessor :writer_identity
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211015"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -119,9 +119,9 @@ module Google
|
|
119
119
|
execute_or_queue_command(command, &block)
|
120
120
|
end
|
121
121
|
|
122
|
-
# Creates a new exclusion in a specified parent resource.
|
123
|
-
# belonging to that resource can be excluded. You can have up
|
124
|
-
# in a resource.
|
122
|
+
# Creates a new exclusion in the _Default sink in a specified parent resource.
|
123
|
+
# Only log entries belonging to that resource can be excluded. You can have up
|
124
|
+
# to 10 exclusions in a resource.
|
125
125
|
# @param [String] parent
|
126
126
|
# Required. The parent resource in which to create the exclusion: "projects/[
|
127
127
|
# PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[
|
@@ -157,7 +157,7 @@ module Google
|
|
157
157
|
execute_or_queue_command(command, &block)
|
158
158
|
end
|
159
159
|
|
160
|
-
# Deletes an exclusion.
|
160
|
+
# Deletes an exclusion in the _Default sink.
|
161
161
|
# @param [String] name
|
162
162
|
# Required. The resource name of an existing exclusion to delete: "projects/[
|
163
163
|
# PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/
|
@@ -191,7 +191,7 @@ module Google
|
|
191
191
|
execute_or_queue_command(command, &block)
|
192
192
|
end
|
193
193
|
|
194
|
-
# Gets the description of an exclusion.
|
194
|
+
# Gets the description of an exclusion in the _Default sink.
|
195
195
|
# @param [String] name
|
196
196
|
# Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/
|
197
197
|
# exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[
|
@@ -225,7 +225,7 @@ module Google
|
|
225
225
|
execute_or_queue_command(command, &block)
|
226
226
|
end
|
227
227
|
|
228
|
-
# Lists all the exclusions in a parent resource.
|
228
|
+
# Lists all the exclusions on the _Default sink in a parent resource.
|
229
229
|
# @param [String] parent
|
230
230
|
# Required. The parent resource whose exclusions are to be listed. "projects/[
|
231
231
|
# PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[
|
@@ -268,7 +268,7 @@ module Google
|
|
268
268
|
execute_or_queue_command(command, &block)
|
269
269
|
end
|
270
270
|
|
271
|
-
# Changes one or more properties of an existing exclusion.
|
271
|
+
# Changes one or more properties of an existing exclusion in the _Default sink.
|
272
272
|
# @param [String] name
|
273
273
|
# Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/
|
274
274
|
# exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[
|
@@ -1377,9 +1377,9 @@ module Google
|
|
1377
1377
|
execute_or_queue_command(command, &block)
|
1378
1378
|
end
|
1379
1379
|
|
1380
|
-
# Creates a new exclusion in a specified parent resource.
|
1381
|
-
# belonging to that resource can be excluded. You can have up
|
1382
|
-
# in a resource.
|
1380
|
+
# Creates a new exclusion in the _Default sink in a specified parent resource.
|
1381
|
+
# Only log entries belonging to that resource can be excluded. You can have up
|
1382
|
+
# to 10 exclusions in a resource.
|
1383
1383
|
# @param [String] parent
|
1384
1384
|
# Required. The parent resource in which to create the exclusion: "projects/[
|
1385
1385
|
# PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[
|
@@ -1415,7 +1415,7 @@ module Google
|
|
1415
1415
|
execute_or_queue_command(command, &block)
|
1416
1416
|
end
|
1417
1417
|
|
1418
|
-
# Deletes an exclusion.
|
1418
|
+
# Deletes an exclusion in the _Default sink.
|
1419
1419
|
# @param [String] name
|
1420
1420
|
# Required. The resource name of an existing exclusion to delete: "projects/[
|
1421
1421
|
# PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/
|
@@ -1449,7 +1449,7 @@ module Google
|
|
1449
1449
|
execute_or_queue_command(command, &block)
|
1450
1450
|
end
|
1451
1451
|
|
1452
|
-
# Gets the description of an exclusion.
|
1452
|
+
# Gets the description of an exclusion in the _Default sink.
|
1453
1453
|
# @param [String] name
|
1454
1454
|
# Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/
|
1455
1455
|
# exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[
|
@@ -1483,7 +1483,7 @@ module Google
|
|
1483
1483
|
execute_or_queue_command(command, &block)
|
1484
1484
|
end
|
1485
1485
|
|
1486
|
-
# Lists all the exclusions in a parent resource.
|
1486
|
+
# Lists all the exclusions on the _Default sink in a parent resource.
|
1487
1487
|
# @param [String] parent
|
1488
1488
|
# Required. The parent resource whose exclusions are to be listed. "projects/[
|
1489
1489
|
# PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[
|
@@ -1526,7 +1526,7 @@ module Google
|
|
1526
1526
|
execute_or_queue_command(command, &block)
|
1527
1527
|
end
|
1528
1528
|
|
1529
|
-
# Changes one or more properties of an existing exclusion.
|
1529
|
+
# Changes one or more properties of an existing exclusion in the _Default sink.
|
1530
1530
|
# @param [String] name
|
1531
1531
|
# Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/
|
1532
1532
|
# exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[
|
@@ -1571,9 +1571,9 @@ module Google
|
|
1571
1571
|
execute_or_queue_command(command, &block)
|
1572
1572
|
end
|
1573
1573
|
|
1574
|
-
# Creates a new exclusion in a specified parent resource.
|
1575
|
-
# belonging to that resource can be excluded. You can have up
|
1576
|
-
# in a resource.
|
1574
|
+
# Creates a new exclusion in the _Default sink in a specified parent resource.
|
1575
|
+
# Only log entries belonging to that resource can be excluded. You can have up
|
1576
|
+
# to 10 exclusions in a resource.
|
1577
1577
|
# @param [String] parent
|
1578
1578
|
# Required. The parent resource in which to create the exclusion: "projects/[
|
1579
1579
|
# PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[
|
@@ -1609,7 +1609,7 @@ module Google
|
|
1609
1609
|
execute_or_queue_command(command, &block)
|
1610
1610
|
end
|
1611
1611
|
|
1612
|
-
# Deletes an exclusion.
|
1612
|
+
# Deletes an exclusion in the _Default sink.
|
1613
1613
|
# @param [String] name
|
1614
1614
|
# Required. The resource name of an existing exclusion to delete: "projects/[
|
1615
1615
|
# PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/
|
@@ -1643,7 +1643,7 @@ module Google
|
|
1643
1643
|
execute_or_queue_command(command, &block)
|
1644
1644
|
end
|
1645
1645
|
|
1646
|
-
# Gets the description of an exclusion.
|
1646
|
+
# Gets the description of an exclusion in the _Default sink.
|
1647
1647
|
# @param [String] name
|
1648
1648
|
# Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/
|
1649
1649
|
# exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[
|
@@ -1677,7 +1677,7 @@ module Google
|
|
1677
1677
|
execute_or_queue_command(command, &block)
|
1678
1678
|
end
|
1679
1679
|
|
1680
|
-
# Lists all the exclusions in a parent resource.
|
1680
|
+
# Lists all the exclusions on the _Default sink in a parent resource.
|
1681
1681
|
# @param [String] parent
|
1682
1682
|
# Required. The parent resource whose exclusions are to be listed. "projects/[
|
1683
1683
|
# PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[
|
@@ -1720,7 +1720,7 @@ module Google
|
|
1720
1720
|
execute_or_queue_command(command, &block)
|
1721
1721
|
end
|
1722
1722
|
|
1723
|
-
# Changes one or more properties of an existing exclusion.
|
1723
|
+
# Changes one or more properties of an existing exclusion in the _Default sink.
|
1724
1724
|
# @param [String] name
|
1725
1725
|
# Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/
|
1726
1726
|
# exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[
|
@@ -3531,17 +3531,18 @@ module Google
|
|
3531
3531
|
end
|
3532
3532
|
|
3533
3533
|
# Gets the Logs Router CMEK settings for the given resource.Note: CMEK for the
|
3534
|
-
# Logs Router can currently only be configured for
|
3535
|
-
# configured, it applies to all projects and folders in the
|
3536
|
-
# Enabling CMEK for Logs Router (https://cloud.google.com/
|
3537
|
-
# managed-encryption) for more information.
|
3534
|
+
# Logs Router can currently only be configured for Google Cloud organizations.
|
3535
|
+
# Once configured, it applies to all projects and folders in the Google Cloud
|
3536
|
+
# organization.See Enabling CMEK for Logs Router (https://cloud.google.com/
|
3537
|
+
# logging/docs/routing/managed-encryption) for more information.
|
3538
3538
|
# @param [String] name
|
3539
3539
|
# Required. The resource for which to retrieve CMEK settings. "projects/[
|
3540
3540
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
3541
3541
|
# billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/
|
3542
3542
|
# cmekSettings" For example:"organizations/12345/cmekSettings"Note: CMEK for the
|
3543
|
-
# Logs Router can currently only be configured for
|
3544
|
-
# configured, it applies to all projects and folders in the
|
3543
|
+
# Logs Router can currently only be configured for Google Cloud organizations.
|
3544
|
+
# Once configured, it applies to all projects and folders in the Google Cloud
|
3545
|
+
# organization.
|
3545
3546
|
# @param [String] fields
|
3546
3547
|
# Selector specifying which fields to include in a partial response.
|
3547
3548
|
# @param [String] quota_user
|
@@ -3570,20 +3571,21 @@ module Google
|
|
3570
3571
|
end
|
3571
3572
|
|
3572
3573
|
# Updates the Logs Router CMEK settings for the given resource.Note: CMEK for
|
3573
|
-
# the Logs Router can currently only be configured for
|
3574
|
-
# configured, it applies to all projects and folders in the
|
3575
|
-
# UpdateCmekSettings will fail if 1) kms_key_name is
|
3576
|
-
# associated service account does not have the required roles/
|
3577
|
-
# cryptoKeyEncrypterDecrypter role assigned for the key, or 3) access
|
3578
|
-
# is disabled.See Enabling CMEK for Logs Router (https://cloud.google.
|
3579
|
-
# logging/docs/routing/managed-encryption) for more information.
|
3574
|
+
# the Logs Router can currently only be configured for Google Cloud
|
3575
|
+
# organizations. Once configured, it applies to all projects and folders in the
|
3576
|
+
# Google Cloud organization.UpdateCmekSettings will fail if 1) kms_key_name is
|
3577
|
+
# invalid, or 2) the associated service account does not have the required roles/
|
3578
|
+
# cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key, or 3) access
|
3579
|
+
# to the key is disabled.See Enabling CMEK for Logs Router (https://cloud.google.
|
3580
|
+
# com/logging/docs/routing/managed-encryption) for more information.
|
3580
3581
|
# @param [String] name
|
3581
3582
|
# Required. The resource name for the CMEK settings to update. "projects/[
|
3582
3583
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
3583
3584
|
# billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/
|
3584
3585
|
# cmekSettings" For example:"organizations/12345/cmekSettings"Note: CMEK for the
|
3585
|
-
# Logs Router can currently only be configured for
|
3586
|
-
# configured, it applies to all projects and folders in the
|
3586
|
+
# Logs Router can currently only be configured for Google Cloud organizations.
|
3587
|
+
# Once configured, it applies to all projects and folders in the Google Cloud
|
3588
|
+
# organization.
|
3587
3589
|
# @param [Google::Apis::LoggingV2::CmekSettings] cmek_settings_object
|
3588
3590
|
# @param [String] update_mask
|
3589
3591
|
# Optional. Field mask identifying which fields from cmek_settings should be
|
@@ -3620,9 +3622,9 @@ module Google
|
|
3620
3622
|
execute_or_queue_command(command, &block)
|
3621
3623
|
end
|
3622
3624
|
|
3623
|
-
# Creates a new exclusion in a specified parent resource.
|
3624
|
-
# belonging to that resource can be excluded. You can have up
|
3625
|
-
# in a resource.
|
3625
|
+
# Creates a new exclusion in the _Default sink in a specified parent resource.
|
3626
|
+
# Only log entries belonging to that resource can be excluded. You can have up
|
3627
|
+
# to 10 exclusions in a resource.
|
3626
3628
|
# @param [String] parent
|
3627
3629
|
# Required. The parent resource in which to create the exclusion: "projects/[
|
3628
3630
|
# PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[
|
@@ -3658,7 +3660,7 @@ module Google
|
|
3658
3660
|
execute_or_queue_command(command, &block)
|
3659
3661
|
end
|
3660
3662
|
|
3661
|
-
# Deletes an exclusion.
|
3663
|
+
# Deletes an exclusion in the _Default sink.
|
3662
3664
|
# @param [String] name
|
3663
3665
|
# Required. The resource name of an existing exclusion to delete: "projects/[
|
3664
3666
|
# PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/
|
@@ -3692,7 +3694,7 @@ module Google
|
|
3692
3694
|
execute_or_queue_command(command, &block)
|
3693
3695
|
end
|
3694
3696
|
|
3695
|
-
# Gets the description of an exclusion.
|
3697
|
+
# Gets the description of an exclusion in the _Default sink.
|
3696
3698
|
# @param [String] name
|
3697
3699
|
# Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/
|
3698
3700
|
# exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[
|
@@ -3726,7 +3728,7 @@ module Google
|
|
3726
3728
|
execute_or_queue_command(command, &block)
|
3727
3729
|
end
|
3728
3730
|
|
3729
|
-
# Lists all the exclusions in a parent resource.
|
3731
|
+
# Lists all the exclusions on the _Default sink in a parent resource.
|
3730
3732
|
# @param [String] parent
|
3731
3733
|
# Required. The parent resource whose exclusions are to be listed. "projects/[
|
3732
3734
|
# PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[
|
@@ -3769,7 +3771,7 @@ module Google
|
|
3769
3771
|
execute_or_queue_command(command, &block)
|
3770
3772
|
end
|
3771
3773
|
|
3772
|
-
# Changes one or more properties of an existing exclusion.
|
3774
|
+
# Changes one or more properties of an existing exclusion in the _Default sink.
|
3773
3775
|
# @param [String] name
|
3774
3776
|
# Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/
|
3775
3777
|
# exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[
|
@@ -4818,9 +4820,9 @@ module Google
|
|
4818
4820
|
execute_or_queue_command(command, &block)
|
4819
4821
|
end
|
4820
4822
|
|
4821
|
-
# Creates a new exclusion in a specified parent resource.
|
4822
|
-
# belonging to that resource can be excluded. You can have up
|
4823
|
-
# in a resource.
|
4823
|
+
# Creates a new exclusion in the _Default sink in a specified parent resource.
|
4824
|
+
# Only log entries belonging to that resource can be excluded. You can have up
|
4825
|
+
# to 10 exclusions in a resource.
|
4824
4826
|
# @param [String] parent
|
4825
4827
|
# Required. The parent resource in which to create the exclusion: "projects/[
|
4826
4828
|
# PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[
|
@@ -4856,7 +4858,7 @@ module Google
|
|
4856
4858
|
execute_or_queue_command(command, &block)
|
4857
4859
|
end
|
4858
4860
|
|
4859
|
-
# Deletes an exclusion.
|
4861
|
+
# Deletes an exclusion in the _Default sink.
|
4860
4862
|
# @param [String] name
|
4861
4863
|
# Required. The resource name of an existing exclusion to delete: "projects/[
|
4862
4864
|
# PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/
|
@@ -4890,7 +4892,7 @@ module Google
|
|
4890
4892
|
execute_or_queue_command(command, &block)
|
4891
4893
|
end
|
4892
4894
|
|
4893
|
-
# Gets the description of an exclusion.
|
4895
|
+
# Gets the description of an exclusion in the _Default sink.
|
4894
4896
|
# @param [String] name
|
4895
4897
|
# Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/
|
4896
4898
|
# exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[
|
@@ -4924,7 +4926,7 @@ module Google
|
|
4924
4926
|
execute_or_queue_command(command, &block)
|
4925
4927
|
end
|
4926
4928
|
|
4927
|
-
# Lists all the exclusions in a parent resource.
|
4929
|
+
# Lists all the exclusions on the _Default sink in a parent resource.
|
4928
4930
|
# @param [String] parent
|
4929
4931
|
# Required. The parent resource whose exclusions are to be listed. "projects/[
|
4930
4932
|
# PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[
|
@@ -4967,7 +4969,7 @@ module Google
|
|
4967
4969
|
execute_or_queue_command(command, &block)
|
4968
4970
|
end
|
4969
4971
|
|
4970
|
-
# Changes one or more properties of an existing exclusion.
|
4972
|
+
# Changes one or more properties of an existing exclusion in the _Default sink.
|
4971
4973
|
# @param [String] name
|
4972
4974
|
# Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/
|
4973
4975
|
# exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[
|
@@ -6412,17 +6414,18 @@ module Google
|
|
6412
6414
|
end
|
6413
6415
|
|
6414
6416
|
# Gets the Logs Router CMEK settings for the given resource.Note: CMEK for the
|
6415
|
-
# Logs Router can currently only be configured for
|
6416
|
-
# configured, it applies to all projects and folders in the
|
6417
|
-
# Enabling CMEK for Logs Router (https://cloud.google.com/
|
6418
|
-
# managed-encryption) for more information.
|
6417
|
+
# Logs Router can currently only be configured for Google Cloud organizations.
|
6418
|
+
# Once configured, it applies to all projects and folders in the Google Cloud
|
6419
|
+
# organization.See Enabling CMEK for Logs Router (https://cloud.google.com/
|
6420
|
+
# logging/docs/routing/managed-encryption) for more information.
|
6419
6421
|
# @param [String] name
|
6420
6422
|
# Required. The resource for which to retrieve CMEK settings. "projects/[
|
6421
6423
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
6422
6424
|
# billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/
|
6423
6425
|
# cmekSettings" For example:"organizations/12345/cmekSettings"Note: CMEK for the
|
6424
|
-
# Logs Router can currently only be configured for
|
6425
|
-
# configured, it applies to all projects and folders in the
|
6426
|
+
# Logs Router can currently only be configured for Google Cloud organizations.
|
6427
|
+
# Once configured, it applies to all projects and folders in the Google Cloud
|
6428
|
+
# organization.
|
6426
6429
|
# @param [String] fields
|
6427
6430
|
# Selector specifying which fields to include in a partial response.
|
6428
6431
|
# @param [String] quota_user
|
@@ -6451,20 +6454,21 @@ module Google
|
|
6451
6454
|
end
|
6452
6455
|
|
6453
6456
|
# Updates the Logs Router CMEK settings for the given resource.Note: CMEK for
|
6454
|
-
# the Logs Router can currently only be configured for
|
6455
|
-
# configured, it applies to all projects and folders in the
|
6456
|
-
# UpdateCmekSettings will fail if 1) kms_key_name is
|
6457
|
-
# associated service account does not have the required roles/
|
6458
|
-
# cryptoKeyEncrypterDecrypter role assigned for the key, or 3) access
|
6459
|
-
# is disabled.See Enabling CMEK for Logs Router (https://cloud.google.
|
6460
|
-
# logging/docs/routing/managed-encryption) for more information.
|
6457
|
+
# the Logs Router can currently only be configured for Google Cloud
|
6458
|
+
# organizations. Once configured, it applies to all projects and folders in the
|
6459
|
+
# Google Cloud organization.UpdateCmekSettings will fail if 1) kms_key_name is
|
6460
|
+
# invalid, or 2) the associated service account does not have the required roles/
|
6461
|
+
# cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key, or 3) access
|
6462
|
+
# to the key is disabled.See Enabling CMEK for Logs Router (https://cloud.google.
|
6463
|
+
# com/logging/docs/routing/managed-encryption) for more information.
|
6461
6464
|
# @param [String] name
|
6462
6465
|
# Required. The resource name for the CMEK settings to update. "projects/[
|
6463
6466
|
# PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "
|
6464
6467
|
# billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/
|
6465
6468
|
# cmekSettings" For example:"organizations/12345/cmekSettings"Note: CMEK for the
|
6466
|
-
# Logs Router can currently only be configured for
|
6467
|
-
# configured, it applies to all projects and folders in the
|
6469
|
+
# Logs Router can currently only be configured for Google Cloud organizations.
|
6470
|
+
# Once configured, it applies to all projects and folders in the Google Cloud
|
6471
|
+
# organization.
|
6468
6472
|
# @param [Google::Apis::LoggingV2::CmekSettings] cmek_settings_object
|
6469
6473
|
# @param [String] update_mask
|
6470
6474
|
# Optional. Field mask identifying which fields from cmek_settings should be
|
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.
|
4
|
+
version: 0.16.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: 2021-10-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
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.16.0
|
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: []
|
65
65
|
require_paths:
|