google-cloud-monitoring-metrics_scope-v1 0.3.1 → 0.4.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: 58bb59e3f61117016e1a42a69775d673a994d90632ee370c95b6f4126f147c6b
4
- data.tar.gz: c55cbac6e3627e5fc5b83b964e255e057464a0848d9b3f8c5b7c5d867cc2a45d
3
+ metadata.gz: 0d18b18065088fd2519f2ac9d40d04addd9d68ad3ee89121158c156c7d6e66af
4
+ data.tar.gz: a131fee280cb63c4eb83fc8e4e85dfee88f3dcbfca37d066176692725f3d8cdb
5
5
  SHA512:
6
- metadata.gz: 8f50fa012f9f2ad6d15cb03ea1cfa9510af8c6d733689eb54a1e9b015e894d6b14dd2e510c2d16631529158717026c6051007b631e33dd737aa1ac3cb420c388
7
- data.tar.gz: 62892147f7c05a22577d9cc2ac8d5d7908fb3296cabf3ea46a8060b3eb3f7fb8d7d6ecceff189bafb3c032a2fb0d584a4a398a976900db1488b38bf4cc88d9ed
6
+ metadata.gz: ca43ff7387e3f113f81e7a2ab4e9d98533a0c954f9f4f21119a5223695ec2d6361017bc3f5bcf99bd6ff53f6f9a9cb2949663de650905b7b0a4f7ce5ddabdc9e
7
+ data.tar.gz: 4fb7ae3ff8321337775e73597d3c18d99c50cc2b95af290fcf918a39f390bf5708aaee89899a7634b18d79d6dad9f4861b98b86b59ab938132ace98c470c29de
@@ -146,7 +146,8 @@ module Google
146
146
  credentials: credentials,
147
147
  endpoint: @config.endpoint,
148
148
  channel_args: @config.channel_args,
149
- interceptors: @config.interceptors
149
+ interceptors: @config.interceptors,
150
+ channel_pool_config: @config.channel_pool
150
151
  )
151
152
  end
152
153
 
@@ -647,6 +648,14 @@ module Google
647
648
  end
648
649
  end
649
650
 
651
+ ##
652
+ # Configuration for the channel pool
653
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
654
+ #
655
+ def channel_pool
656
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
657
+ end
658
+
650
659
  ##
651
660
  # Configuration RPC class for the MetricsScopes API.
652
661
  #
@@ -94,7 +94,8 @@ module Google
94
94
  credentials: credentials,
95
95
  endpoint: @config.endpoint,
96
96
  channel_args: @config.channel_args,
97
- interceptors: @config.interceptors
97
+ interceptors: @config.interceptors,
98
+ channel_pool_config: @config.channel_pool
98
99
  )
99
100
 
100
101
  # Used by an LRO wrapper for some methods of this service
@@ -702,6 +703,14 @@ module Google
702
703
  end
703
704
  end
704
705
 
706
+ ##
707
+ # Configuration for the channel pool
708
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
709
+ #
710
+ def channel_pool
711
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
712
+ end
713
+
705
714
  ##
706
715
  # Configuration RPC class for the Operations API.
707
716
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Monitoring
23
23
  module MetricsScope
24
24
  module V1
25
- VERSION = "0.3.1"
25
+ VERSION = "0.4.0"
26
26
  end
27
27
  end
28
28
  end
@@ -66,6 +66,20 @@ module Google
66
66
  # a non-empty value will be returned. The user will not be aware of what
67
67
  # non-empty value to expect.
68
68
  NON_EMPTY_DEFAULT = 7
69
+
70
+ # Denotes that the field in a resource (a message annotated with
71
+ # google.api.resource) is used in the resource name to uniquely identify the
72
+ # resource. For AIP-compliant APIs, this should only be applied to the
73
+ # `name` field on the resource.
74
+ #
75
+ # This behavior should not be applied to references to other resources within
76
+ # the message.
77
+ #
78
+ # The identifier field of resources often have different field behavior
79
+ # depending on the request it is embedded in (e.g. for Create methods name
80
+ # is optional and unused, while for Update methods it is required). Instead
81
+ # of method-specific annotations, only `IDENTIFIER` is required.
82
+ IDENTIFIER = 8
69
83
  end
70
84
  end
71
85
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring-metrics_scope-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.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-06-06 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.19.1
19
+ version: 0.20.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.19.1
29
+ version: 0.20.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  - !ruby/object:Gem::Version
215
215
  version: '0'
216
216
  requirements: []
217
- rubygems_version: 3.4.2
217
+ rubygems_version: 3.4.19
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: Manages your Cloud Monitoring data and configurations. Most projects must