google-cloud-service_directory-v1beta1 0.11.1 → 0.12.1
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/service_directory/v1beta1/bindings_override.rb +102 -0
- data/lib/google/cloud/service_directory/v1beta1/lookup_service/client.rb +19 -2
- data/lib/google/cloud/service_directory/v1beta1/lookup_service/rest/client.rb +27 -2
- data/lib/google/cloud/service_directory/v1beta1/lookup_service/rest.rb +1 -0
- data/lib/google/cloud/service_directory/v1beta1/registration_service/client.rb +33 -9
- data/lib/google/cloud/service_directory/v1beta1/registration_service/rest/client.rb +41 -9
- data/lib/google/cloud/service_directory/v1beta1/registration_service/rest/service_stub.rb +24 -0
- data/lib/google/cloud/service_directory/v1beta1/registration_service/rest.rb +1 -0
- data/lib/google/cloud/service_directory/v1beta1/rest.rb +1 -0
- data/lib/google/cloud/service_directory/v1beta1/version.rb +1 -1
- data/lib/google/cloud/servicedirectory/v1beta1/endpoint_pb.rb +1 -1
- data/lib/google/cloud/servicedirectory/v1beta1/lookup_service_pb.rb +2 -2
- data/lib/google/cloud/servicedirectory/v1beta1/namespace_pb.rb +1 -1
- data/lib/google/cloud/servicedirectory/v1beta1/registration_service_pb.rb +1 -1
- data/lib/google/cloud/servicedirectory/v1beta1/registration_service_services_pb.rb +4 -3
- data/lib/google/cloud/servicedirectory/v1beta1/service_pb.rb +1 -1
- data/proto_docs/google/cloud/servicedirectory/v1beta1/endpoint.rb +8 -7
- data/proto_docs/google/cloud/servicedirectory/v1beta1/lookup_service.rb +9 -4
- data/proto_docs/google/cloud/servicedirectory/v1beta1/namespace.rb +4 -0
- data/proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb +52 -25
- data/proto_docs/google/cloud/servicedirectory/v1beta1/service.rb +9 -8
- data/proto_docs/google/iam/v1/policy.rb +8 -4
- data/proto_docs/google/protobuf/any.rb +144 -0
- metadata +24 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09acdbc139b426b60f09d948838bafb59eed622640801b68e9db27e5ce107e35'
|
4
|
+
data.tar.gz: 871a3a13abfda986a228163014ecd9549d6f83ff23c627e16e847328b96e1190
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56d4e06c57c87acb04caa3aeb4a301d8c9d4a6b7c3d87b731ed899e50424c5ca0eaed96932c0c29d41375deeadc7f41c38a45ee0e53c2adb0607c9dabcc41811
|
7
|
+
data.tar.gz: 18ee91c1c9a417b5d0870cc8814e359ed7a3b7cde2a00fa85028a4150bc9fa2f6a7ddfc497f8c3fbf8a77f327a23e081bc7ae2be48c14252a9e8a90ddc6a9c84
|
@@ -0,0 +1,102 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2023 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "gapic/config"
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Cloud
|
23
|
+
module ServiceDirectory
|
24
|
+
##
|
25
|
+
# @example Loading just the REST part of this package, including all its services, and instantiating a REST client
|
26
|
+
#
|
27
|
+
# require "google/cloud/service_directory/v1beta1/rest"
|
28
|
+
# client = ::Google::Cloud::ServiceDirectory::V1beta1::LookupService::Rest::Client.new
|
29
|
+
#
|
30
|
+
module V1beta1
|
31
|
+
##
|
32
|
+
# @private
|
33
|
+
# Initialize the mixin bindings configuration
|
34
|
+
#
|
35
|
+
def self.configure
|
36
|
+
@configure ||= begin
|
37
|
+
namespace = ["Google", "Cloud", "ServiceDirectory"]
|
38
|
+
parent_config = while namespace.any?
|
39
|
+
parent_name = namespace.join "::"
|
40
|
+
parent_const = const_get parent_name
|
41
|
+
break parent_const.configure if parent_const.respond_to? :configure
|
42
|
+
namespace.pop
|
43
|
+
end
|
44
|
+
|
45
|
+
default_config = Configuration.new parent_config
|
46
|
+
default_config.bindings_override["google.cloud.location.Locations.GetLocation"] = [
|
47
|
+
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
48
|
+
uri_method: :get,
|
49
|
+
uri_template: "/v1beta1/{name}",
|
50
|
+
matches: [
|
51
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/?$}, false]
|
52
|
+
],
|
53
|
+
body: nil
|
54
|
+
)
|
55
|
+
]
|
56
|
+
default_config.bindings_override["google.cloud.location.Locations.ListLocations"] = [
|
57
|
+
|
58
|
+
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
59
|
+
uri_method: :get,
|
60
|
+
uri_template: "/v1beta1/{name}/locations",
|
61
|
+
matches: [
|
62
|
+
["name", %r{^projects/[^/]+/?$}, false]
|
63
|
+
],
|
64
|
+
body: nil
|
65
|
+
)
|
66
|
+
]
|
67
|
+
default_config
|
68
|
+
end
|
69
|
+
yield @configure if block_given?
|
70
|
+
@configure
|
71
|
+
end
|
72
|
+
|
73
|
+
##
|
74
|
+
# @private
|
75
|
+
# Configuration class for the google.cloud.servicedirectory.v1beta1 package.
|
76
|
+
#
|
77
|
+
# This class contains common configuration for all services
|
78
|
+
# of the google.cloud.servicedirectory.v1beta1 package.
|
79
|
+
#
|
80
|
+
# This configuration is for internal use of the client library classes,
|
81
|
+
# and it is not intended that the end-users will read or change it.
|
82
|
+
#
|
83
|
+
class Configuration
|
84
|
+
extend ::Gapic::Config
|
85
|
+
|
86
|
+
# @private
|
87
|
+
# Overrides for http bindings for the RPC of the mixins for this package.
|
88
|
+
# Services in this package should use these when creating clients for the mixin services.
|
89
|
+
# @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
|
90
|
+
config_attr :bindings_override, {}, ::Hash, nil
|
91
|
+
|
92
|
+
# @private
|
93
|
+
def initialize parent_config = nil
|
94
|
+
@parent_config = parent_config unless parent_config.nil?
|
95
|
+
|
96
|
+
yield self if block_given?
|
97
|
+
end
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|
102
|
+
end
|
@@ -18,6 +18,7 @@
|
|
18
18
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/servicedirectory/v1beta1/lookup_service_pb"
|
21
|
+
require "google/cloud/location"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -138,6 +139,12 @@ module Google
|
|
138
139
|
@quota_project_id = @config.quota_project
|
139
140
|
@quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
|
140
141
|
|
142
|
+
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
143
|
+
config.credentials = credentials
|
144
|
+
config.quota_project = @quota_project_id
|
145
|
+
config.endpoint = @config.endpoint
|
146
|
+
end
|
147
|
+
|
141
148
|
@lookup_service_stub = ::Gapic::ServiceStub.new(
|
142
149
|
::Google::Cloud::ServiceDirectory::V1beta1::LookupService::Stub,
|
143
150
|
credentials: credentials,
|
@@ -147,6 +154,13 @@ module Google
|
|
147
154
|
)
|
148
155
|
end
|
149
156
|
|
157
|
+
##
|
158
|
+
# Get the associated client for mix-in of the Locations.
|
159
|
+
#
|
160
|
+
# @return [Google::Cloud::Location::Locations::Client]
|
161
|
+
#
|
162
|
+
attr_reader :location_client
|
163
|
+
|
150
164
|
# Service calls
|
151
165
|
|
152
166
|
##
|
@@ -172,8 +186,8 @@ module Google
|
|
172
186
|
# @param name [::String]
|
173
187
|
# Required. The name of the service to resolve.
|
174
188
|
# @param max_endpoints [::Integer]
|
175
|
-
# Optional. The maximum number of endpoints to return. Defaults to 25.
|
176
|
-
# If a value less than one is specified, the Default is used.
|
189
|
+
# Optional. The maximum number of endpoints to return. Defaults to 25.
|
190
|
+
# Maximum is 100. If a value less than one is specified, the Default is used.
|
177
191
|
# If a value greater than the Maximum is specified, the Maximum is used.
|
178
192
|
# @param endpoint_filter [::String]
|
179
193
|
# Optional. The filter applied to the endpoints of the resolved service.
|
@@ -200,6 +214,9 @@ module Google
|
|
200
214
|
# `name>projects/my-project/locations/us-east1/namespaces/my-namespace/services/my-service/endpoints/endpoint-c`
|
201
215
|
# returns endpoints that have name that is alphabetically later than the
|
202
216
|
# string, so "endpoint-e" is returned but "endpoint-a" is not
|
217
|
+
# *
|
218
|
+
# `name=projects/my-project/locations/us-central1/namespaces/my-namespace/services/my-service/endpoints/ep-1`
|
219
|
+
# returns the endpoint that has an endpoint_id equal to `ep-1`
|
203
220
|
# * `metadata.owner!=sd AND metadata.foo=bar` returns endpoints that have
|
204
221
|
# `owner` in annotation key but value is not `sd` AND have key/value
|
205
222
|
# `foo=bar`
|
@@ -19,6 +19,7 @@
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/servicedirectory/v1beta1/lookup_service_pb"
|
21
21
|
require "google/cloud/service_directory/v1beta1/lookup_service/rest/service_stub"
|
22
|
+
require "google/cloud/location/rest"
|
22
23
|
|
23
24
|
module Google
|
24
25
|
module Cloud
|
@@ -135,9 +136,23 @@ module Google
|
|
135
136
|
@quota_project_id = @config.quota_project
|
136
137
|
@quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
|
137
138
|
|
139
|
+
@location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
|
140
|
+
config.credentials = credentials
|
141
|
+
config.quota_project = @quota_project_id
|
142
|
+
config.endpoint = @config.endpoint
|
143
|
+
config.bindings_override = @config.bindings_override
|
144
|
+
end
|
145
|
+
|
138
146
|
@lookup_service_stub = ::Google::Cloud::ServiceDirectory::V1beta1::LookupService::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
139
147
|
end
|
140
148
|
|
149
|
+
##
|
150
|
+
# Get the associated client for mix-in of the Locations.
|
151
|
+
#
|
152
|
+
# @return [Google::Cloud::Location::Locations::Rest::Client]
|
153
|
+
#
|
154
|
+
attr_reader :location_client
|
155
|
+
|
141
156
|
# Service calls
|
142
157
|
|
143
158
|
##
|
@@ -163,8 +178,8 @@ module Google
|
|
163
178
|
# @param name [::String]
|
164
179
|
# Required. The name of the service to resolve.
|
165
180
|
# @param max_endpoints [::Integer]
|
166
|
-
# Optional. The maximum number of endpoints to return. Defaults to 25.
|
167
|
-
# If a value less than one is specified, the Default is used.
|
181
|
+
# Optional. The maximum number of endpoints to return. Defaults to 25.
|
182
|
+
# Maximum is 100. If a value less than one is specified, the Default is used.
|
168
183
|
# If a value greater than the Maximum is specified, the Maximum is used.
|
169
184
|
# @param endpoint_filter [::String]
|
170
185
|
# Optional. The filter applied to the endpoints of the resolved service.
|
@@ -191,6 +206,9 @@ module Google
|
|
191
206
|
# `name>projects/my-project/locations/us-east1/namespaces/my-namespace/services/my-service/endpoints/endpoint-c`
|
192
207
|
# returns endpoints that have name that is alphabetically later than the
|
193
208
|
# string, so "endpoint-e" is returned but "endpoint-a" is not
|
209
|
+
# *
|
210
|
+
# `name=projects/my-project/locations/us-central1/namespaces/my-namespace/services/my-service/endpoints/ep-1`
|
211
|
+
# returns the endpoint that has an endpoint_id equal to `ep-1`
|
194
212
|
# * `metadata.owner!=sd AND metadata.foo=bar` returns endpoints that have
|
195
213
|
# `owner` in annotation key but value is not `sd` AND have key/value
|
196
214
|
# `foo=bar`
|
@@ -330,6 +348,13 @@ module Google
|
|
330
348
|
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
331
349
|
config_attr :quota_project, nil, ::String, nil
|
332
350
|
|
351
|
+
# @private
|
352
|
+
# Overrides for http bindings for the RPCs of this service
|
353
|
+
# are only used when this service is used as mixin, and only
|
354
|
+
# by the host service.
|
355
|
+
# @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
|
356
|
+
config_attr :bindings_override, {}, ::Hash, nil
|
357
|
+
|
333
358
|
# @private
|
334
359
|
def initialize parent_config = nil
|
335
360
|
@parent_config = parent_config unless parent_config.nil?
|
@@ -21,6 +21,7 @@ require "gapic/config"
|
|
21
21
|
require "gapic/config/method"
|
22
22
|
|
23
23
|
require "google/cloud/service_directory/v1beta1/version"
|
24
|
+
require "google/cloud/service_directory/v1beta1/bindings_override"
|
24
25
|
|
25
26
|
require "google/cloud/service_directory/v1beta1/lookup_service/credentials"
|
26
27
|
require "google/cloud/service_directory/v1beta1/lookup_service/paths"
|
@@ -18,6 +18,7 @@
|
|
18
18
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/servicedirectory/v1beta1/registration_service_pb"
|
21
|
+
require "google/cloud/location"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -152,6 +153,12 @@ module Google
|
|
152
153
|
@quota_project_id = @config.quota_project
|
153
154
|
@quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
|
154
155
|
|
156
|
+
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
157
|
+
config.credentials = credentials
|
158
|
+
config.quota_project = @quota_project_id
|
159
|
+
config.endpoint = @config.endpoint
|
160
|
+
end
|
161
|
+
|
155
162
|
@registration_service_stub = ::Gapic::ServiceStub.new(
|
156
163
|
::Google::Cloud::ServiceDirectory::V1beta1::RegistrationService::Stub,
|
157
164
|
credentials: credentials,
|
@@ -161,6 +168,13 @@ module Google
|
|
161
168
|
)
|
162
169
|
end
|
163
170
|
|
171
|
+
##
|
172
|
+
# Get the associated client for mix-in of the Locations.
|
173
|
+
#
|
174
|
+
# @return [Google::Cloud::Location::Locations::Client]
|
175
|
+
#
|
176
|
+
attr_reader :location_client
|
177
|
+
|
164
178
|
# Service calls
|
165
179
|
|
166
180
|
##
|
@@ -278,19 +292,21 @@ module Google
|
|
278
292
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
279
293
|
#
|
280
294
|
# @param parent [::String]
|
281
|
-
# Required. The resource name of the project and location whose namespaces
|
282
|
-
# to list.
|
295
|
+
# Required. The resource name of the project and location whose namespaces
|
296
|
+
# you'd like to list.
|
283
297
|
# @param page_size [::Integer]
|
284
298
|
# Optional. The maximum number of items to return.
|
285
299
|
# @param page_token [::String]
|
286
|
-
# Optional. The next_page_token value returned from a previous List request,
|
300
|
+
# Optional. The next_page_token value returned from a previous List request,
|
301
|
+
# if any.
|
287
302
|
# @param filter [::String]
|
288
303
|
# Optional. The filter to list results by.
|
289
304
|
#
|
290
305
|
# General `filter` string syntax:
|
291
306
|
# `<field> <operator> <value> (<logical connector>)`
|
292
307
|
#
|
293
|
-
# * `<field>` can be `name
|
308
|
+
# * `<field>` can be `name`, `labels.<key>` for map field, or
|
309
|
+
# `attributes.<field>` for attributes field
|
294
310
|
# * `<operator>` can be `<`, `>`, `<=`, `>=`, `!=`, `=`, `:`. Of which `:`
|
295
311
|
# means `HAS`, and is roughly the same as `=`
|
296
312
|
# * `<value>` must be the same data type as field
|
@@ -309,6 +325,8 @@ module Google
|
|
309
325
|
# * `doesnotexist.foo=bar` returns an empty list. Note that namespace
|
310
326
|
# doesn't have a field called "doesnotexist". Since the filter does not
|
311
327
|
# match any namespaces, it returns no results
|
328
|
+
# * `attributes.managed_registration=true` returns namespaces that are
|
329
|
+
# managed by a GCP product or service
|
312
330
|
#
|
313
331
|
# For more information about filtering, see
|
314
332
|
# [API Filtering](https://aip.dev/160).
|
@@ -800,6 +818,9 @@ module Google
|
|
800
818
|
# * `doesnotexist.foo=bar` returns an empty list. Note that service
|
801
819
|
# doesn't have a field called "doesnotexist". Since the filter does not
|
802
820
|
# match any services, it returns no results
|
821
|
+
# * `attributes.managed_registration=true` returns services that are
|
822
|
+
# managed
|
823
|
+
# by a GCP product or service
|
803
824
|
#
|
804
825
|
# For more information about filtering, see
|
805
826
|
# [API Filtering](https://aip.dev/160).
|
@@ -1269,8 +1290,8 @@ module Google
|
|
1269
1290
|
# General `filter` string syntax:
|
1270
1291
|
# `<field> <operator> <value> (<logical connector>)`
|
1271
1292
|
#
|
1272
|
-
# * `<field>` can be `name`, `address`, `port`,
|
1273
|
-
# field
|
1293
|
+
# * `<field>` can be `name`, `address`, `port`, `metadata.<key>` for map
|
1294
|
+
# field, or `attributes.<field>` for attributes field
|
1274
1295
|
# * `<operator>` can be `<`, `>`, `<=`, `>=`, `!=`, `=`, `:`. Of which `:`
|
1275
1296
|
# means `HAS`, and is roughly the same as `=`
|
1276
1297
|
# * `<value>` must be the same data type as field
|
@@ -1294,6 +1315,8 @@ module Google
|
|
1294
1315
|
# * `doesnotexist.foo=bar` returns an empty list. Note that endpoint
|
1295
1316
|
# doesn't have a field called "doesnotexist". Since the filter does not
|
1296
1317
|
# match any endpoints, it returns no results
|
1318
|
+
# * `attributes.kubernetes_resource_type=KUBERNETES_RESOURCE_TYPE_CLUSTER_
|
1319
|
+
# IP` returns endpoints with the corresponding kubernetes_resource_type
|
1297
1320
|
#
|
1298
1321
|
# For more information about filtering, see
|
1299
1322
|
# [API Filtering](https://aip.dev/160).
|
@@ -1636,7 +1659,7 @@ module Google
|
|
1636
1659
|
end
|
1637
1660
|
|
1638
1661
|
##
|
1639
|
-
# Gets the IAM Policy for a resource
|
1662
|
+
# Gets the IAM Policy for a resource
|
1640
1663
|
#
|
1641
1664
|
# @overload get_iam_policy(request, options = nil)
|
1642
1665
|
# Pass arguments to `get_iam_policy` via a request object, either of type
|
@@ -1725,7 +1748,7 @@ module Google
|
|
1725
1748
|
end
|
1726
1749
|
|
1727
1750
|
##
|
1728
|
-
# Sets the IAM Policy for a resource
|
1751
|
+
# Sets the IAM Policy for a resource
|
1729
1752
|
#
|
1730
1753
|
# @overload set_iam_policy(request, options = nil)
|
1731
1754
|
# Pass arguments to `set_iam_policy` via a request object, either of type
|
@@ -1822,7 +1845,8 @@ module Google
|
|
1822
1845
|
end
|
1823
1846
|
|
1824
1847
|
##
|
1825
|
-
# Tests IAM permissions for a resource (namespace or
|
1848
|
+
# Tests IAM permissions for a resource (namespace, service or
|
1849
|
+
# service workload only).
|
1826
1850
|
#
|
1827
1851
|
# @overload test_iam_permissions(request, options = nil)
|
1828
1852
|
# Pass arguments to `test_iam_permissions` via a request object, either of type
|
@@ -19,6 +19,7 @@
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/servicedirectory/v1beta1/registration_service_pb"
|
21
21
|
require "google/cloud/service_directory/v1beta1/registration_service/rest/service_stub"
|
22
|
+
require "google/cloud/location/rest"
|
22
23
|
|
23
24
|
module Google
|
24
25
|
module Cloud
|
@@ -149,9 +150,23 @@ module Google
|
|
149
150
|
@quota_project_id = @config.quota_project
|
150
151
|
@quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
|
151
152
|
|
153
|
+
@location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
|
154
|
+
config.credentials = credentials
|
155
|
+
config.quota_project = @quota_project_id
|
156
|
+
config.endpoint = @config.endpoint
|
157
|
+
config.bindings_override = @config.bindings_override
|
158
|
+
end
|
159
|
+
|
152
160
|
@registration_service_stub = ::Google::Cloud::ServiceDirectory::V1beta1::RegistrationService::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
153
161
|
end
|
154
162
|
|
163
|
+
##
|
164
|
+
# Get the associated client for mix-in of the Locations.
|
165
|
+
#
|
166
|
+
# @return [Google::Cloud::Location::Locations::Rest::Client]
|
167
|
+
#
|
168
|
+
attr_reader :location_client
|
169
|
+
|
155
170
|
# Service calls
|
156
171
|
|
157
172
|
##
|
@@ -246,19 +261,21 @@ module Google
|
|
246
261
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
247
262
|
#
|
248
263
|
# @param parent [::String]
|
249
|
-
# Required. The resource name of the project and location whose namespaces
|
250
|
-
# to list.
|
264
|
+
# Required. The resource name of the project and location whose namespaces
|
265
|
+
# you'd like to list.
|
251
266
|
# @param page_size [::Integer]
|
252
267
|
# Optional. The maximum number of items to return.
|
253
268
|
# @param page_token [::String]
|
254
|
-
# Optional. The next_page_token value returned from a previous List request,
|
269
|
+
# Optional. The next_page_token value returned from a previous List request,
|
270
|
+
# if any.
|
255
271
|
# @param filter [::String]
|
256
272
|
# Optional. The filter to list results by.
|
257
273
|
#
|
258
274
|
# General `filter` string syntax:
|
259
275
|
# `<field> <operator> <value> (<logical connector>)`
|
260
276
|
#
|
261
|
-
# * `<field>` can be `name
|
277
|
+
# * `<field>` can be `name`, `labels.<key>` for map field, or
|
278
|
+
# `attributes.<field>` for attributes field
|
262
279
|
# * `<operator>` can be `<`, `>`, `<=`, `>=`, `!=`, `=`, `:`. Of which `:`
|
263
280
|
# means `HAS`, and is roughly the same as `=`
|
264
281
|
# * `<value>` must be the same data type as field
|
@@ -277,6 +294,8 @@ module Google
|
|
277
294
|
# * `doesnotexist.foo=bar` returns an empty list. Note that namespace
|
278
295
|
# doesn't have a field called "doesnotexist". Since the filter does not
|
279
296
|
# match any namespaces, it returns no results
|
297
|
+
# * `attributes.managed_registration=true` returns namespaces that are
|
298
|
+
# managed by a GCP product or service
|
280
299
|
#
|
281
300
|
# For more information about filtering, see
|
282
301
|
# [API Filtering](https://aip.dev/160).
|
@@ -649,6 +668,9 @@ module Google
|
|
649
668
|
# * `doesnotexist.foo=bar` returns an empty list. Note that service
|
650
669
|
# doesn't have a field called "doesnotexist". Since the filter does not
|
651
670
|
# match any services, it returns no results
|
671
|
+
# * `attributes.managed_registration=true` returns services that are
|
672
|
+
# managed
|
673
|
+
# by a GCP product or service
|
652
674
|
#
|
653
675
|
# For more information about filtering, see
|
654
676
|
# [API Filtering](https://aip.dev/160).
|
@@ -999,8 +1021,8 @@ module Google
|
|
999
1021
|
# General `filter` string syntax:
|
1000
1022
|
# `<field> <operator> <value> (<logical connector>)`
|
1001
1023
|
#
|
1002
|
-
# * `<field>` can be `name`, `address`, `port`,
|
1003
|
-
# field
|
1024
|
+
# * `<field>` can be `name`, `address`, `port`, `metadata.<key>` for map
|
1025
|
+
# field, or `attributes.<field>` for attributes field
|
1004
1026
|
# * `<operator>` can be `<`, `>`, `<=`, `>=`, `!=`, `=`, `:`. Of which `:`
|
1005
1027
|
# means `HAS`, and is roughly the same as `=`
|
1006
1028
|
# * `<value>` must be the same data type as field
|
@@ -1024,6 +1046,8 @@ module Google
|
|
1024
1046
|
# * `doesnotexist.foo=bar` returns an empty list. Note that endpoint
|
1025
1047
|
# doesn't have a field called "doesnotexist". Since the filter does not
|
1026
1048
|
# match any endpoints, it returns no results
|
1049
|
+
# * `attributes.kubernetes_resource_type=KUBERNETES_RESOURCE_TYPE_CLUSTER_
|
1050
|
+
# IP` returns endpoints with the corresponding kubernetes_resource_type
|
1027
1051
|
#
|
1028
1052
|
# For more information about filtering, see
|
1029
1053
|
# [API Filtering](https://aip.dev/160).
|
@@ -1270,7 +1294,7 @@ module Google
|
|
1270
1294
|
end
|
1271
1295
|
|
1272
1296
|
##
|
1273
|
-
# Gets the IAM Policy for a resource
|
1297
|
+
# Gets the IAM Policy for a resource
|
1274
1298
|
#
|
1275
1299
|
# @overload get_iam_policy(request, options = nil)
|
1276
1300
|
# Pass arguments to `get_iam_policy` via a request object, either of type
|
@@ -1336,7 +1360,7 @@ module Google
|
|
1336
1360
|
end
|
1337
1361
|
|
1338
1362
|
##
|
1339
|
-
# Sets the IAM Policy for a resource
|
1363
|
+
# Sets the IAM Policy for a resource
|
1340
1364
|
#
|
1341
1365
|
# @overload set_iam_policy(request, options = nil)
|
1342
1366
|
# Pass arguments to `set_iam_policy` via a request object, either of type
|
@@ -1410,7 +1434,8 @@ module Google
|
|
1410
1434
|
end
|
1411
1435
|
|
1412
1436
|
##
|
1413
|
-
# Tests IAM permissions for a resource (namespace or
|
1437
|
+
# Tests IAM permissions for a resource (namespace, service or
|
1438
|
+
# service workload only).
|
1414
1439
|
#
|
1415
1440
|
# @overload test_iam_permissions(request, options = nil)
|
1416
1441
|
# Pass arguments to `test_iam_permissions` via a request object, either of type
|
@@ -1565,6 +1590,13 @@ module Google
|
|
1565
1590
|
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
1566
1591
|
config_attr :quota_project, nil, ::String, nil
|
1567
1592
|
|
1593
|
+
# @private
|
1594
|
+
# Overrides for http bindings for the RPCs of this service
|
1595
|
+
# are only used when this service is used as mixin, and only
|
1596
|
+
# by the host service.
|
1597
|
+
# @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
|
1598
|
+
config_attr :bindings_override, {}, ::Hash, nil
|
1599
|
+
|
1568
1600
|
# @private
|
1569
1601
|
def initialize parent_config = nil
|
1570
1602
|
@parent_config = parent_config unless parent_config.nil?
|
@@ -1072,6 +1072,14 @@ module Google
|
|
1072
1072
|
["resource", %r{^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/services/[^/]+/?$}, false]
|
1073
1073
|
]
|
1074
1074
|
)
|
1075
|
+
.with_bindings(
|
1076
|
+
uri_method: :post,
|
1077
|
+
uri_template: "/v1beta1/{resource}:getIamPolicy",
|
1078
|
+
body: "*",
|
1079
|
+
matches: [
|
1080
|
+
["resource", %r{^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/workloads/[^/]+/?$}, false]
|
1081
|
+
]
|
1082
|
+
)
|
1075
1083
|
transcoder.transcode request_pb
|
1076
1084
|
end
|
1077
1085
|
|
@@ -1102,6 +1110,14 @@ module Google
|
|
1102
1110
|
["resource", %r{^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/services/[^/]+/?$}, false]
|
1103
1111
|
]
|
1104
1112
|
)
|
1113
|
+
.with_bindings(
|
1114
|
+
uri_method: :post,
|
1115
|
+
uri_template: "/v1beta1/{resource}:setIamPolicy",
|
1116
|
+
body: "*",
|
1117
|
+
matches: [
|
1118
|
+
["resource", %r{^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/workloads/[^/]+/?$}, false]
|
1119
|
+
]
|
1120
|
+
)
|
1105
1121
|
transcoder.transcode request_pb
|
1106
1122
|
end
|
1107
1123
|
|
@@ -1132,6 +1148,14 @@ module Google
|
|
1132
1148
|
["resource", %r{^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/services/[^/]+/?$}, false]
|
1133
1149
|
]
|
1134
1150
|
)
|
1151
|
+
.with_bindings(
|
1152
|
+
uri_method: :post,
|
1153
|
+
uri_template: "/v1beta1/{resource}:testIamPermissions",
|
1154
|
+
body: "*",
|
1155
|
+
matches: [
|
1156
|
+
["resource", %r{^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/workloads/[^/]+/?$}, false]
|
1157
|
+
]
|
1158
|
+
)
|
1135
1159
|
transcoder.transcode request_pb
|
1136
1160
|
end
|
1137
1161
|
end
|
@@ -21,6 +21,7 @@ require "gapic/config"
|
|
21
21
|
require "gapic/config/method"
|
22
22
|
|
23
23
|
require "google/cloud/service_directory/v1beta1/version"
|
24
|
+
require "google/cloud/service_directory/v1beta1/bindings_override"
|
24
25
|
|
25
26
|
require "google/cloud/service_directory/v1beta1/registration_service/credentials"
|
26
27
|
require "google/cloud/service_directory/v1beta1/registration_service/paths"
|
@@ -18,6 +18,7 @@
|
|
18
18
|
|
19
19
|
require "google/cloud/service_directory/v1beta1/lookup_service/rest"
|
20
20
|
require "google/cloud/service_directory/v1beta1/registration_service/rest"
|
21
|
+
require "google/cloud/service_directory/v1beta1/bindings_override"
|
21
22
|
require "google/cloud/service_directory/v1beta1/version"
|
22
23
|
|
23
24
|
module Google
|
@@ -9,7 +9,7 @@ require 'google/api/resource_pb'
|
|
9
9
|
require 'google/protobuf/timestamp_pb'
|
10
10
|
|
11
11
|
|
12
|
-
descriptor_data = "\n4google/cloud/servicedirectory/v1beta1/endpoint.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
12
|
+
descriptor_data = "\n4google/cloud/servicedirectory/v1beta1/endpoint.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa6\x04\n\x08\x45ndpoint\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x05\x12\x14\n\x07\x61\x64\x64ress\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x11\n\x04port\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12T\n\x08metadata\x18\x04 \x03(\x0b\x32=.google.cloud.servicedirectory.v1beta1.Endpoint.MetadataEntryB\x03\xe0\x41\x01\x12@\n\x07network\x18\x05 \x01(\tB/\xe0\x41\x05\xfa\x41)\n\'servicedirectory.googleapis.com/Network\x12\x34\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x08 \x01(\tB\x03\xe0\x41\x03\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x96\x01\xea\x41\x92\x01\n(servicedirectory.googleapis.com/Endpoint\x12\x66projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint}B\xf5\x02\n)com.google.cloud.servicedirectory.v1beta1B\rEndpointProtoP\x01ZUcloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb;servicedirectorypb\xf8\x01\x01\xaa\x02%Google.Cloud.ServiceDirectory.V1Beta1\xca\x02%Google\\Cloud\\ServiceDirectory\\V1beta1\xea\x02(Google::Cloud::ServiceDirectory::V1beta1\xea\x41\x61\n\'servicedirectory.googleapis.com/Network\x12\x36projects/{project}/locations/global/networks/{network}b\x06proto3"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
|
@@ -5,13 +5,13 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
require 'google/api/annotations_pb'
|
8
|
+
require 'google/api/client_pb'
|
8
9
|
require 'google/api/field_behavior_pb'
|
9
10
|
require 'google/api/resource_pb'
|
10
11
|
require 'google/cloud/servicedirectory/v1beta1/service_pb'
|
11
|
-
require 'google/api/client_pb'
|
12
12
|
|
13
13
|
|
14
|
-
descriptor_data = "\n:google/cloud/servicedirectory/v1beta1/lookup_service.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x33google/cloud/servicedirectory/v1beta1/service.proto\
|
14
|
+
descriptor_data = "\n:google/cloud/servicedirectory/v1beta1/lookup_service.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x33google/cloud/servicedirectory/v1beta1/service.proto\"\x90\x01\n\x15ResolveServiceRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'servicedirectory.googleapis.com/Service\x12\x1a\n\rmax_endpoints\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x1c\n\x0f\x65ndpoint_filter\x18\x03 \x01(\tB\x03\xe0\x41\x01\"Y\n\x16ResolveServiceResponse\x12?\n\x07service\x18\x01 \x01(\x0b\x32..google.cloud.servicedirectory.v1beta1.Service2\xc7\x02\n\rLookupService\x12\xe0\x01\n\x0eResolveService\x12<.google.cloud.servicedirectory.v1beta1.ResolveServiceRequest\x1a=.google.cloud.servicedirectory.v1beta1.ResolveServiceResponse\"Q\x82\xd3\xe4\x93\x02K\"F/v1beta1/{name=projects/*/locations/*/namespaces/*/services/*}:resolve:\x01*\x1aS\xca\x41\x1fservicedirectory.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x96\x02\n)com.google.cloud.servicedirectory.v1beta1B\x12LookupServiceProtoP\x01ZUcloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb;servicedirectorypb\xf8\x01\x01\xaa\x02%Google.Cloud.ServiceDirectory.V1Beta1\xca\x02%Google\\Cloud\\ServiceDirectory\\V1beta1\xea\x02(Google::Cloud::ServiceDirectory::V1beta1b\x06proto3"
|
15
15
|
|
16
16
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
17
17
|
|
@@ -9,7 +9,7 @@ require 'google/api/resource_pb'
|
|
9
9
|
require 'google/protobuf/timestamp_pb'
|
10
10
|
|
11
11
|
|
12
|
-
descriptor_data = "\n5google/cloud/servicedirectory/v1beta1/namespace.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
12
|
+
descriptor_data = "\n5google/cloud/servicedirectory/v1beta1/namespace.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x8e\x03\n\tNamespace\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x05\x12Q\n\x06labels\x18\x02 \x03(\x0b\x32<.google.cloud.servicedirectory.v1beta1.Namespace.LabelsEntryB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x06 \x01(\tB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:n\xea\x41k\n)servicedirectory.googleapis.com/Namespace\x12>projects/{project}/locations/{location}/namespaces/{namespace}B\x92\x02\n)com.google.cloud.servicedirectory.v1beta1B\x0eNamespaceProtoP\x01ZUcloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb;servicedirectorypb\xf8\x01\x01\xaa\x02%Google.Cloud.ServiceDirectory.V1Beta1\xca\x02%Google\\Cloud\\ServiceDirectory\\V1beta1\xea\x02(Google::Cloud::ServiceDirectory::V1beta1b\x06proto3"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
|