google-apis-cloudasset_v1beta1 0.40.0 → 0.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 895e231f4a1d68597b5d71aa20b45ed05497633c43e71c876120b73fdad26b9b
4
- data.tar.gz: fa4e36ed0f284871a6adb391102478d06bba14a224bd8c00c7f212c5c7e2faa8
3
+ metadata.gz: 501cabfc854ea2a08d4360979ba778bb2e26884cf8f743e959dc867375b2f082
4
+ data.tar.gz: 93fd2471455609562299eb2e77cbf4c3972847ac7576034313d4339d5ed4f13f
5
5
  SHA512:
6
- metadata.gz: e7b2ee0c4d6e31ca8b5f283bd9bc02d02c4884d0fd39fcf8003dcc8620698b3206ffde1cc444b0d6d6b711928a621e1157f25021b779a84437d36374b1419626
7
- data.tar.gz: 228bdd2d55f88b8afffe873776dc3c406f5767fa54c057b601d565c915bb83382daf8e992d931b1c99d0ffe64dfb499b637b827c4650be657fb8cc11a3b44310
6
+ metadata.gz: 366b7dace3d1422a31f564569cc3a02ee642eb366d0bc0490bbd959cfa838c3e679224f55e301332cef0e5b6c8bad8578eea9d6332ee50f5bbe2ea0d29fed76e
7
+ data.tar.gz: 786f9209cb48718c808f138d33f16e013b86693e65533eacc9c1ceefd89196046934e8f75d4d637b3eaacc80417113787132e0405450c2f13f5551eb73c0565c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
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
+
3
8
  ### v0.40.0 (2024-06-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20240608
@@ -1451,9 +1451,10 @@ module Google
1451
1451
 
1452
1452
  # A list of identities that are allowed access through [EgressPolicy].
1453
1453
  # Identities can be an individual user, service account, Google group, or third-
1454
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
1455
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1456
- # iam/docs/principal-identifiers#v1 are supported.
1454
+ # party identity. For third-party identity, only single identities are supported
1455
+ # and other identity types are not supported. The `v1` identities that have the
1456
+ # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1457
+ # google.com/iam/docs/principal-identifiers#v1 are supported.
1457
1458
  # Corresponds to the JSON property `identities`
1458
1459
  # @return [Array<String>]
1459
1460
  attr_accessor :identities
@@ -1621,9 +1622,10 @@ module Google
1621
1622
 
1622
1623
  # A list of identities that are allowed access through [IngressPolicy].
1623
1624
  # Identities can be an individual user, service account, Google group, or third-
1624
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
1625
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1626
- # iam/docs/principal-identifiers#v1 are supported.
1625
+ # party identity. For third-party identity, only single identities are supported
1626
+ # and other identity types are not supported. The `v1` identities that have the
1627
+ # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1628
+ # google.com/iam/docs/principal-identifiers#v1 are supported.
1627
1629
  # Corresponds to the JSON property `identities`
1628
1630
  # @return [Array<String>]
1629
1631
  attr_accessor :identities
@@ -1845,6 +1847,14 @@ module Google
1845
1847
  # @return [String]
1846
1848
  attr_accessor :description
1847
1849
 
1850
+ # Optional. An opaque identifier for the current version of the `
1851
+ # ServicePerimeter`. This identifier does not follow any specific format. If an
1852
+ # etag is not provided, the operation will be performed as if a valid etag is
1853
+ # provided.
1854
+ # Corresponds to the JSON property `etag`
1855
+ # @return [String]
1856
+ attr_accessor :etag
1857
+
1848
1858
  # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1849
1859
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
1850
1860
  # component must begin with a letter, followed by alphanumeric characters or `_`.
@@ -1900,6 +1910,7 @@ module Google
1900
1910
  # Update properties of this object
1901
1911
  def update!(**args)
1902
1912
  @description = args[:description] if args.key?(:description)
1913
+ @etag = args[:etag] if args.key?(:etag)
1903
1914
  @name = args[:name] if args.key?(:name)
1904
1915
  @perimeter_type = args[:perimeter_type] if args.key?(:perimeter_type)
1905
1916
  @spec = args[:spec] if args.key?(:spec)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1beta1
18
18
  # Version of the google-apis-cloudasset_v1beta1 gem
19
- GEM_VERSION = "0.40.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 = "20240608"
25
+ REVISION = "20241115"
26
26
  end
27
27
  end
28
28
  end
@@ -687,6 +687,7 @@ module Google
687
687
  # @private
688
688
  class Representation < Google::Apis::Core::JsonRepresentation
689
689
  property :description, as: 'description'
690
+ property :etag, as: 'etag'
690
691
  property :name, as: 'name'
691
692
  property :perimeter_type, as: 'perimeterType'
692
693
  property :spec, as: 'spec', class: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.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-06-16 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1beta1
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 V1beta1