google-cloud-asset-v1beta1 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7097a03e3d0a49170b30f673176bdf6bff1b94db83d0c84db904cd0fbaacf75
4
- data.tar.gz: 2f2bf2060e68a7473db2223f8a03bc2f149b472115b11cc5be236636528bcc09
3
+ metadata.gz: 6b6c5e3c33aa93bcfabe02d91a98026a4c50ca5f712d0e2580b1cfa54c5315bf
4
+ data.tar.gz: b06cab8c6f2b3fdb756a68958df4f8227a749a109905cea5140f379634a0aa62
5
5
  SHA512:
6
- metadata.gz: 8e1d81355c46e73709c965dd9dbae6e3d0a433b197b2eca98548c1f794c35d2e78751fd887fd56fa5ca2e0741a312f09f5a742778239fc2882857c2972137481
7
- data.tar.gz: e9f9b345b0ecef1acab4f43777b6a547d708b0f66249e6e33442d6f6209393f334f9e4da18fe4d21f0936e32029afa14240c9ee68e152047004ec8e58e673899
6
+ metadata.gz: 527a9dd8289739bc6086e5de7bb57759f377fd8b89b7bddad75c98b333b9206b4810e24422305c9ca6a6623dc117666172b25c0c062ce5765eb66912164f70f6
7
+ data.tar.gz: 27b33fe67870692b947e11075e13187757ce2db196e56916a2f06c5ce23cc2eccb32e3f485bed363c9c727101790c2027a13771ad26f37fea84546a09c7fcf7a
@@ -142,6 +142,7 @@ module Google
142
142
 
143
143
  @operations_client = Operations.new do |config|
144
144
  config.credentials = credentials
145
+ config.endpoint = @config.endpoint
145
146
  end
146
147
 
147
148
  @asset_service_stub = Gapic::ServiceStub.new(
@@ -153,6 +154,13 @@ module Google
153
154
  )
154
155
  end
155
156
 
157
+ ##
158
+ # Get the associated client for long-running operations.
159
+ #
160
+ # @return [Google::Cloud::Asset::V1beta1::AssetService::Operations]
161
+ #
162
+ attr_reader :operations_client
163
+
156
164
  # Service calls
157
165
 
158
166
  ##
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Asset
23
23
  module V1beta1
24
- VERSION = "0.1.2"
24
+ VERSION = "0.1.3"
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-asset-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-13 00:00:00.000000000 Z
11
+ date: 2020-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common