google-apis-cloudasset_v1p7beta1 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: 39177b5384bb974ab1c9c18f44f1a359a42129c74716385cab052d9009efc80e
4
- data.tar.gz: 0dd42dd1196a0712ac24efe8facf45698819c08a3dcc57b03d24b0a21c6b085e
3
+ metadata.gz: '0899c7fc2001d5715a8d1c557c64b2561c67d423c4a4499cbb692368542e5d3c'
4
+ data.tar.gz: b023c2dfbf69bae59fce97a550ac86b9689deaae6b08808b67702866c26bc95d
5
5
  SHA512:
6
- metadata.gz: cb36589499e266376f9e5d4c8e6664d15f6a7ef3ef2a566aba9aa6e3f7bf0c7f820ffc5da9ea042f38942e464db730b04c60438804a2c154cfe285d710e9dce5
7
- data.tar.gz: 2d0a54185555717e7c5a52d7269fbd4015951895a5f4fa891ab890c822d11eedeb47ff7e3a27e35c827ea79806eadc1591c6064799bdc73697727e1a69cafd80
6
+ metadata.gz: 38a4f435bafdbddaa4b8620af66a9ed2e475bdbe5f2e8b0466a5b98c4e1dcdd35514846f8d5204c5d32dd77d55f9347bab46aec71a1631e9050e244eacdd98ab
7
+ data.tar.gz: d3e571e9fe06ca122196a195eb1f8466dba0752c417f7da83b17c1bfcf4347787877e8fee8b22a26f89670c91c774fa53f219ac0a6c9d9a4b2840b37bf587ef4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
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
@@ -1070,8 +1070,8 @@ module Google
1070
1070
 
1071
1071
  # Required. Resource name for the Access Level. The `short_name` component must
1072
1072
  # begin with a letter and only include alphanumeric and '_'. Format: `
1073
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
1074
- # the `short_name` component is 50 characters.
1073
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
1074
+ # length of the `access_level` component is 50 characters.
1075
1075
  # Corresponds to the JSON property `name`
1076
1076
  # @return [String]
1077
1077
  attr_accessor :name
@@ -1112,7 +1112,7 @@ module Google
1112
1112
  attr_accessor :etag
1113
1113
 
1114
1114
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
1115
- # policy_id``
1115
+ # access_policy``
1116
1116
  # Corresponds to the JSON property `name`
1117
1117
  # @return [String]
1118
1118
  attr_accessor :name
@@ -1717,7 +1717,7 @@ module Google
1717
1717
 
1718
1718
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1719
1719
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1720
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1720
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1721
1721
  # Corresponds to the JSON property `name`
1722
1722
  # @return [String]
1723
1723
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p7beta1
18
18
  # Version of the google-apis-cloudasset_v1p7beta1 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 = "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_v1p7beta1
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_v1p7beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p7beta1
63
63
  post_install_message:
64
64
  rdoc_options: []