google-cloud-monitoring-metrics_scope-v1 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f219886ad55c9d2cef84a76fadcf690e3a22f0cba3e8db71bdf32b378fadc66
4
- data.tar.gz: 13beaceb1b0f44321330dc30e5593d8c7476697dfdc7b4c592e187e0c05d6abd
3
+ metadata.gz: 715d82bdc1181f04aa5a87af4df2a64815665dd23429bba28e74643c4977ab54
4
+ data.tar.gz: 5d73407a22f81ea037fead50b740997b85f6c94599a51fab8b267fcae19bb2dd
5
5
  SHA512:
6
- metadata.gz: 22b3a558f9813fd637fdab1a249aef2cb1c2a63d6130839c3fc8d023109556a271f36cf2a9f142fff3b4142acc4d32d780e62ecdacd49fc5d08d16b4c9613e9e
7
- data.tar.gz: 974e7c93adc03b273b20dcddfed13ddf8ec822fcf044dc01a87ac8edaa2b1012d3503ed694f9988447bc3be3441ce5bb4ac58cd2bc1346a42e5e7054761a36c0
6
+ metadata.gz: ba39edbffb21f4411f54fd02f11c302bb5c7f002b6c310249ac01604ad739d4326080b4f782439f83475af1978e21f5d94cded7281e0d4f5301e08191c38fece
7
+ data.tar.gz: 134a374af1df3763af5a3655f5b47be270b10c767fa00c5c6aa38dfa40014f34c39f18c49601b403e30e524f448ff4ee0d5d456f51dfefa58381c2e1d35653a8
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -614,6 +614,13 @@ module Google
614
614
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
615
615
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
616
616
  # * (`nil`) indicating no credentials
617
+ #
618
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
619
+ # external source for authentication to Google Cloud, you must validate it before
620
+ # providing it to a Google API client library. Providing an unvalidated credential
621
+ # configuration to Google APIs can compromise the security of your systems and data.
622
+ # For more information, refer to [Validate credential configurations from external
623
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
617
624
  # @return [::Object]
618
625
  # @!attribute [rw] scope
619
626
  # The OAuth scopes
@@ -641,6 +641,13 @@ module Google
641
641
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
642
642
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
643
643
  # * (`nil`) indicating no credentials
644
+ #
645
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
646
+ # external source for authentication to Google Cloud, you must validate it before
647
+ # providing it to a Google API client library. Providing an unvalidated credential
648
+ # configuration to Google APIs can compromise the security of your systems and data.
649
+ # For more information, refer to [Validate credential configurations from external
650
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
644
651
  # @return [::Object]
645
652
  # @!attribute [rw] scope
646
653
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Monitoring
23
23
  module MetricsScope
24
24
  module V1
25
- VERSION = "1.1.0"
25
+ VERSION = "1.2.0"
26
26
  end
27
27
  end
28
28
  end
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring-metrics_scope-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -87,7 +86,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
87
86
  licenses:
88
87
  - Apache-2.0
89
88
  metadata: {}
90
- post_install_message:
91
89
  rdoc_options: []
92
90
  require_paths:
93
91
  - lib
@@ -95,15 +93,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
93
  requirements:
96
94
  - - ">="
97
95
  - !ruby/object:Gem::Version
98
- version: '2.7'
96
+ version: '3.0'
99
97
  required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  requirements:
101
99
  - - ">="
102
100
  - !ruby/object:Gem::Version
103
101
  version: '0'
104
102
  requirements: []
105
- rubygems_version: 3.5.23
106
- signing_key:
103
+ rubygems_version: 3.6.2
107
104
  specification_version: 4
108
105
  summary: Manages your Cloud Monitoring data and configurations. Most projects must
109
106
  be associated with a Workspace, with a few exceptions as noted on the individual