google-apis-cloudasset_v1beta1 0.47.0 → 0.49.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: cd6d9d08cf3b608d8ea6703835772503a8409a8bd8c9d5ca6313f8f95fe8eaaa
4
- data.tar.gz: ca35b402058e76f968a3c9a058468cced27a8dabdcc35f9661a592db5add252a
3
+ metadata.gz: f0a672a27051c958c4df2a66fe91ac253f768dbf9299cf448259d9a29fb0ad66
4
+ data.tar.gz: 0c5685ba16d3136427e794293a6a670087a24b2b255f31072567b5456832607a
5
5
  SHA512:
6
- metadata.gz: 6adca64d03b660d7474e824b54be61591215a1f60c8be7e5d712e00dc1a46f78f40a641bfa33c1e6629795c06f97428e990d620b19677e709717db52793fe6de
7
- data.tar.gz: c2f5c86dcd7d4d53c6d8f7c50d76d37072f7bce62dab733393ef2f457dfa36fd60d3f743d4b3444aa1705d319895de6da4d63ee76b0ba44984501944cb0bff6f
6
+ metadata.gz: 1919a7682bca285a3b261019f049d53703137a5b0a3230610db653deb11a96936a9f035366204fe2d7c4b66049dd68b09a1c238e96f6d7f62f5f046f5acf883d
7
+ data.tar.gz: 7580ecaa5e8ac1a13d8f99bdfefd445013ab3ee39909e41325c0af7416db997654c557a8726fbb6ee004e77e54678ed17c10e7bbc743177ac32833b41dda6c58
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.49.0 (2026-07-05)
4
+
5
+ * Regenerated from discovery document revision 20260624
6
+
7
+ ### v0.48.0 (2026-06-10)
8
+
9
+ * Regenerated from discovery document revision 20260427
10
+ * Regenerated using generator version 0.19.0
11
+
3
12
  ### v0.47.0 (2026-02-08)
4
13
 
5
14
  * Regenerated using generator version 0.18.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/asset-inventory/docs/quicks
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -464,10 +464,10 @@ module Google
464
464
  class GcsDestination
465
465
  include Google::Apis::Core::Hashable
466
466
 
467
- # The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
468
- # For example: "gs://bucket_name/object_name". See [Viewing and Editing Object
469
- # Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for
470
- # more information.
467
+ # The URI of the Cloud Storage object. It's the same URI that is used by gcloud
468
+ # storage. For example: "gs://bucket_name/object_name". See [Viewing and Editing
469
+ # Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-
470
+ # metadata) for more information.
471
471
  # Corresponds to the JSON property `uri`
472
472
  # @return [String]
473
473
  attr_accessor :uri
@@ -1205,6 +1205,31 @@ module Google
1205
1205
  end
1206
1206
  end
1207
1207
 
1208
+ # Adds a request header to the API.
1209
+ class GoogleIdentityAccesscontextmanagerV1AddRequestHeader
1210
+ include Google::Apis::Core::Hashable
1211
+
1212
+ # HTTP header key.
1213
+ # Corresponds to the JSON property `key`
1214
+ # @return [String]
1215
+ attr_accessor :key
1216
+
1217
+ # HTTP header value.
1218
+ # Corresponds to the JSON property `value`
1219
+ # @return [String]
1220
+ attr_accessor :value
1221
+
1222
+ def initialize(**args)
1223
+ update!(**args)
1224
+ end
1225
+
1226
+ # Update properties of this object
1227
+ def update!(**args)
1228
+ @key = args[:key] if args.key?(:key)
1229
+ @value = args[:value] if args.key?(:value)
1230
+ end
1231
+ end
1232
+
1208
1233
  # Identification for an API Operation.
1209
1234
  class GoogleIdentityAccesscontextmanagerV1ApiOperation
1210
1235
  include Google::Apis::Core::Hashable
@@ -1450,11 +1475,10 @@ module Google
1450
1475
  include Google::Apis::Core::Hashable
1451
1476
 
1452
1477
  # A list of identities that are allowed access through [EgressPolicy].
1453
- # Identities can be an individual user, service account, Google group, or third-
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.
1478
+ # Identities can be an individual user, service account, Google group, third-
1479
+ # party identity, or agent identity. For the list of supported identity types,
1480
+ # see https://docs.cloud.google.com/vpc-service-controls/docs/supported-
1481
+ # identities.
1458
1482
  # Corresponds to the JSON property `identities`
1459
1483
  # @return [Array<String>]
1460
1484
  attr_accessor :identities
@@ -1564,6 +1588,11 @@ module Google
1564
1588
  # @return [String]
1565
1589
  attr_accessor :access_level
1566
1590
 
1591
+ # Specifies the PSC an API call refers to.
1592
+ # Corresponds to the JSON property `pscEndpoint`
1593
+ # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
1594
+ attr_accessor :psc_endpoint
1595
+
1567
1596
  # A Google Cloud resource from the service perimeter that you want to allow to
1568
1597
  # access data outside the perimeter. This field supports only projects. The
1569
1598
  # project format is `projects/`project_number``. You can't use `*` in this field
@@ -1579,6 +1608,7 @@ module Google
1579
1608
  # Update properties of this object
1580
1609
  def update!(**args)
1581
1610
  @access_level = args[:access_level] if args.key?(:access_level)
1611
+ @psc_endpoint = args[:psc_endpoint] if args.key?(:psc_endpoint)
1582
1612
  @resource = args[:resource] if args.key?(:resource)
1583
1613
  end
1584
1614
  end
@@ -1646,11 +1676,10 @@ module Google
1646
1676
  include Google::Apis::Core::Hashable
1647
1677
 
1648
1678
  # A list of identities that are allowed access through [IngressPolicy].
1649
- # Identities can be an individual user, service account, Google group, or third-
1650
- # party identity. For third-party identity, only single identities are supported
1651
- # and other identity types are not supported. The `v1` identities that have the
1652
- # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1653
- # google.com/iam/docs/principal-identifiers#v1 are supported.
1679
+ # Identities can be an individual user, service account, Google group, third-
1680
+ # party identity, or agent identity. For the list of supported identity types,
1681
+ # see https://docs.cloud.google.com/vpc-service-controls/docs/supported-
1682
+ # identities.
1654
1683
  # Corresponds to the JSON property `identities`
1655
1684
  # @return [Array<String>]
1656
1685
  attr_accessor :identities
@@ -1744,6 +1773,11 @@ module Google
1744
1773
  # @return [String]
1745
1774
  attr_accessor :access_level
1746
1775
 
1776
+ # Specifies the PSC an API call refers to.
1777
+ # Corresponds to the JSON property `pscEndpoint`
1778
+ # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
1779
+ attr_accessor :psc_endpoint
1780
+
1747
1781
  # A Google Cloud resource that is allowed to ingress the perimeter. Requests
1748
1782
  # from these resources will be allowed to access perimeter data. Currently only
1749
1783
  # projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
@@ -1762,6 +1796,7 @@ module Google
1762
1796
  # Update properties of this object
1763
1797
  def update!(**args)
1764
1798
  @access_level = args[:access_level] if args.key?(:access_level)
1799
+ @psc_endpoint = args[:psc_endpoint] if args.key?(:psc_endpoint)
1765
1800
  @resource = args[:resource] if args.key?(:resource)
1766
1801
  end
1767
1802
  end
@@ -1833,6 +1868,25 @@ module Google
1833
1868
  end
1834
1869
  end
1835
1870
 
1871
+ # Modifier to apply to the API requests.
1872
+ class GoogleIdentityAccesscontextmanagerV1Modifier
1873
+ include Google::Apis::Core::Hashable
1874
+
1875
+ # Adds a request header to the API.
1876
+ # Corresponds to the JSON property `addRequestHeader`
1877
+ # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1AddRequestHeader]
1878
+ attr_accessor :add_request_header
1879
+
1880
+ def initialize(**args)
1881
+ update!(**args)
1882
+ end
1883
+
1884
+ # Update properties of this object
1885
+ def update!(**args)
1886
+ @add_request_header = args[:add_request_header] if args.key?(:add_request_header)
1887
+ end
1888
+ end
1889
+
1836
1890
  # A restriction on the OS type and version of devices making requests.
1837
1891
  class GoogleIdentityAccesscontextmanagerV1OsConstraint
1838
1892
  include Google::Apis::Core::Hashable
@@ -1870,6 +1924,60 @@ module Google
1870
1924
  end
1871
1925
  end
1872
1926
 
1927
+ # Specifies the PSC an API call refers to.
1928
+ class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
1929
+ include Google::Apis::Core::Hashable
1930
+
1931
+ # The global forwarding rule identifier. Forwarding rule format: `//compute.
1932
+ # googleapis.com/projects/`PROJECT_ID`/global/forwardingRules/`
1933
+ # FORWARDING_RULE_ID``.
1934
+ # Corresponds to the JSON property `forwardingRule`
1935
+ # @return [String]
1936
+ attr_accessor :forwarding_rule
1937
+
1938
+ def initialize(**args)
1939
+ update!(**args)
1940
+ end
1941
+
1942
+ # Update properties of this object
1943
+ def update!(**args)
1944
+ @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
1945
+ end
1946
+ end
1947
+
1948
+ # Service patterns used to allow access.
1949
+ class GoogleIdentityAccesscontextmanagerV1ServicePattern
1950
+ include Google::Apis::Core::Hashable
1951
+
1952
+ # Modifiers to apply to the requests that match the URL pattern.
1953
+ # Corresponds to the JSON property `modifiers`
1954
+ # @return [Array<Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1Modifier>]
1955
+ attr_accessor :modifiers
1956
+
1957
+ # URL pattern to allow. Only patterns of ".googleapis.com/*", "www.googleapis.
1958
+ # com//*" and "*.appspot.com/* forms are supported, where should be
1959
+ # alphanumerical name.
1960
+ # Corresponds to the JSON property `pattern`
1961
+ # @return [String]
1962
+ attr_accessor :pattern
1963
+
1964
+ # Supported service to allow.
1965
+ # Corresponds to the JSON property `service`
1966
+ # @return [String]
1967
+ attr_accessor :service
1968
+
1969
+ def initialize(**args)
1970
+ update!(**args)
1971
+ end
1972
+
1973
+ # Update properties of this object
1974
+ def update!(**args)
1975
+ @modifiers = args[:modifiers] if args.key?(:modifiers)
1976
+ @pattern = args[:pattern] if args.key?(:pattern)
1977
+ @service = args[:service] if args.key?(:service)
1978
+ end
1979
+ end
1980
+
1873
1981
  # `ServicePerimeter` describes a set of Google Cloud resources which can freely
1874
1982
  # import and export data amongst themselves, but not export outside of the `
1875
1983
  # ServicePerimeter`. If a request with a source within this `ServicePerimeter`
@@ -2030,6 +2138,12 @@ module Google
2030
2138
  class GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
2031
2139
  include Google::Apis::Core::Hashable
2032
2140
 
2141
+ # Specifies which Google services are allowed to be accessed from VPC networks
2142
+ # in the service perimeter.
2143
+ # Corresponds to the JSON property `allowedServicePatterns`
2144
+ # @return [Array<Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePattern>]
2145
+ attr_accessor :allowed_service_patterns
2146
+
2033
2147
  # The list of APIs usable within the Service Perimeter. Must be empty unless '
2034
2148
  # enable_restriction' is True. You can specify a list of individual services, as
2035
2149
  # well as include the 'RESTRICTED-SERVICES' value, which automatically includes
@@ -2045,14 +2159,21 @@ module Google
2045
2159
  attr_accessor :enable_restriction
2046
2160
  alias_method :enable_restriction?, :enable_restriction
2047
2161
 
2162
+ # Defines the enforcement scopes of service patterns.
2163
+ # Corresponds to the JSON property `servicePatternsEnforcementScopes`
2164
+ # @return [Array<String>]
2165
+ attr_accessor :service_patterns_enforcement_scopes
2166
+
2048
2167
  def initialize(**args)
2049
2168
  update!(**args)
2050
2169
  end
2051
2170
 
2052
2171
  # Update properties of this object
2053
2172
  def update!(**args)
2173
+ @allowed_service_patterns = args[:allowed_service_patterns] if args.key?(:allowed_service_patterns)
2054
2174
  @allowed_services = args[:allowed_services] if args.key?(:allowed_services)
2055
2175
  @enable_restriction = args[:enable_restriction] if args.key?(:enable_restriction)
2176
+ @service_patterns_enforcement_scopes = args[:service_patterns_enforcement_scopes] if args.key?(:service_patterns_enforcement_scopes)
2056
2177
  end
2057
2178
  end
2058
2179
 
@@ -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.47.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250307"
25
+ REVISION = "20260624"
26
26
  end
27
27
  end
28
28
  end
@@ -148,6 +148,12 @@ module Google
148
148
  include Google::Apis::Core::JsonObjectSupport
149
149
  end
150
150
 
151
+ class GoogleIdentityAccesscontextmanagerV1AddRequestHeader
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
151
157
  class GoogleIdentityAccesscontextmanagerV1ApiOperation
152
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
159
 
@@ -232,12 +238,30 @@ module Google
232
238
  include Google::Apis::Core::JsonObjectSupport
233
239
  end
234
240
 
241
+ class GoogleIdentityAccesscontextmanagerV1Modifier
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
235
247
  class GoogleIdentityAccesscontextmanagerV1OsConstraint
236
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
237
249
 
238
250
  include Google::Apis::Core::JsonObjectSupport
239
251
  end
240
252
 
253
+ class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GoogleIdentityAccesscontextmanagerV1ServicePattern
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
241
265
  class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
242
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
267
 
@@ -537,6 +561,14 @@ module Google
537
561
  end
538
562
  end
539
563
 
564
+ class GoogleIdentityAccesscontextmanagerV1AddRequestHeader
565
+ # @private
566
+ class Representation < Google::Apis::Core::JsonRepresentation
567
+ property :key, as: 'key'
568
+ property :value, as: 'value'
569
+ end
570
+ end
571
+
540
572
  class GoogleIdentityAccesscontextmanagerV1ApiOperation
541
573
  # @private
542
574
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -617,6 +649,8 @@ module Google
617
649
  # @private
618
650
  class Representation < Google::Apis::Core::JsonRepresentation
619
651
  property :access_level, as: 'accessLevel'
652
+ property :psc_endpoint, as: 'pscEndpoint', class: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint, decorator: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint::Representation
653
+
620
654
  property :resource, as: 'resource'
621
655
  end
622
656
  end
@@ -657,6 +691,8 @@ module Google
657
691
  # @private
658
692
  class Representation < Google::Apis::Core::JsonRepresentation
659
693
  property :access_level, as: 'accessLevel'
694
+ property :psc_endpoint, as: 'pscEndpoint', class: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint, decorator: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint::Representation
695
+
660
696
  property :resource, as: 'resource'
661
697
  end
662
698
  end
@@ -679,6 +715,14 @@ module Google
679
715
  end
680
716
  end
681
717
 
718
+ class GoogleIdentityAccesscontextmanagerV1Modifier
719
+ # @private
720
+ class Representation < Google::Apis::Core::JsonRepresentation
721
+ property :add_request_header, as: 'addRequestHeader', class: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1AddRequestHeader, decorator: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1AddRequestHeader::Representation
722
+
723
+ end
724
+ end
725
+
682
726
  class GoogleIdentityAccesscontextmanagerV1OsConstraint
683
727
  # @private
684
728
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -688,6 +732,23 @@ module Google
688
732
  end
689
733
  end
690
734
 
735
+ class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
736
+ # @private
737
+ class Representation < Google::Apis::Core::JsonRepresentation
738
+ property :forwarding_rule, as: 'forwardingRule'
739
+ end
740
+ end
741
+
742
+ class GoogleIdentityAccesscontextmanagerV1ServicePattern
743
+ # @private
744
+ class Representation < Google::Apis::Core::JsonRepresentation
745
+ collection :modifiers, as: 'modifiers', class: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1Modifier, decorator: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1Modifier::Representation
746
+
747
+ property :pattern, as: 'pattern'
748
+ property :service, as: 'service'
749
+ end
750
+ end
751
+
691
752
  class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
692
753
  # @private
693
754
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -722,8 +783,11 @@ module Google
722
783
  class GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
723
784
  # @private
724
785
  class Representation < Google::Apis::Core::JsonRepresentation
786
+ collection :allowed_service_patterns, as: 'allowedServicePatterns', class: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePattern, decorator: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePattern::Representation
787
+
725
788
  collection :allowed_services, as: 'allowedServices'
726
789
  property :enable_restriction, as: 'enableRestriction'
790
+ collection :service_patterns_enforcement_scopes, as: 'servicePatternsEnforcementScopes'
727
791
  end
728
792
  end
729
793
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.47.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.49.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="