google-cloud-gke_multi_cloud-v1 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/client.rb +10 -1
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/operations.rb +10 -1
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/client.rb +10 -1
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/operations.rb +10 -1
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/client.rb +10 -1
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/operations.rb +10 -1
- data/lib/google/cloud/gke_multi_cloud/v1/version.rb +1 -1
- data/proto_docs/google/api/field_behavior.rb +14 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54678eb55c16a6d56112db4b5ad4a183dc93631661c4482ee95c45292f2f2c54
|
4
|
+
data.tar.gz: 52feb6b37efb467f2951e9f01070ffb2bdd2fa3e295e2fb608d51ef54dc7f955
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 131b75cf08765233869207677601733b1de344b164d2d7bdb7cde0c22910f77d09b4850f01ee5084414ab9714500eb42794b4c2f06429d6d0b22ed50b4cd75da
|
7
|
+
data.tar.gz: bc997c36e530db9fa2b790a51c9c378ad5448ef17c59bd4fbfd327cbfa89ef960713241f610374931f67cb34ecd3e9d820e1386b033196d23b101ce8f109733d
|
@@ -174,7 +174,8 @@ module Google
|
|
174
174
|
credentials: credentials,
|
175
175
|
endpoint: @config.endpoint,
|
176
176
|
channel_args: @config.channel_args,
|
177
|
-
interceptors: @config.interceptors
|
177
|
+
interceptors: @config.interceptors,
|
178
|
+
channel_pool_config: @config.channel_pool
|
178
179
|
)
|
179
180
|
end
|
180
181
|
|
@@ -1199,6 +1200,14 @@ module Google
|
|
1199
1200
|
end
|
1200
1201
|
end
|
1201
1202
|
|
1203
|
+
##
|
1204
|
+
# Configuration for the channel pool
|
1205
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
1206
|
+
#
|
1207
|
+
def channel_pool
|
1208
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
1209
|
+
end
|
1210
|
+
|
1202
1211
|
##
|
1203
1212
|
# Configuration RPC class for the AttachedClusters API.
|
1204
1213
|
#
|
@@ -93,7 +93,8 @@ module Google
|
|
93
93
|
credentials: credentials,
|
94
94
|
endpoint: @config.endpoint,
|
95
95
|
channel_args: @config.channel_args,
|
96
|
-
interceptors: @config.interceptors
|
96
|
+
interceptors: @config.interceptors,
|
97
|
+
channel_pool_config: @config.channel_pool
|
97
98
|
)
|
98
99
|
|
99
100
|
# Used by an LRO wrapper for some methods of this service
|
@@ -701,6 +702,14 @@ module Google
|
|
701
702
|
end
|
702
703
|
end
|
703
704
|
|
705
|
+
##
|
706
|
+
# Configuration for the channel pool
|
707
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
708
|
+
#
|
709
|
+
def channel_pool
|
710
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
711
|
+
end
|
712
|
+
|
704
713
|
##
|
705
714
|
# Configuration RPC class for the Operations API.
|
706
715
|
#
|
@@ -187,7 +187,8 @@ module Google
|
|
187
187
|
credentials: credentials,
|
188
188
|
endpoint: @config.endpoint,
|
189
189
|
channel_args: @config.channel_args,
|
190
|
-
interceptors: @config.interceptors
|
190
|
+
interceptors: @config.interceptors,
|
191
|
+
channel_pool_config: @config.channel_pool
|
191
192
|
)
|
192
193
|
end
|
193
194
|
|
@@ -1651,6 +1652,14 @@ module Google
|
|
1651
1652
|
end
|
1652
1653
|
end
|
1653
1654
|
|
1655
|
+
##
|
1656
|
+
# Configuration for the channel pool
|
1657
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
1658
|
+
#
|
1659
|
+
def channel_pool
|
1660
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
1661
|
+
end
|
1662
|
+
|
1654
1663
|
##
|
1655
1664
|
# Configuration RPC class for the AwsClusters API.
|
1656
1665
|
#
|
@@ -93,7 +93,8 @@ module Google
|
|
93
93
|
credentials: credentials,
|
94
94
|
endpoint: @config.endpoint,
|
95
95
|
channel_args: @config.channel_args,
|
96
|
-
interceptors: @config.interceptors
|
96
|
+
interceptors: @config.interceptors,
|
97
|
+
channel_pool_config: @config.channel_pool
|
97
98
|
)
|
98
99
|
|
99
100
|
# Used by an LRO wrapper for some methods of this service
|
@@ -701,6 +702,14 @@ module Google
|
|
701
702
|
end
|
702
703
|
end
|
703
704
|
|
705
|
+
##
|
706
|
+
# Configuration for the channel pool
|
707
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
708
|
+
#
|
709
|
+
def channel_pool
|
710
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
711
|
+
end
|
712
|
+
|
704
713
|
##
|
705
714
|
# Configuration RPC class for the Operations API.
|
706
715
|
#
|
@@ -201,7 +201,8 @@ module Google
|
|
201
201
|
credentials: credentials,
|
202
202
|
endpoint: @config.endpoint,
|
203
203
|
channel_args: @config.channel_args,
|
204
|
-
interceptors: @config.interceptors
|
204
|
+
interceptors: @config.interceptors,
|
205
|
+
channel_pool_config: @config.channel_pool
|
205
206
|
)
|
206
207
|
end
|
207
208
|
|
@@ -2088,6 +2089,14 @@ module Google
|
|
2088
2089
|
end
|
2089
2090
|
end
|
2090
2091
|
|
2092
|
+
##
|
2093
|
+
# Configuration for the channel pool
|
2094
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
2095
|
+
#
|
2096
|
+
def channel_pool
|
2097
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
2098
|
+
end
|
2099
|
+
|
2091
2100
|
##
|
2092
2101
|
# Configuration RPC class for the AzureClusters API.
|
2093
2102
|
#
|
@@ -93,7 +93,8 @@ module Google
|
|
93
93
|
credentials: credentials,
|
94
94
|
endpoint: @config.endpoint,
|
95
95
|
channel_args: @config.channel_args,
|
96
|
-
interceptors: @config.interceptors
|
96
|
+
interceptors: @config.interceptors,
|
97
|
+
channel_pool_config: @config.channel_pool
|
97
98
|
)
|
98
99
|
|
99
100
|
# Used by an LRO wrapper for some methods of this service
|
@@ -701,6 +702,14 @@ module Google
|
|
701
702
|
end
|
702
703
|
end
|
703
704
|
|
705
|
+
##
|
706
|
+
# Configuration for the channel pool
|
707
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
708
|
+
#
|
709
|
+
def channel_pool
|
710
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
711
|
+
end
|
712
|
+
|
704
713
|
##
|
705
714
|
# Configuration RPC class for the Operations API.
|
706
715
|
#
|
@@ -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-gke_multi_cloud-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.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-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
|
+
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.
|
29
|
+
version: 0.20.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
237
237
|
- !ruby/object:Gem::Version
|
238
238
|
version: '0'
|
239
239
|
requirements: []
|
240
|
-
rubygems_version: 3.4.
|
240
|
+
rubygems_version: 3.4.19
|
241
241
|
signing_key:
|
242
242
|
specification_version: 4
|
243
243
|
summary: Anthos Multi-Cloud provides a way to manage Kubernetes clusters that run
|