google-cloud-logging-v2 0.8.0 → 0.8.1

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: 6f9483d6abd8d574951d58977fa24cc34d2fe8912ad8fb9a5080c6c8ff308046
4
- data.tar.gz: 54166d1618799030f6807609c25e163d52502e884d3b6bc461f6b6e7bd2efb05
3
+ metadata.gz: ee90253cb5a747bb4cc8e110ee3e7f3a1f67987f62eb56806043a2350d3a75fa
4
+ data.tar.gz: 1986b81148d0d51686307ad92801157507fb070e88974e9c01b175d2bb11eb89
5
5
  SHA512:
6
- metadata.gz: d8015a3808193352758cf134e3965cda4905dc7ff58b002e560e93e4e3345fee814d26eb254a6979958e16f49994e6596811fefe6c251c93218916d7d21f2e5e
7
- data.tar.gz: c3a7e77b39d87f02ce8e1687ba20953b231b03ade5959bf0264139a03a95ba987aa268eeb95abea6f4e8a93b2eebdb23b94526053e0dbd59b36185397ac0c65f
6
+ metadata.gz: b4b0088beb55630111e6c4c85fcea30994e2ab1084921bfcd6158f9eb3ce861fe1313edf793219192d2a25955c3ba664ead97f25c94dcc78071c7f85fb75180b
7
+ data.tar.gz: 34e95aabdb7180e8610d07c503a5df24bac3dcd90ef32de2c04b2b1039c5653697c505e5b6ce355a930ad25203cd1be9f7c7b565acfb26f4cd239cce815b4eff
@@ -1651,7 +1651,7 @@ module Google
1651
1651
  # Required. The updated sink, whose name is the same identifier that appears as part
1652
1652
  # of `sink_name`.
1653
1653
  # @param unique_writer_identity [::Boolean]
1654
- # Optional. See {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#create_sink sinks.create}
1654
+ # Optional. See {::Google::Cloud::Logging::V2::ConfigService::Client#create_sink sinks.create}
1655
1655
  # for a description of this field. When updating a sink, the effect of this
1656
1656
  # field on the value of `writer_identity` in the updated sink depends on both
1657
1657
  # the old and new values of this field:
@@ -2455,7 +2455,7 @@ module Google
2455
2455
  # Cloud organizations. Once configured, it applies to all projects and
2456
2456
  # folders in the Google Cloud organization.
2457
2457
  #
2458
- # {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#update_cmek_settings UpdateCmekSettings}
2458
+ # {::Google::Cloud::Logging::V2::ConfigService::Client#update_cmek_settings UpdateCmekSettings}
2459
2459
  # will fail if 1) `kms_key_name` is invalid, or 2) the associated service
2460
2460
  # account does not have the required
2461
2461
  # `roles/cloudkms.cryptoKeyEncrypterDecrypter` role assigned for the key, or
@@ -2689,7 +2689,7 @@ module Google
2689
2689
  # Google Cloud organizations. Once configured, it applies to all projects and
2690
2690
  # folders in the Google Cloud organization.
2691
2691
  #
2692
- # {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#update_settings UpdateSettings}
2692
+ # {::Google::Cloud::Logging::V2::ConfigService::Client#update_settings UpdateSettings}
2693
2693
  # will fail if 1) `kms_key_name` is invalid, or 2) the associated service
2694
2694
  # account does not have the required
2695
2695
  # `roles/cloudkms.cryptoKeyEncrypterDecrypter` role assigned for the key, or
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Logging
23
23
  module V2
24
- VERSION = "0.8.0"
24
+ VERSION = "0.8.1"
25
25
  end
26
26
  end
27
27
  end
@@ -180,8 +180,8 @@ module Google
180
180
  # Output only. An IAM identity—a service account or group—under which Cloud
181
181
  # Logging writes the exported log entries to the sink's destination. This
182
182
  # field is set by
183
- # {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#create_sink sinks.create} and
184
- # {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#update_sink sinks.update} based on the
183
+ # {::Google::Cloud::Logging::V2::ConfigService::Client#create_sink sinks.create} and
184
+ # {::Google::Cloud::Logging::V2::ConfigService::Client#update_sink sinks.update} based on the
185
185
  # value of `unique_writer_identity` in those methods.
186
186
  #
187
187
  # Until you grant this identity write-access to the destination, log entry
@@ -650,7 +650,7 @@ module Google
650
650
  # of `sink_name`.
651
651
  # @!attribute [rw] unique_writer_identity
652
652
  # @return [::Boolean]
653
- # Optional. See {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#create_sink sinks.create}
653
+ # Optional. See {::Google::Cloud::Logging::V2::ConfigService::Client#create_sink sinks.create}
654
654
  # for a description of this field. When updating a sink, the effect of this
655
655
  # field on the value of `writer_identity` in the updated sink depends on both
656
656
  # the old and new values of this field:
@@ -880,7 +880,7 @@ module Google
880
880
  end
881
881
 
882
882
  # The parameters to
883
- # {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#get_cmek_settings GetCmekSettings}.
883
+ # {::Google::Cloud::Logging::V2::ConfigService::Client#get_cmek_settings GetCmekSettings}.
884
884
  #
885
885
  # See [Enabling CMEK for Log
886
886
  # Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for
@@ -908,7 +908,7 @@ module Google
908
908
  end
909
909
 
910
910
  # The parameters to
911
- # {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#update_cmek_settings UpdateCmekSettings}.
911
+ # {::Google::Cloud::Logging::V2::ConfigService::Client#update_cmek_settings UpdateCmekSettings}.
912
912
  #
913
913
  # See [Enabling CMEK for Log
914
914
  # Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for
@@ -1001,7 +1001,7 @@ module Google
1001
1001
  # Before enabling CMEK for Log Router, you must first assign the
1002
1002
  # cloudkms.cryptoKeyEncrypterDecrypter role to the service account that
1003
1003
  # the Log Router will use to access your Cloud KMS key. Use
1004
- # {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#get_cmek_settings GetCmekSettings} to
1004
+ # {::Google::Cloud::Logging::V2::ConfigService::Client#get_cmek_settings GetCmekSettings} to
1005
1005
  # obtain the service account ID.
1006
1006
  #
1007
1007
  # See [Enabling CMEK for Log
@@ -1013,7 +1013,7 @@ module Google
1013
1013
  end
1014
1014
 
1015
1015
  # The parameters to
1016
- # {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#get_settings GetSettings}.
1016
+ # {::Google::Cloud::Logging::V2::ConfigService::Client#get_settings GetSettings}.
1017
1017
  #
1018
1018
  # See [Enabling CMEK for Log
1019
1019
  # Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for
@@ -1041,7 +1041,7 @@ module Google
1041
1041
  end
1042
1042
 
1043
1043
  # The parameters to
1044
- # {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#update_settings UpdateSettings}.
1044
+ # {::Google::Cloud::Logging::V2::ConfigService::Client#update_settings UpdateSettings}.
1045
1045
  #
1046
1046
  # See [Enabling CMEK for Log
1047
1047
  # Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for
@@ -1122,7 +1122,7 @@ module Google
1122
1122
  # Before enabling CMEK for Log Router, you must first assign the role
1123
1123
  # `roles/cloudkms.cryptoKeyEncrypterDecrypter` to the service account that
1124
1124
  # the Log Router will use to access your Cloud KMS key. Use
1125
- # {::Google::Cloud::Logging::V2::ConfigServiceV2::Client#get_settings GetSettings} to
1125
+ # {::Google::Cloud::Logging::V2::ConfigService::Client#get_settings GetSettings} to
1126
1126
  # obtain the service account ID.
1127
1127
  #
1128
1128
  # See [Enabling CMEK for Log
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-logging-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-02 00:00:00.000000000 Z
11
+ date: 2022-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common