google-cloud-asset-v1beta1 0.2.3 → 0.2.4
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: 5c19e46d69aad3d2ef67a3456405e8f60dc7f4d52d0f1c0541f6bf5f76f3750a
|
4
|
+
data.tar.gz: aeb207c7bd531999e463a7cc883b92500cc737ecd0971368fb01fcb67fe2960b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 822b40598dcb09f6835b4f0d5f79c144c187955f144988645bce3b06908a3d740f416f7dfa98dd6ccd92357f58a9f03f99f16d6c1b74f94064cf888a5bcc076a
|
7
|
+
data.tar.gz: af40f6d0edf68aa3d7fd8e64d3cd0ed4343a121c28cf99b2b9928f2bc378b229a3c4791e383e9488b5141410b19cd4d7ab624b428cdc0c7f426bc9f9b1efa647
|
@@ -39,7 +39,7 @@ module Google
|
|
39
39
|
# This API implements the
|
40
40
|
# [google.longrunning.Operation][google.longrunning.Operation] API allowing
|
41
41
|
# you to keep track of the export.
|
42
|
-
rpc :ExportAssets, ExportAssetsRequest, Google::Longrunning::Operation
|
42
|
+
rpc :ExportAssets, Google::Cloud::Asset::V1beta1::ExportAssetsRequest, Google::Longrunning::Operation
|
43
43
|
# Batch gets the update history of assets that overlap a time window.
|
44
44
|
# For RESOURCE content, this API outputs history with asset in both
|
45
45
|
# non-delete or deleted status.
|
@@ -47,7 +47,7 @@ module Google
|
|
47
47
|
# attached IAM POLICY both exist. This can create gaps in the output history.
|
48
48
|
# If a specified asset does not exist, this API returns an INVALID_ARGUMENT
|
49
49
|
# error.
|
50
|
-
rpc :BatchGetAssetsHistory, BatchGetAssetsHistoryRequest, BatchGetAssetsHistoryResponse
|
50
|
+
rpc :BatchGetAssetsHistory, Google::Cloud::Asset::V1beta1::BatchGetAssetsHistoryRequest, Google::Cloud::Asset::V1beta1::BatchGetAssetsHistoryResponse
|
51
51
|
end
|
52
52
|
|
53
53
|
Stub = Service.rpc_stub_class
|
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.2.
|
4
|
+
version: 0.2.4
|
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-06
|
11
|
+
date: 2020-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.3'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: google-cloud-errors
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|