google-apis-cloudasset_v1p1beta1 0.9.0 → 0.10.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: 4c84dce8908951a0d1cb6264ca9a0e3d591e6d527c8c8347c247f37b0ec56b4f
4
- data.tar.gz: 4bbe554b1f1d5b0fa370c8b8b791347721f2ed4e47902934232310672d6737d0
3
+ metadata.gz: c4a6f77f393b76e73b168b6eb873ba71090aa2cb43f0287a2200d09e8354cf83
4
+ data.tar.gz: 797af0239a19d9dfdd717e8b8cfec6805ad380c49cc339104e2b6268d3c2486c
5
5
  SHA512:
6
- metadata.gz: 02c53ac041b4cfe969bdd241a937c78d9962b73eace7fda6bfc37f8d82bfc0a5548f200f204f4773e785905c4c15b7d319616afb91e3b701fcfa7cf3610a8ed3
7
- data.tar.gz: 723e609f8cfd75e118b5678f886675dc488a2fd1737df194705a98f4f4d90a5e5741676a2bfc3e28413320fbd4366afaa8eac60d6bdd1c20388fadcb1c35a37c
6
+ metadata.gz: 37b7bd6a8e66ca924bf670d6365d24d85f943d810683b4ce46bbd5dd19b6112b359738c9c6c58cc0542f550222a833c2cc56825c9b31d5cded4998d6ec80aaac
7
+ data.tar.gz: a9918506697185cc7dfb690e9b60942b778ccfb96b14c4f565f50d8486595672adf9b6a1ee2a59cd1dfc7148148ce60d4df81ff2e34aa97cc9daf26607288dda
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.10.0 (2021-07-28)
4
+
5
+ * Regenerated from discovery document revision 20210723
6
+
3
7
  ### v0.9.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -877,8 +877,8 @@ module Google
877
877
 
878
878
  # Required. Resource name for the Access Level. The `short_name` component must
879
879
  # begin with a letter and only include alphanumeric and '_'. Format: `
880
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
881
- # the `short_name` component is 50 characters.
880
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
881
+ # length of the `access_level` component is 50 characters.
882
882
  # Corresponds to the JSON property `name`
883
883
  # @return [String]
884
884
  attr_accessor :name
@@ -919,7 +919,7 @@ module Google
919
919
  attr_accessor :etag
920
920
 
921
921
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
922
- # policy_id``
922
+ # access_policy``
923
923
  # Corresponds to the JSON property `name`
924
924
  # @return [String]
925
925
  attr_accessor :name
@@ -1524,7 +1524,7 @@ module Google
1524
1524
 
1525
1525
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1526
1526
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1527
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1527
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1528
1528
  # Corresponds to the JSON property `name`
1529
1529
  # @return [String]
1530
1530
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p1beta1
18
18
  # Version of the google-apis-cloudasset_v1p1beta1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.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 = "20210611"
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_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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-05 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_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []