google-cloud-asset-v1 0.2.1 → 0.2.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c2278758d36757611d0a833458788bc61fd46807be38c663ff7f152d2f7041a
|
|
4
|
+
data.tar.gz: b9a657ef1abd9fdab0e77a3d882a288eb8938a546d5850b0007008f84d59f3a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5aa70ed50058396f5d94c1779eeb4ccd2eabca4bae4088641e5c30f0e6d5788d9cfcea904003148d16ec885c94f7a4aba0db68525d942d5da1f7723a9a7011d6
|
|
7
|
+
data.tar.gz: 29f0f6afbede29419b51bea5b821eede1f2334102067172caf74d75c4e40753f1af6f0d8389b7fd93198facf1952d712d237a3a33765e275a5c580d0ca123704
|
|
@@ -144,6 +144,7 @@ module Google
|
|
|
144
144
|
|
|
145
145
|
@operations_client = Operations.new do |config|
|
|
146
146
|
config.credentials = credentials
|
|
147
|
+
config.endpoint = @config.endpoint
|
|
147
148
|
end
|
|
148
149
|
|
|
149
150
|
@asset_service_stub = Gapic::ServiceStub.new(
|
|
@@ -155,6 +156,13 @@ module Google
|
|
|
155
156
|
)
|
|
156
157
|
end
|
|
157
158
|
|
|
159
|
+
##
|
|
160
|
+
# Get the associated client for long-running operations.
|
|
161
|
+
#
|
|
162
|
+
# @return [Google::Cloud::Asset::V1::AssetService::Operations]
|
|
163
|
+
#
|
|
164
|
+
attr_reader :operations_client
|
|
165
|
+
|
|
158
166
|
# Service calls
|
|
159
167
|
|
|
160
168
|
##
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-asset-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
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-
|
|
11
|
+
date: 2020-04-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|