google-apis-logging_v2 0.47.0 → 0.49.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 +16 -13
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- data/lib/google/apis/logging_v2/service.rb +20 -15
- 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: 5bf190a50ee24f0cb1c6fa9aa9b05835859a270719c903124cdad999a0a2ba98
|
|
4
|
+
data.tar.gz: 6ce266e157f6640f38465087fd3901dab96b4d148ad9da43c5f5da92eea8f6c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f30a696e423f8fb10faf573eb41bce045ac4ec4a709f8f5268baaac3d13c00657077acbfdcdc9e2522ab13208c3577798d002f213a522d51c7413084331462d
|
|
7
|
+
data.tar.gz: 2788946e17c4e5c98cb67e7c95128e780785d277d32bc04642fccc4a76ccf3cd4f9a1f6713b0c55ded45ae7efbb077c3856afa84246adbb72792d04ae610e54c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-logging_v2
|
|
2
2
|
|
|
3
|
+
### v0.49.0 (2023-07-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230706
|
|
6
|
+
|
|
7
|
+
### v0.48.0 (2023-07-02)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230623
|
|
10
|
+
|
|
3
11
|
### v0.47.0 (2023-06-11)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230531
|
|
@@ -208,16 +208,16 @@ module Google
|
|
|
208
208
|
# projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]"
|
|
209
209
|
# For example:"projects/my-project/locations/us-central1/keyRings/my-ring/
|
|
210
210
|
# cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid
|
|
211
|
-
# kms_key_name for which the associated service account has the
|
|
212
|
-
#
|
|
213
|
-
#
|
|
214
|
-
#
|
|
215
|
-
#
|
|
216
|
-
#
|
|
217
|
-
#
|
|
218
|
-
#
|
|
219
|
-
#
|
|
220
|
-
#
|
|
211
|
+
# kms_key_name for which the associated service account has the needed cloudkms.
|
|
212
|
+
# cryptoKeyEncrypterDecrypter roles assigned for the key.The Cloud KMS key used
|
|
213
|
+
# by the Log Router can be updated by changing the kms_key_name to a new valid
|
|
214
|
+
# key name or disabled by setting the key name to an empty string. Encryption
|
|
215
|
+
# operations that are in progress will be completed with the key that was in use
|
|
216
|
+
# when they started. Decryption operations will be completed using the key that
|
|
217
|
+
# was used at the time of encryption unless access to that key has been revoked.
|
|
218
|
+
# To disable CMEK for the Log Router, set this field to an empty string.See
|
|
219
|
+
# Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/
|
|
220
|
+
# managed-encryption) for more information.
|
|
221
221
|
# Corresponds to the JSON property `kmsKeyName`
|
|
222
222
|
# @return [String]
|
|
223
223
|
attr_accessor :kms_key_name
|
|
@@ -2832,9 +2832,12 @@ module Google
|
|
|
2832
2832
|
# @return [String]
|
|
2833
2833
|
attr_accessor :name
|
|
2834
2834
|
|
|
2835
|
-
# Optional. The
|
|
2836
|
-
#
|
|
2837
|
-
#
|
|
2835
|
+
# Optional. The storage location that Cloud Logging will use to create new
|
|
2836
|
+
# resources when a location is needed but not explicitly provided. The use cases
|
|
2837
|
+
# includes: The location of _Default and _Required log bucket for newly created
|
|
2838
|
+
# projects and folders.Example value: europe-west1.Note: this setting does not
|
|
2839
|
+
# affect the location of resources where a location is explicitly provided when
|
|
2840
|
+
# created, such as custom log buckets.
|
|
2838
2841
|
# Corresponds to the JSON property `storageLocation`
|
|
2839
2842
|
# @return [String]
|
|
2840
2843
|
attr_accessor :storage_location
|
|
@@ -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.49.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 = "
|
|
25
|
+
REVISION = "20230706"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1355,9 +1355,10 @@ module Google
|
|
|
1355
1355
|
# @param [Google::Apis::LoggingV2::LogSink] log_sink_object
|
|
1356
1356
|
# @param [String] custom_writer_identity
|
|
1357
1357
|
# Optional. A service account provided by the caller that will be used to write
|
|
1358
|
-
# the log entries.
|
|
1359
|
-
# specified if
|
|
1360
|
-
# specified, a
|
|
1358
|
+
# the log entries. The format must be serviceAccount:some@email. This field can
|
|
1359
|
+
# only be specified if you are routing logs to a destination outside this sink's
|
|
1360
|
+
# project. If not specified, a Logging service account will automatically be
|
|
1361
|
+
# generated.
|
|
1361
1362
|
# @param [Boolean] unique_writer_identity
|
|
1362
1363
|
# Optional. Determines the kind of IAM identity returned as writer_identity in
|
|
1363
1364
|
# the new sink. If this value is omitted or set to false, and if the sink's
|
|
@@ -3320,9 +3321,10 @@ module Google
|
|
|
3320
3321
|
# @param [Google::Apis::LoggingV2::LogSink] log_sink_object
|
|
3321
3322
|
# @param [String] custom_writer_identity
|
|
3322
3323
|
# Optional. A service account provided by the caller that will be used to write
|
|
3323
|
-
# the log entries.
|
|
3324
|
-
# specified if
|
|
3325
|
-
# specified, a
|
|
3324
|
+
# the log entries. The format must be serviceAccount:some@email. This field can
|
|
3325
|
+
# only be specified if you are routing logs to a destination outside this sink's
|
|
3326
|
+
# project. If not specified, a Logging service account will automatically be
|
|
3327
|
+
# generated.
|
|
3326
3328
|
# @param [Boolean] unique_writer_identity
|
|
3327
3329
|
# Optional. Determines the kind of IAM identity returned as writer_identity in
|
|
3328
3330
|
# the new sink. If this value is omitted or set to false, and if the sink's
|
|
@@ -6016,9 +6018,10 @@ module Google
|
|
|
6016
6018
|
# @param [Google::Apis::LoggingV2::LogSink] log_sink_object
|
|
6017
6019
|
# @param [String] custom_writer_identity
|
|
6018
6020
|
# Optional. A service account provided by the caller that will be used to write
|
|
6019
|
-
# the log entries.
|
|
6020
|
-
# specified if
|
|
6021
|
-
# specified, a
|
|
6021
|
+
# the log entries. The format must be serviceAccount:some@email. This field can
|
|
6022
|
+
# only be specified if you are routing logs to a destination outside this sink's
|
|
6023
|
+
# project. If not specified, a Logging service account will automatically be
|
|
6024
|
+
# generated.
|
|
6022
6025
|
# @param [Boolean] unique_writer_identity
|
|
6023
6026
|
# Optional. Determines the kind of IAM identity returned as writer_identity in
|
|
6024
6027
|
# the new sink. If this value is omitted or set to false, and if the sink's
|
|
@@ -7783,9 +7786,10 @@ module Google
|
|
|
7783
7786
|
# @param [Google::Apis::LoggingV2::LogSink] log_sink_object
|
|
7784
7787
|
# @param [String] custom_writer_identity
|
|
7785
7788
|
# Optional. A service account provided by the caller that will be used to write
|
|
7786
|
-
# the log entries.
|
|
7787
|
-
# specified if
|
|
7788
|
-
# specified, a
|
|
7789
|
+
# the log entries. The format must be serviceAccount:some@email. This field can
|
|
7790
|
+
# only be specified if you are routing logs to a destination outside this sink's
|
|
7791
|
+
# project. If not specified, a Logging service account will automatically be
|
|
7792
|
+
# generated.
|
|
7789
7793
|
# @param [Boolean] unique_writer_identity
|
|
7790
7794
|
# Optional. Determines the kind of IAM identity returned as writer_identity in
|
|
7791
7795
|
# the new sink. If this value is omitted or set to false, and if the sink's
|
|
@@ -8082,9 +8086,10 @@ module Google
|
|
|
8082
8086
|
# @param [Google::Apis::LoggingV2::LogSink] log_sink_object
|
|
8083
8087
|
# @param [String] custom_writer_identity
|
|
8084
8088
|
# Optional. A service account provided by the caller that will be used to write
|
|
8085
|
-
# the log entries.
|
|
8086
|
-
# specified if
|
|
8087
|
-
# specified, a
|
|
8089
|
+
# the log entries. The format must be serviceAccount:some@email. This field can
|
|
8090
|
+
# only be specified if you are routing logs to a destination outside this sink's
|
|
8091
|
+
# project. If not specified, a Logging service account will automatically be
|
|
8092
|
+
# generated.
|
|
8088
8093
|
# @param [Boolean] unique_writer_identity
|
|
8089
8094
|
# Optional. Determines the kind of IAM identity returned as writer_identity in
|
|
8090
8095
|
# the new sink. If this value is omitted or set to false, and if the sink's
|
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.49.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-
|
|
11
|
+
date: 2023-07-16 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.49.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: []
|