google-apis-cloudasset_v1 0.13.0 → 0.14.0

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: 1aa790cf6afd014b6b04635946c1fd4d0ca9da4677357cc39e94765451c2bdc4
4
- data.tar.gz: 9a9a0934768c0d5c51522a9ee0a1f4fd48040714da4f355a9a4ac7a78bf9d97a
3
+ metadata.gz: 3de4425fb99ae03ded58a93432a8647ffed3147f7ddec71e4484e7d77554d748
4
+ data.tar.gz: 14291e4f62c1cc4671c7464f63aa230b4a22e78889e02b8f9a9f192f51ff1846
5
5
  SHA512:
6
- metadata.gz: 6dadb069801247f2f79e59b1c8018da60843b69dfe09828d8fabdf17f069a32271c9facb5cb9cf88a886b4dc599e3d617c57784ce432e170f67aea6c0288e281
7
- data.tar.gz: d2df18c4237dbe5f4895b4bf128f7ca61ea52c77ae424563d686513ac4cc49b4857459ce4f187f9bf5534c7cca89acc110547cb0a0b7c3d0860f7f08639e18da
6
+ metadata.gz: d1f4ed6870f2147e2ded8accf8926a67a7d5556c85a676ff31a86bd35bd2ab7419e2eb26eb98da4aa7b57b0d9a23909105ad625644adbe050fead16037e0299e
7
+ data.tar.gz: 43103fdfe26a3d5bf5f0b5347338237e9836dfbdec692028ef671cd0238430daa6cf7bb046cba415cb6fd06ee77ca802f0773c816e3dfca178a15d3292513c2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.14.0 (2021-07-28)
4
+
5
+ * Regenerated from discovery document revision 20210723
6
+
3
7
  ### v0.13.0 (2021-07-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20210716
@@ -1796,8 +1796,8 @@ module Google
1796
1796
 
1797
1797
  # Required. Resource name for the Access Level. The `short_name` component must
1798
1798
  # begin with a letter and only include alphanumeric and '_'. Format: `
1799
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
1800
- # the `short_name` component is 50 characters.
1799
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
1800
+ # length of the `access_level` component is 50 characters.
1801
1801
  # Corresponds to the JSON property `name`
1802
1802
  # @return [String]
1803
1803
  attr_accessor :name
@@ -1838,7 +1838,7 @@ module Google
1838
1838
  attr_accessor :etag
1839
1839
 
1840
1840
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
1841
- # policy_id``
1841
+ # access_policy``
1842
1842
  # Corresponds to the JSON property `name`
1843
1843
  # @return [String]
1844
1844
  attr_accessor :name
@@ -2443,7 +2443,7 @@ module Google
2443
2443
 
2444
2444
  # Required. Resource name for the ServicePerimeter. The `short_name` component
2445
2445
  # must begin with a letter and only include alphanumeric and '_'. Format: `
2446
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
2446
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
2447
2447
  # Corresponds to the JSON property `name`
2448
2448
  # @return [String]
2449
2449
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210716"
25
+ REVISION = "20210723"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-26 00:00:00.000000000 Z
11
+ date: 2021-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1
63
63
  post_install_message:
64
64
  rdoc_options: []