google-apis-cloudasset_v1p7beta1 0.40.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: dad8be7d4b6d7ae20e5eea810a3db54eeb818712751cb765bf4e09f7aa7b9f00
4
- data.tar.gz: 6e061321f137a13ef1197441614d393519fba9ccf35f219e48125744c729465d
3
+ metadata.gz: 7842d106b0fa50ff10038eeed825b2998a2c34a575ad21cecda557aea89ec324
4
+ data.tar.gz: 7c80453dac3cdc8717c9ef70647b06c8d20557749a6db49e49934ddb26c3e20c
5
5
  SHA512:
6
- metadata.gz: 5926479f4facef4edb672793e6a4d46e912390ee24f83b05b11df19017350f1b48b4be6904d9cfe7fb4cc003e4d9ae3979faf56524402c30371256a9b09cfe31
7
- data.tar.gz: 9229baf3c82ef774c66c353538568fe84426930386078db3a751b493041a6a838855128741dad64c3c30f940c11e1d3a2c8c0489ec7c639f0cb2fbec4576e03c
6
+ metadata.gz: a07523569f6429d0328afcdcb7e17480b47c75309cdc37f2d1b4c553d7f033d64d9585f5657afc9daaa7a0a2f60ef289a1a0f7199917c544c42c81ebfcac8ab1
7
+ data.tar.gz: bd3e747edacf72980955ca731269095bf4ac178bf7035a2c20bf8034412e87cd69a133a5d574e7e92afaae13da47b15ef0320998c905ef435e13052a734f35fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.40.0 (2024-06-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20240608
@@ -1454,9 +1454,10 @@ module Google
1454
1454
 
1455
1455
  # A list of identities that are allowed access through [EgressPolicy].
1456
1456
  # Identities can be an individual user, service account, Google group, or third-
1457
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
1458
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1459
- # 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.
1460
1461
  # Corresponds to the JSON property `identities`
1461
1462
  # @return [Array<String>]
1462
1463
  attr_accessor :identities
@@ -1624,9 +1625,10 @@ module Google
1624
1625
 
1625
1626
  # A list of identities that are allowed access through [IngressPolicy].
1626
1627
  # Identities can be an individual user, service account, Google group, or third-
1627
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
1628
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1629
- # 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.
1630
1632
  # Corresponds to the JSON property `identities`
1631
1633
  # @return [Array<String>]
1632
1634
  attr_accessor :identities
@@ -1848,6 +1850,14 @@ module Google
1848
1850
  # @return [String]
1849
1851
  attr_accessor :description
1850
1852
 
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
+
1851
1861
  # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1852
1862
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
1853
1863
  # component must begin with a letter, followed by alphanumeric characters or `_`.
@@ -1903,6 +1913,7 @@ module Google
1903
1913
  # Update properties of this object
1904
1914
  def update!(**args)
1905
1915
  @description = args[:description] if args.key?(:description)
1916
+ @etag = args[:etag] if args.key?(:etag)
1906
1917
  @name = args[:name] if args.key?(:name)
1907
1918
  @perimeter_type = args[:perimeter_type] if args.key?(:perimeter_type)
1908
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.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
@@ -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.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_v1p7beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.40.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