google-apis-cloudasset_v1p1beta1 0.38.0 → 0.40.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: 3db78b3d0e6d51ac46999d44e16ecffb7652d7f77a1d0c52d0da35567bc8281f
4
- data.tar.gz: dace1a4c8b9efec741bb0dfbbebab4ccaaeb31d78d797664287b87a9c3224922
3
+ metadata.gz: 9819242dec981157a22d3176b4b8bce128d150c9c5f63d31721c27cdefb57ee0
4
+ data.tar.gz: f8a4c66db0af2f580bbb1749892a56a846965f80783a8ddc72e6f8d47d8240bf
5
5
  SHA512:
6
- metadata.gz: 88b555bcfafabe11740cb9d8c426584ba5552077ee2f4466dcb007e127b8c50621e1bd21da10820b0f5facfbf12298fd5c933cdbb2cacbd2206c30da05945f63
7
- data.tar.gz: d17800e048e923b37336de1f2319fcb1eb162f15591736722c8e179d943379a0aaf5666976e8761935dc9f3122ce52bc7db3c6b15dabc86c6e6225c011aadd3f
6
+ metadata.gz: 25fc06cd31af5db0198f73666bd9a0fa196cb741ca00cc3d10cc6eb99a2edf211187e666cb8d921b4cc32cbd793f221e35bbe3bab1ae7cb54639053a187374ba
7
+ data.tar.gz: 503d402707b2d90364e9c4e24b690bd3072ff818b3bb52c9bcbebae776e8b42f036b9a7a329501575f1736c60bee39f91488d5f633242616585e28fd455e13ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.40.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240608
6
+
7
+ ### v0.39.0 (2024-05-19)
8
+
9
+ * Regenerated using generator version 0.15.0
10
+
3
11
  ### v0.38.0 (2024-04-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20240412
@@ -926,10 +926,11 @@ module Google
926
926
  # @return [String]
927
927
  attr_accessor :description
928
928
 
929
- # Resource name for the `AccessLevel`. Format: `accessPolicies/`access_policy`/
930
- # accessLevels/`access_level``. The `access_level` component must begin with a
931
- # letter, followed by alphanumeric characters or `_`. Its maximum length is 50
932
- # characters. After you create an `AccessLevel`, you cannot change its `name`.
929
+ # Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/`
930
+ # access_policy`/accessLevels/`access_level``. The `access_level` component must
931
+ # begin with a letter, followed by alphanumeric characters or `_`. Its maximum
932
+ # length is 50 characters. After you create an `AccessLevel`, you cannot change
933
+ # its `name`.
933
934
  # Corresponds to the JSON property `name`
934
935
  # @return [String]
935
936
  attr_accessor :name
@@ -963,14 +964,14 @@ module Google
963
964
 
964
965
  # Output only. An opaque identifier for the current version of the `AccessPolicy`
965
966
  # . This will always be a strongly validated etag, meaning that two Access
966
- # Polices will be identical if and only if their etags are identical. Clients
967
+ # Policies will be identical if and only if their etags are identical. Clients
967
968
  # should not expect this to be in any specific format.
968
969
  # Corresponds to the JSON property `etag`
969
970
  # @return [String]
970
971
  attr_accessor :etag
971
972
 
972
- # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
973
- # access_policy``
973
+ # Output only. Identifier. Resource name of the `AccessPolicy`. Format: `
974
+ # accessPolicies/`access_policy``
974
975
  # Corresponds to the JSON property `name`
975
976
  # @return [String]
976
977
  attr_accessor :name
@@ -1654,7 +1655,7 @@ module Google
1654
1655
  # @return [String]
1655
1656
  attr_accessor :description
1656
1657
 
1657
- # Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1658
+ # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1658
1659
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
1659
1660
  # component must begin with a letter, followed by alphanumeric characters or `_`.
1660
1661
  # After you create a `ServicePerimeter`, you cannot change its `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.38.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240412"
25
+ REVISION = "20240608"
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.38.0
4
+ version: 0.40.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: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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/main/generated/google-apis-cloudasset_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []