google-cloud-asset-v1beta1 0.1.2 → 0.1.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b6c5e3c33aa93bcfabe02d91a98026a4c50ca5f712d0e2580b1cfa54c5315bf
|
4
|
+
data.tar.gz: b06cab8c6f2b3fdb756a68958df4f8227a749a109905cea5140f379634a0aa62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
##
|
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.
|
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-
|
11
|
+
date: 2020-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|