google-apis-cloudasset_v1p5beta1 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: '080adb349c9ba9ae488471967255ad15211f6ee352354b152183dc209d7754bb'
4
- data.tar.gz: a2ee13f9fbbedb08eca349b9579823e115d0988565cfc5e548fed98b3371da24
3
+ metadata.gz: cb8527fa6c7343beb7c79fa997f4667845cd9c8755aeb2f352ddd0ff3b4ac7b5
4
+ data.tar.gz: 5cf70ef3edad856c6f90b7fd8d567a79e36c7a9141c32bbdc70ba9047f8cf5c6
5
5
  SHA512:
6
- metadata.gz: ad46c72ffd0a8717747a90e854289efad30867a59aaa7a53269b543b20e64239081bd47c42048674feb0d0e6a379beb857cc06fd81d3f6119cf6a0b8bccb1e7a
7
- data.tar.gz: a9e7be8a7fc8d86ca8624b6278d57b30deaf4496307e7cf0922a2adf02e0f683d7a4772868e4b202b91964681a00d2e86f8762405b27658e49ed2c3bf8b93181
6
+ metadata.gz: 582aa8b013f97846595144fef7b4291015e638b5f017b7155519ce1218b7c0eadb65e0fc0865d7a0bd5f018e5080bfee909977ac7b2c1be081ca2b978754a6a6
7
+ data.tar.gz: b98d4021bbd12e12eb64de79af8b666f0b8866a16e414e199ad45d5189c5dd3b390f7a1730584dded54376acf792b189dda6842f8d0982e72a19d87c63377363
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p5beta1
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
@@ -979,8 +979,8 @@ module Google
979
979
 
980
980
  # Required. Resource name for the Access Level. The `short_name` component must
981
981
  # begin with a letter and only include alphanumeric and '_'. Format: `
982
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
983
- # the `short_name` component is 50 characters.
982
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
983
+ # length of the `access_level` component is 50 characters.
984
984
  # Corresponds to the JSON property `name`
985
985
  # @return [String]
986
986
  attr_accessor :name
@@ -1021,7 +1021,7 @@ module Google
1021
1021
  attr_accessor :etag
1022
1022
 
1023
1023
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
1024
- # policy_id``
1024
+ # access_policy``
1025
1025
  # Corresponds to the JSON property `name`
1026
1026
  # @return [String]
1027
1027
  attr_accessor :name
@@ -1626,7 +1626,7 @@ module Google
1626
1626
 
1627
1627
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1628
1628
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1629
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1629
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1630
1630
  # Corresponds to the JSON property `name`
1631
1631
  # @return [String]
1632
1632
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p5beta1
18
18
  # Version of the google-apis-cloudasset_v1p5beta1 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 = "20210518"
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_v1p5beta1
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_v1p5beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p5beta1
63
63
  post_install_message:
64
64
  rdoc_options: []