google-cloud-filestore-v1 0.8.0 → 0.8.1

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: de7de31d204b942cee151560de8d936575c6f72fb72ddfa259c5a682e7b13285
4
- data.tar.gz: 75ebb484f1286ac1d75a5905709a769075f9aac610afcbef6f75eca53ac09fec
3
+ metadata.gz: 5d953c5e903dcbf882ff458b845a34bd298af089d9df655703548459c69f0092
4
+ data.tar.gz: 5363543eb52516a241d5221e1388f120fc95114a2844cb72cfc7ff222815fb1b
5
5
  SHA512:
6
- metadata.gz: c450c0d0d9ab34648a1118b4aa06f353254c27e6043624cfcdd4eea0ff0afe3200a7e6e48acde5359c8dcfc9407c7b2ecd29815b32bacc97a4162bdfd632caa6
7
- data.tar.gz: e818380f4c9945aa03f9f00b6297c4bf45a67eeddc20750508dab47cdb06d7a6155765c2132218f6c69a866b2c4ba7ee99ac0995d6bcb0309c0ec53238e29990
6
+ metadata.gz: 071f24ad96a113bc43764928c6ff01234cfe4d507e31f890a5475a1e21ba288519136eef0c3a79e6797b54937981609a37d9658790ac1e3733b195d4dacfb845
7
+ data.tar.gz: d1e0e6183896d875013e132f661dc72a803ec5ef525683a119ed4fb33d3a88b88d64d44667d3e177f850bfea7609eecfc87e569e19941f912ad4c202aaaa26d6
@@ -206,13 +206,6 @@ module Google
206
206
  config.universe_domain = @config.universe_domain
207
207
  end
208
208
 
209
- @location_client = Google::Cloud::Location::Locations::Client.new do |config|
210
- config.credentials = credentials
211
- config.quota_project = @quota_project_id
212
- config.endpoint = @config.endpoint
213
- config.universe_domain = @config.universe_domain
214
- end
215
-
216
209
  @cloud_filestore_manager_stub = ::Gapic::ServiceStub.new(
217
210
  ::Google::Cloud::Filestore::V1::CloudFilestoreManager::Stub,
218
211
  credentials: credentials,
@@ -223,6 +216,13 @@ module Google
223
216
  interceptors: @config.interceptors,
224
217
  channel_pool_config: @config.channel_pool
225
218
  )
219
+
220
+ @location_client = Google::Cloud::Location::Locations::Client.new do |config|
221
+ config.credentials = credentials
222
+ config.quota_project = @quota_project_id
223
+ config.endpoint = @cloud_filestore_manager_stub.endpoint
224
+ config.universe_domain = @cloud_filestore_manager_stub.universe_domain
225
+ end
226
226
  end
227
227
 
228
228
  ##
@@ -203,20 +203,20 @@ module Google
203
203
  config.universe_domain = @config.universe_domain
204
204
  end
205
205
 
206
- @location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
207
- config.credentials = credentials
208
- config.quota_project = @quota_project_id
209
- config.endpoint = @config.endpoint
210
- config.universe_domain = @config.universe_domain
211
- config.bindings_override = @config.bindings_override
212
- end
213
-
214
206
  @cloud_filestore_manager_stub = ::Google::Cloud::Filestore::V1::CloudFilestoreManager::Rest::ServiceStub.new(
215
207
  endpoint: @config.endpoint,
216
208
  endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
217
209
  universe_domain: @config.universe_domain,
218
210
  credentials: credentials
219
211
  )
212
+
213
+ @location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
214
+ config.credentials = credentials
215
+ config.quota_project = @quota_project_id
216
+ config.endpoint = @cloud_filestore_manager_stub.endpoint
217
+ config.universe_domain = @cloud_filestore_manager_stub.universe_domain
218
+ config.bindings_override = @config.bindings_override
219
+ end
220
220
  end
221
221
 
222
222
  ##
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the list_instances REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Filestore
23
23
  module V1
24
- VERSION = "0.8.0"
24
+ VERSION = "0.8.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-filestore-v1
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: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common