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: e2940b966b75b041212087be638493249f0e3596b7c4b29cd3195039b1d32440
4
- data.tar.gz: 9d28ff2e5970f8eb5e19a1583642ae2bff6f5c8c14bb6b25d488d5e926828234
3
+ metadata.gz: 5c19e46d69aad3d2ef67a3456405e8f60dc7f4d52d0f1c0541f6bf5f76f3750a
4
+ data.tar.gz: aeb207c7bd531999e463a7cc883b92500cc737ecd0971368fb01fcb67fe2960b
5
5
  SHA512:
6
- metadata.gz: b1b5d5ee11c5faabd3500e81b41e370bc0b2939ef48c15563b4a55a97b13dc4ad17225993f40afc113be73f083a948590f77ef01c796dc7d6cd8df88b5a1087a
7
- data.tar.gz: faa499af4d89901bddaf8c5ff98b98fe050edc8f622e8c205895f1eca7f84617aaac296cea03104c1fe956b9ca18662bf45742a040369ac71cec9c6476380d73
6
+ metadata.gz: 822b40598dcb09f6835b4f0d5f79c144c187955f144988645bce3b06908a3d740f416f7dfa98dd6ccd92357f58a9f03f99f16d6c1b74f94064cf888a5bcc076a
7
+ data.tar.gz: af40f6d0edf68aa3d7fd8e64d3cd0ed4343a121c28cf99b2b9928f2bc378b229a3c4791e383e9488b5141410b19cd4d7ab624b428cdc0c7f426bc9f9b1efa647
@@ -70,7 +70,7 @@ module Google
70
70
  initial_delay: 0.1,
71
71
  max_delay: 60.0,
72
72
  multiplier: 1.3,
73
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
73
+ retry_codes: [4, 14]
74
74
  }
75
75
 
76
76
  default_config
@@ -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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Asset
23
23
  module V1beta1
24
- VERSION = "0.2.3"
24
+ VERSION = "0.2.4"
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.2.3
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-18 00:00:00.000000000 Z
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.2'
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.2'
26
+ version: '0.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-errors
29
29
  requirement: !ruby/object:Gem::Requirement