google-apis-cloudasset_v1p5beta1 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: 30d76066dfe547b2fd44e2db02ee86338ad0964a56973baa97fdcc192859471b
4
- data.tar.gz: f72d7acf40f811c09ca2b6ddcd61eaccb7d392c8155518cbdc32688d947ac855
3
+ metadata.gz: baee307de3c4c4f90adc6dab327e4c73a771aef027f97d32b03fd9493f8b5716
4
+ data.tar.gz: d23a15e45c395d126f68052d416d5be1e75288a22a4deacbac1b51f880464f70
5
5
  SHA512:
6
- metadata.gz: 68fecf4042881a9d34acb8b34f7ae7dab019075fcb14096112ae01635d51e052898d51ef0548df3bbb25ab15809bfd5cafb068ff80538d91e36aaf9304d8f19e
7
- data.tar.gz: 60a969a103a64746bf5e1d210c5e2865c8b16f221d38ea3d1e8c17dd282e7a436980579579c40695a04d4366cc269577ea99fa7b9d6a4c530b61d8731da5e665
6
+ metadata.gz: 32071dff727ef1bf075ed400a9dc5d7bb04fe31b04a352f1b9f97347cf7a12a912d084a0c75b0ce8676ab49bdfa02591043eabf06c0e9b3a4d413a11878b8c5c
7
+ data.tar.gz: ea5e4a75c356110a60896f68c9087c8e1977c69c72fb15a7a60058e78ccadd9ec9be35d7808d247195f0f126e3941c82acaa4e61c2ee57455d67cedc9781c716
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudasset_v1p5beta1
2
2
 
3
+ ### v0.41.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241211
6
+
7
+ ### v0.40.0 (2024-12-02)
8
+
9
+ * Regenerated from discovery document revision 20241115
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.39.0 (2024-06-16)
4
13
 
5
14
  * Regenerated from discovery document revision 20240608
@@ -1364,9 +1364,10 @@ module Google
1364
1364
 
1365
1365
  # A list of identities that are allowed access through [EgressPolicy].
1366
1366
  # Identities can be an individual user, service account, Google group, or third-
1367
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
1368
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1369
- # iam/docs/principal-identifiers#v1 are supported.
1367
+ # party identity. For third-party identity, only single identities are supported
1368
+ # and other identity types are not supported. The `v1` identities that have the
1369
+ # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1370
+ # google.com/iam/docs/principal-identifiers#v1 are supported.
1370
1371
  # Corresponds to the JSON property `identities`
1371
1372
  # @return [Array<String>]
1372
1373
  attr_accessor :identities
@@ -1439,6 +1440,14 @@ module Google
1439
1440
  # @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressTo]
1440
1441
  attr_accessor :egress_to
1441
1442
 
1443
+ # Optional. Human-readable title for the egress rule. The title must be unique
1444
+ # within the perimeter and can not exceed 100 characters. Within the access
1445
+ # policy, the combined length of all rule titles must not exceed 240,000
1446
+ # characters.
1447
+ # Corresponds to the JSON property `title`
1448
+ # @return [String]
1449
+ attr_accessor :title
1450
+
1442
1451
  def initialize(**args)
1443
1452
  update!(**args)
1444
1453
  end
@@ -1447,6 +1456,7 @@ module Google
1447
1456
  def update!(**args)
1448
1457
  @egress_from = args[:egress_from] if args.key?(:egress_from)
1449
1458
  @egress_to = args[:egress_to] if args.key?(:egress_to)
1459
+ @title = args[:title] if args.key?(:title)
1450
1460
  end
1451
1461
  end
1452
1462
 
@@ -1534,9 +1544,10 @@ module Google
1534
1544
 
1535
1545
  # A list of identities that are allowed access through [IngressPolicy].
1536
1546
  # Identities can be an individual user, service account, Google group, or third-
1537
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
1538
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1539
- # iam/docs/principal-identifiers#v1 are supported.
1547
+ # party identity. For third-party identity, only single identities are supported
1548
+ # and other identity types are not supported. The `v1` identities that have the
1549
+ # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1550
+ # google.com/iam/docs/principal-identifiers#v1 are supported.
1540
1551
  # Corresponds to the JSON property `identities`
1541
1552
  # @return [Array<String>]
1542
1553
  attr_accessor :identities
@@ -1594,6 +1605,14 @@ module Google
1594
1605
  # @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressTo]
1595
1606
  attr_accessor :ingress_to
1596
1607
 
1608
+ # Optional. Human-readable title for the ingress rule. The title must be unique
1609
+ # within the perimeter and can not exceed 100 characters. Within the access
1610
+ # policy, the combined length of all rule titles must not exceed 240,000
1611
+ # characters.
1612
+ # Corresponds to the JSON property `title`
1613
+ # @return [String]
1614
+ attr_accessor :title
1615
+
1597
1616
  def initialize(**args)
1598
1617
  update!(**args)
1599
1618
  end
@@ -1602,6 +1621,7 @@ module Google
1602
1621
  def update!(**args)
1603
1622
  @ingress_from = args[:ingress_from] if args.key?(:ingress_from)
1604
1623
  @ingress_to = args[:ingress_to] if args.key?(:ingress_to)
1624
+ @title = args[:title] if args.key?(:title)
1605
1625
  end
1606
1626
  end
1607
1627
 
@@ -1758,6 +1778,14 @@ module Google
1758
1778
  # @return [String]
1759
1779
  attr_accessor :description
1760
1780
 
1781
+ # Optional. An opaque identifier for the current version of the `
1782
+ # ServicePerimeter`. This identifier does not follow any specific format. If an
1783
+ # etag is not provided, the operation will be performed as if a valid etag is
1784
+ # provided.
1785
+ # Corresponds to the JSON property `etag`
1786
+ # @return [String]
1787
+ attr_accessor :etag
1788
+
1761
1789
  # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1762
1790
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
1763
1791
  # component must begin with a letter, followed by alphanumeric characters or `_`.
@@ -1813,6 +1841,7 @@ module Google
1813
1841
  # Update properties of this object
1814
1842
  def update!(**args)
1815
1843
  @description = args[:description] if args.key?(:description)
1844
+ @etag = args[:etag] if args.key?(:etag)
1816
1845
  @name = args[:name] if args.key?(:name)
1817
1846
  @perimeter_type = args[:perimeter_type] if args.key?(:perimeter_type)
1818
1847
  @spec = args[:spec] if args.key?(:spec)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p5beta1
18
18
  # Version of the google-apis-cloudasset_v1p5beta1 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 = "20240608"
25
+ REVISION = "20241211"
26
26
  end
27
27
  end
28
28
  end
@@ -541,6 +541,7 @@ module Google
541
541
 
542
542
  property :egress_to, as: 'egressTo', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressTo, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressTo::Representation
543
543
 
544
+ property :title, as: 'title'
544
545
  end
545
546
  end
546
547
 
@@ -578,6 +579,7 @@ module Google
578
579
 
579
580
  property :ingress_to, as: 'ingressTo', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressTo, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressTo::Representation
580
581
 
582
+ property :title, as: 'title'
581
583
  end
582
584
  end
583
585
 
@@ -619,6 +621,7 @@ module Google
619
621
  # @private
620
622
  class Representation < Google::Apis::Core::JsonRepresentation
621
623
  property :description, as: 'description'
624
+ property :etag, as: 'etag'
622
625
  property :name, as: 'name'
623
626
  property :perimeter_type, as: 'perimeterType'
624
627
  property :spec, as: 'spec', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p5beta1
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-06-16 00:00:00.000000000 Z
11
+ date: 2024-12-15 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_v1p5beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p5beta1
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.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1p5beta1