google-apis-logging_v2 0.8.0 → 0.9.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 +4 -0
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- data/lib/google/apis/logging_v2/service.rb +8 -8
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42c5a140e00cca9734f233eb8bbeb580945cca0e99ba880ddf532ff2b827fad8
|
|
4
|
+
data.tar.gz: 78509e5fb89d8279253f41b1478b7c0df7398c029a6a02c2d5ac8a709cdd0c90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b829fc79f07f47a9df145bab99de1b69dc24a9d525d9ae7b765b2c22a2d7a5f385b05a1a3cdace2ed80fcd886bf1298ba06b2bfe3a29c83c1a30166b593f4e92
|
|
7
|
+
data.tar.gz: 2ae28c7661ad6678b50d7a3c71018bcc76e0c3250f3dae1b30290768ade4b690b6946969d23ebe7539f9d6886edf2c1c39fee4f6f5966b621ac82850870266fb
|
data/CHANGELOG.md
CHANGED
|
@@ -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.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210521"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3187,10 +3187,10 @@ module Google
|
|
|
3187
3187
|
# is disabled.See Enabling CMEK for Logs Router (https://cloud.google.com/
|
|
3188
3188
|
# logging/docs/routing/managed-encryption) for more information.
|
|
3189
3189
|
# @param [String] name
|
|
3190
|
-
# Required. The resource name for the CMEK settings to update. "projects/
|
|
3191
|
-
# PROJECT_ID
|
|
3192
|
-
# billingAccounts/
|
|
3193
|
-
# cmekSettings"
|
|
3190
|
+
# Required. The resource name for the CMEK settings to update. < "projects/
|
|
3191
|
+
# PROJECT_ID/cmekSettings" "organizations/ORGANIZATION_ID/cmekSettings" "
|
|
3192
|
+
# billingAccounts/BILLING_ACCOUNT_ID/cmekSettings" "folders/FOLDER_ID/
|
|
3193
|
+
# cmekSettings"Example: "organizations/12345/cmekSettings".Note: CMEK for the
|
|
3194
3194
|
# Logs Router can currently only be configured for GCP organizations. Once
|
|
3195
3195
|
# configured, it applies to all projects and folders in the GCP organization.
|
|
3196
3196
|
# @param [Google::Apis::LoggingV2::CmekSettings] cmek_settings_object
|
|
@@ -5825,10 +5825,10 @@ module Google
|
|
|
5825
5825
|
# is disabled.See Enabling CMEK for Logs Router (https://cloud.google.com/
|
|
5826
5826
|
# logging/docs/routing/managed-encryption) for more information.
|
|
5827
5827
|
# @param [String] name
|
|
5828
|
-
# Required. The resource name for the CMEK settings to update. "projects/
|
|
5829
|
-
# PROJECT_ID
|
|
5830
|
-
# billingAccounts/
|
|
5831
|
-
# cmekSettings"
|
|
5828
|
+
# Required. The resource name for the CMEK settings to update. < "projects/
|
|
5829
|
+
# PROJECT_ID/cmekSettings" "organizations/ORGANIZATION_ID/cmekSettings" "
|
|
5830
|
+
# billingAccounts/BILLING_ACCOUNT_ID/cmekSettings" "folders/FOLDER_ID/
|
|
5831
|
+
# cmekSettings"Example: "organizations/12345/cmekSettings".Note: CMEK for the
|
|
5832
5832
|
# Logs Router can currently only be configured for GCP organizations. Once
|
|
5833
5833
|
# configured, it applies to all projects and folders in the GCP organization.
|
|
5834
5834
|
# @param [Google::Apis::LoggingV2::CmekSettings] cmek_settings_object
|
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.9.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-05-
|
|
11
|
+
date: 2021-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-logging_v2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.9.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-logging_v2
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|