google-apis-cloudasset_v1p4beta1 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: 57c9823c118eb436ee3628b2b8a123a502171bfc86f047cbf98124d2260f6323
4
- data.tar.gz: 1e3ed4cfc18ee3ead71283cb28c69bbb6ae1efcc0cdda989892e87f13bbd90e8
3
+ metadata.gz: 75e19248b8886bb588815c5e9cbe1bb760fc75099f1c49fdb9c5e29739298859
4
+ data.tar.gz: '018bd5df0a33a44931cfa0cacd04f6642a90a09d97959af2401355a4506bddf8'
5
5
  SHA512:
6
- metadata.gz: b161949f8523c5dd8953fd24fe51f64ee2ff23dbd6567b24b39faf217d8bd49aede1ea077223e9d196082c29331012a523536c93e8f05f18f45478df2b61b29e
7
- data.tar.gz: ff66fd2e76d24a18f6b0139191980007f0c321d7e35c095085db6d7680ec9cbcc841cf4d157f7f8c1b211b4b8976f96cd82584eb3d8078112fd8cdb6f03ef4ff
6
+ metadata.gz: 0d5e6a477929500bc33fe1fdb3e4a9996b9b7ebddef4868f8ce0a288f5dc140f3ea8cbd86c12c2f1725607cdabe299317353e428b9628cf52e5ddb56aa530f8b
7
+ data.tar.gz: 86eff17333f0eeb5485d1314ce8af8737cd9de4db85a4c1609bf2e9033b2da091f418efb4ae8053c611b5436490f78fb29f1ad35c114513b62598862e72b5ec1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p4beta1
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
@@ -1199,8 +1199,8 @@ module Google
1199
1199
 
1200
1200
  # Required. Resource name for the Access Level. The `short_name` component must
1201
1201
  # begin with a letter and only include alphanumeric and '_'. Format: `
1202
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
1203
- # the `short_name` component is 50 characters.
1202
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
1203
+ # length of the `access_level` component is 50 characters.
1204
1204
  # Corresponds to the JSON property `name`
1205
1205
  # @return [String]
1206
1206
  attr_accessor :name
@@ -1241,7 +1241,7 @@ module Google
1241
1241
  attr_accessor :etag
1242
1242
 
1243
1243
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
1244
- # policy_id``
1244
+ # access_policy``
1245
1245
  # Corresponds to the JSON property `name`
1246
1246
  # @return [String]
1247
1247
  attr_accessor :name
@@ -1846,7 +1846,7 @@ module Google
1846
1846
 
1847
1847
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1848
1848
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1849
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1849
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1850
1850
  # Corresponds to the JSON property `name`
1851
1851
  # @return [String]
1852
1852
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p4beta1
18
18
  # Version of the google-apis-cloudasset_v1p4beta1 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_v1p4beta1
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_v1p4beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p4beta1
63
63
  post_install_message:
64
64
  rdoc_options: []