google-apis-cloudasset_v1p7beta1 0.39.0 → 0.41.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: 7842d106b0fa50ff10038eeed825b2998a2c34a575ad21cecda557aea89ec324
4
+ data.tar.gz: 7c80453dac3cdc8717c9ef70647b06c8d20557749a6db49e49934ddb26c3e20c
5
5
  SHA512:
6
- metadata.gz: 664ed991d64146910009f046d319a49d54a8dcdb96190547e8571882a10225c8940d52cf8461659c94cb1a633144d5f838fb089d6c72bdd7d9f88fb9a63b1b1f
7
- data.tar.gz: ff40cce7b38251e33caf44cb5b51006e3a2e6f9579ba990bd489e5a72087e39d749034073e703b1d3457e0aa5cfe38482ac0ea389d82865b7c084f6f0b90ce8b
6
+ metadata.gz: a07523569f6429d0328afcdcb7e17480b47c75309cdc37f2d1b4c553d7f033d64d9585f5657afc9daaa7a0a2f60ef289a1a0f7199917c544c42c81ebfcac8ab1
7
+ data.tar.gz: bd3e747edacf72980955ca731269095bf4ac178bf7035a2c20bf8034412e87cd69a133a5d574e7e92afaae13da47b15ef0320998c905ef435e13052a734f35fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
2
2
 
3
+ ### v0.41.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241115
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.40.0 (2024-06-16)
9
+
10
+ * Regenerated from discovery document revision 20240608
11
+
3
12
  ### v0.39.0 (2024-05-19)
4
13
 
5
14
  * 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
@@ -1453,9 +1454,10 @@ module Google
1453
1454
 
1454
1455
  # A list of identities that are allowed access through [EgressPolicy].
1455
1456
  # Identities can be an individual user, service account, Google group, or third-
1456
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
1457
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1458
- # iam/docs/principal-identifiers#v1 are supported.
1457
+ # party identity. For third-party identity, only single identities are supported
1458
+ # and other identity types are not supported. The `v1` identities that have the
1459
+ # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1460
+ # google.com/iam/docs/principal-identifiers#v1 are supported.
1459
1461
  # Corresponds to the JSON property `identities`
1460
1462
  # @return [Array<String>]
1461
1463
  attr_accessor :identities
@@ -1623,9 +1625,10 @@ module Google
1623
1625
 
1624
1626
  # A list of identities that are allowed access through [IngressPolicy].
1625
1627
  # Identities can be an individual user, service account, Google group, or third-
1626
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
1627
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1628
- # iam/docs/principal-identifiers#v1 are supported.
1628
+ # party identity. For third-party identity, only single identities are supported
1629
+ # and other identity types are not supported. The `v1` identities that have the
1630
+ # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1631
+ # google.com/iam/docs/principal-identifiers#v1 are supported.
1629
1632
  # Corresponds to the JSON property `identities`
1630
1633
  # @return [Array<String>]
1631
1634
  attr_accessor :identities
@@ -1847,7 +1850,15 @@ module Google
1847
1850
  # @return [String]
1848
1851
  attr_accessor :description
1849
1852
 
1850
- # Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1853
+ # Optional. An opaque identifier for the current version of the `
1854
+ # ServicePerimeter`. This identifier does not follow any specific format. If an
1855
+ # etag is not provided, the operation will be performed as if a valid etag is
1856
+ # provided.
1857
+ # Corresponds to the JSON property `etag`
1858
+ # @return [String]
1859
+ attr_accessor :etag
1860
+
1861
+ # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1851
1862
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
1852
1863
  # component must begin with a letter, followed by alphanumeric characters or `_`.
1853
1864
  # After you create a `ServicePerimeter`, you cannot change its `name`.
@@ -1902,6 +1913,7 @@ module Google
1902
1913
  # Update properties of this object
1903
1914
  def update!(**args)
1904
1915
  @description = args[:description] if args.key?(:description)
1916
+ @etag = args[:etag] if args.key?(:etag)
1905
1917
  @name = args[:name] if args.key?(:name)
1906
1918
  @perimeter_type = args[:perimeter_type] if args.key?(:perimeter_type)
1907
1919
  @spec = args[:spec] if args.key?(:spec)
@@ -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.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240412"
25
+ REVISION = "20241115"
26
26
  end
27
27
  end
28
28
  end
@@ -671,6 +671,7 @@ module Google
671
671
  # @private
672
672
  class Representation < Google::Apis::Core::JsonRepresentation
673
673
  property :description, as: 'description'
674
+ property :etag, as: 'etag'
674
675
  property :name, as: 'name'
675
676
  property :perimeter_type, as: 'perimeterType'
676
677
  property :spec, as: 'spec', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation
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.41.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-12-04 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.41.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1p7beta1