google-apis-cloudasset_v1beta1 0.8.0 → 0.9.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: 865797e208cfb4ea49d4c391b582eefdbcb47b1f26b1ede9ea905e40e9954c83
4
- data.tar.gz: 1f2a0f8b350167575a4f9d2ceb3ed2183b2930ab786548e696f2d89557b0e5e5
3
+ metadata.gz: 25b62ef31547dbca30d08673d16c1ca395680494dfceb1e5a8eb195f65b32258
4
+ data.tar.gz: e5ad3c2fdd8802e568832f94025828a8bc6287828de6ace59bc79d61a6774e2a
5
5
  SHA512:
6
- metadata.gz: cdde2cdce0c38c1850ff8b0287c9c28458239610fdfdbc44683b7e2c6d94ed638dc2f78e58548b36391573635d0c8fad8f3090ba9dd8baad78f79075fd1af610
7
- data.tar.gz: 3dc0417d4e1f8ca6fda7e712dabfaaa9b9e0c9208a69f46e6ea5e80c1fc4db3a94ddac1e3497796f6485450fb90b59f6c69485c10952000c54c2cb89dd418ca6
6
+ metadata.gz: 568635f98d9fdf88669c970be21068c5a851c35be004ffad066bff479e288290844ed413e3dd7c10b1ee9ed2b1e1a3f1768132bd5c15e4ebca7cccc1f127a4b5
7
+ data.tar.gz: 9ae9da4a3b241c63a109763be695190ca262eadb217c5dc3a2f720c6a1e5d0c1f56abb5046ea19febe78a8087e6cca3ed0c7fb2400d9161ceb8c37aefbc34b02
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.9.0 (2021-07-28)
4
+
5
+ * Regenerated from discovery document revision 20210723
6
+
3
7
  ### v0.8.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -1066,8 +1066,8 @@ module Google
1066
1066
 
1067
1067
  # Required. Resource name for the Access Level. The `short_name` component must
1068
1068
  # begin with a letter and only include alphanumeric and '_'. Format: `
1069
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
1070
- # the `short_name` component is 50 characters.
1069
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
1070
+ # length of the `access_level` component is 50 characters.
1071
1071
  # Corresponds to the JSON property `name`
1072
1072
  # @return [String]
1073
1073
  attr_accessor :name
@@ -1108,7 +1108,7 @@ module Google
1108
1108
  attr_accessor :etag
1109
1109
 
1110
1110
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
1111
- # policy_id``
1111
+ # access_policy``
1112
1112
  # Corresponds to the JSON property `name`
1113
1113
  # @return [String]
1114
1114
  attr_accessor :name
@@ -1713,7 +1713,7 @@ module Google
1713
1713
 
1714
1714
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1715
1715
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1716
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1716
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1717
1717
  # Corresponds to the JSON property `name`
1718
1718
  # @return [String]
1719
1719
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1beta1
18
18
  # Version of the google-apis-cloudasset_v1beta1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.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 = "20210416"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []