google-apis-cloudasset_v1p7beta1 0.39.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: 8da9815c8c086ddde3fa804d3e87e9708dfd8d9b9c4affbd158f38eacfe6677c
4
- data.tar.gz: 0afa1e0341ce00503c7b9e364ceb7d405f5c72734888cdea225b2eb894acc3cb
3
+ metadata.gz: dad8be7d4b6d7ae20e5eea810a3db54eeb818712751cb765bf4e09f7aa7b9f00
4
+ data.tar.gz: 6e061321f137a13ef1197441614d393519fba9ccf35f219e48125744c729465d
5
5
  SHA512:
6
- metadata.gz: 664ed991d64146910009f046d319a49d54a8dcdb96190547e8571882a10225c8940d52cf8461659c94cb1a633144d5f838fb089d6c72bdd7d9f88fb9a63b1b1f
7
- data.tar.gz: ff40cce7b38251e33caf44cb5b51006e3a2e6f9579ba990bd489e5a72087e39d749034073e703b1d3457e0aa5cfe38482ac0ea389d82865b7c084f6f0b90ce8b
6
+ metadata.gz: 5926479f4facef4edb672793e6a4d46e912390ee24f83b05b11df19017350f1b48b4be6904d9cfe7fb4cc003e4d9ae3979faf56524402c30371256a9b09cfe31
7
+ data.tar.gz: 9229baf3c82ef774c66c353538568fe84426930386078db3a751b493041a6a838855128741dad64c3c30f940c11e1d3a2c8c0489ec7c639f0cb2fbec4576e03c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
2
2
 
3
+ ### v0.40.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240608
6
+
3
7
  ### v0.39.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -1119,10 +1119,11 @@ module Google
1119
1119
  # @return [String]
1120
1120
  attr_accessor :description
1121
1121
 
1122
- # Resource name for the `AccessLevel`. Format: `accessPolicies/`access_policy`/
1123
- # accessLevels/`access_level``. The `access_level` component must begin with a
1124
- # letter, followed by alphanumeric characters or `_`. Its maximum length is 50
1125
- # characters. After you create an `AccessLevel`, you cannot change its `name`.
1122
+ # Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/`
1123
+ # access_policy`/accessLevels/`access_level``. The `access_level` component must
1124
+ # begin with a letter, followed by alphanumeric characters or `_`. Its maximum
1125
+ # length is 50 characters. After you create an `AccessLevel`, you cannot change
1126
+ # its `name`.
1126
1127
  # Corresponds to the JSON property `name`
1127
1128
  # @return [String]
1128
1129
  attr_accessor :name
@@ -1156,14 +1157,14 @@ module Google
1156
1157
 
1157
1158
  # Output only. An opaque identifier for the current version of the `AccessPolicy`
1158
1159
  # . This will always be a strongly validated etag, meaning that two Access
1159
- # Polices will be identical if and only if their etags are identical. Clients
1160
+ # Policies will be identical if and only if their etags are identical. Clients
1160
1161
  # should not expect this to be in any specific format.
1161
1162
  # Corresponds to the JSON property `etag`
1162
1163
  # @return [String]
1163
1164
  attr_accessor :etag
1164
1165
 
1165
- # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
1166
- # access_policy``
1166
+ # Output only. Identifier. Resource name of the `AccessPolicy`. Format: `
1167
+ # accessPolicies/`access_policy``
1167
1168
  # Corresponds to the JSON property `name`
1168
1169
  # @return [String]
1169
1170
  attr_accessor :name
@@ -1847,7 +1848,7 @@ module Google
1847
1848
  # @return [String]
1848
1849
  attr_accessor :description
1849
1850
 
1850
- # Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1851
+ # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1851
1852
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
1852
1853
  # component must begin with a letter, followed by alphanumeric characters or `_`.
1853
1854
  # After you create a `ServicePerimeter`, you cannot change its `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.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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_v1p7beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.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-05-26 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
@@ -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_v1p7beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p7beta1
63
63
  post_install_message:
64
64
  rdoc_options: []