google-apis-cloudasset_v1 0.97.0 → 0.98.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: 2d13e3532881fc190b8307adab27c24033041bbba105dd5069d11e5e8bfbfa6d
4
- data.tar.gz: de7d886b215e5b0170117b0c6b12635e383a9cc5edbb69f431f87f59fb784975
3
+ metadata.gz: 1dea5ade20b47e8300214764fd1b50738d938b72cdb35964d348adcf98886294
4
+ data.tar.gz: 3edc9b7868bcc1ca92529120a070627f2cc1996c192561ca8f5aa9ce41bbfdea
5
5
  SHA512:
6
- metadata.gz: e411af7c87e4df2ef5c1ca802d3306988580193bdefe921c4d255e3d68b5fb45f98b2d1ce17ec18cc0e9aeb12881ff9f4f2b2a9b347a17b2a233414671c9cba9
7
- data.tar.gz: 5fc6ba53e560c88a8e0d43d245535ca4ba6b716de737e23ee9a21abfaddce4d830761d4c104b9c36edf6859141b0a886e40fd6200f48d56cfeac1fbb7135705a
6
+ metadata.gz: a61a34c60c7814316350a80bd2e46c3213eaf5855183e99a2590e030099915da68d054b75ba6d720eb4de0f95d2738e513cbbf4edfb35505d6989978f687775d
7
+ data.tar.gz: a03b0304a1c7885a690518dc34974d0f9b1d131c93e43db1a3bc4c7f232a1138f4e3d55496d7a294b17b2bdd77c34e8493c0cda4363478e1691b5cd0946a4b1f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.98.0 (2026-06-28)
4
+
5
+ * Regenerated from discovery document revision 20260624
6
+
3
7
  ### v0.97.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -2950,6 +2950,31 @@ module Google
2950
2950
  end
2951
2951
  end
2952
2952
 
2953
+ # Adds a request header to the API.
2954
+ class GoogleIdentityAccesscontextmanagerV1AddRequestHeader
2955
+ include Google::Apis::Core::Hashable
2956
+
2957
+ # HTTP header key.
2958
+ # Corresponds to the JSON property `key`
2959
+ # @return [String]
2960
+ attr_accessor :key
2961
+
2962
+ # HTTP header value.
2963
+ # Corresponds to the JSON property `value`
2964
+ # @return [String]
2965
+ attr_accessor :value
2966
+
2967
+ def initialize(**args)
2968
+ update!(**args)
2969
+ end
2970
+
2971
+ # Update properties of this object
2972
+ def update!(**args)
2973
+ @key = args[:key] if args.key?(:key)
2974
+ @value = args[:value] if args.key?(:value)
2975
+ end
2976
+ end
2977
+
2953
2978
  # Identification for an API Operation.
2954
2979
  class GoogleIdentityAccesscontextmanagerV1ApiOperation
2955
2980
  include Google::Apis::Core::Hashable
@@ -3308,6 +3333,11 @@ module Google
3308
3333
  # @return [String]
3309
3334
  attr_accessor :access_level
3310
3335
 
3336
+ # Specifies the PSC an API call refers to.
3337
+ # Corresponds to the JSON property `pscEndpoint`
3338
+ # @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
3339
+ attr_accessor :psc_endpoint
3340
+
3311
3341
  # A Google Cloud resource from the service perimeter that you want to allow to
3312
3342
  # access data outside the perimeter. This field supports only projects. The
3313
3343
  # project format is `projects/`project_number``. You can't use `*` in this field
@@ -3323,6 +3353,7 @@ module Google
3323
3353
  # Update properties of this object
3324
3354
  def update!(**args)
3325
3355
  @access_level = args[:access_level] if args.key?(:access_level)
3356
+ @psc_endpoint = args[:psc_endpoint] if args.key?(:psc_endpoint)
3326
3357
  @resource = args[:resource] if args.key?(:resource)
3327
3358
  end
3328
3359
  end
@@ -3487,6 +3518,11 @@ module Google
3487
3518
  # @return [String]
3488
3519
  attr_accessor :access_level
3489
3520
 
3521
+ # Specifies the PSC an API call refers to.
3522
+ # Corresponds to the JSON property `pscEndpoint`
3523
+ # @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
3524
+ attr_accessor :psc_endpoint
3525
+
3490
3526
  # A Google Cloud resource that is allowed to ingress the perimeter. Requests
3491
3527
  # from these resources will be allowed to access perimeter data. Currently only
3492
3528
  # projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
@@ -3505,6 +3541,7 @@ module Google
3505
3541
  # Update properties of this object
3506
3542
  def update!(**args)
3507
3543
  @access_level = args[:access_level] if args.key?(:access_level)
3544
+ @psc_endpoint = args[:psc_endpoint] if args.key?(:psc_endpoint)
3508
3545
  @resource = args[:resource] if args.key?(:resource)
3509
3546
  end
3510
3547
  end
@@ -3576,6 +3613,25 @@ module Google
3576
3613
  end
3577
3614
  end
3578
3615
 
3616
+ # Modifier to apply to the API requests.
3617
+ class GoogleIdentityAccesscontextmanagerV1Modifier
3618
+ include Google::Apis::Core::Hashable
3619
+
3620
+ # Adds a request header to the API.
3621
+ # Corresponds to the JSON property `addRequestHeader`
3622
+ # @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1AddRequestHeader]
3623
+ attr_accessor :add_request_header
3624
+
3625
+ def initialize(**args)
3626
+ update!(**args)
3627
+ end
3628
+
3629
+ # Update properties of this object
3630
+ def update!(**args)
3631
+ @add_request_header = args[:add_request_header] if args.key?(:add_request_header)
3632
+ end
3633
+ end
3634
+
3579
3635
  # A restriction on the OS type and version of devices making requests.
3580
3636
  class GoogleIdentityAccesscontextmanagerV1OsConstraint
3581
3637
  include Google::Apis::Core::Hashable
@@ -3613,6 +3669,60 @@ module Google
3613
3669
  end
3614
3670
  end
3615
3671
 
3672
+ # Specifies the PSC an API call refers to.
3673
+ class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
3674
+ include Google::Apis::Core::Hashable
3675
+
3676
+ # The global forwarding rule identifier. Forwarding rule format: `//compute.
3677
+ # googleapis.com/projects/`PROJECT_ID`/global/forwardingRules/`
3678
+ # FORWARDING_RULE_ID``.
3679
+ # Corresponds to the JSON property `forwardingRule`
3680
+ # @return [String]
3681
+ attr_accessor :forwarding_rule
3682
+
3683
+ def initialize(**args)
3684
+ update!(**args)
3685
+ end
3686
+
3687
+ # Update properties of this object
3688
+ def update!(**args)
3689
+ @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
3690
+ end
3691
+ end
3692
+
3693
+ # Service patterns used to allow access.
3694
+ class GoogleIdentityAccesscontextmanagerV1ServicePattern
3695
+ include Google::Apis::Core::Hashable
3696
+
3697
+ # Modifiers to apply to the requests that match the URL pattern.
3698
+ # Corresponds to the JSON property `modifiers`
3699
+ # @return [Array<Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1Modifier>]
3700
+ attr_accessor :modifiers
3701
+
3702
+ # URL pattern to allow. Only patterns of ".googleapis.com/*", "www.googleapis.
3703
+ # com//*" and "*.appspot.com/* forms are supported, where should be
3704
+ # alphanumerical name.
3705
+ # Corresponds to the JSON property `pattern`
3706
+ # @return [String]
3707
+ attr_accessor :pattern
3708
+
3709
+ # Supported service to allow.
3710
+ # Corresponds to the JSON property `service`
3711
+ # @return [String]
3712
+ attr_accessor :service
3713
+
3714
+ def initialize(**args)
3715
+ update!(**args)
3716
+ end
3717
+
3718
+ # Update properties of this object
3719
+ def update!(**args)
3720
+ @modifiers = args[:modifiers] if args.key?(:modifiers)
3721
+ @pattern = args[:pattern] if args.key?(:pattern)
3722
+ @service = args[:service] if args.key?(:service)
3723
+ end
3724
+ end
3725
+
3616
3726
  # `ServicePerimeter` describes a set of Google Cloud resources which can freely
3617
3727
  # import and export data amongst themselves, but not export outside of the `
3618
3728
  # ServicePerimeter`. If a request with a source within this `ServicePerimeter`
@@ -3773,6 +3883,12 @@ module Google
3773
3883
  class GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
3774
3884
  include Google::Apis::Core::Hashable
3775
3885
 
3886
+ # Specifies which Google services are allowed to be accessed from VPC networks
3887
+ # in the service perimeter.
3888
+ # Corresponds to the JSON property `allowedServicePatterns`
3889
+ # @return [Array<Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ServicePattern>]
3890
+ attr_accessor :allowed_service_patterns
3891
+
3776
3892
  # The list of APIs usable within the Service Perimeter. Must be empty unless '
3777
3893
  # enable_restriction' is True. You can specify a list of individual services, as
3778
3894
  # well as include the 'RESTRICTED-SERVICES' value, which automatically includes
@@ -3788,14 +3904,21 @@ module Google
3788
3904
  attr_accessor :enable_restriction
3789
3905
  alias_method :enable_restriction?, :enable_restriction
3790
3906
 
3907
+ # Defines the enforcement scopes of service patterns.
3908
+ # Corresponds to the JSON property `servicePatternsEnforcementScopes`
3909
+ # @return [Array<String>]
3910
+ attr_accessor :service_patterns_enforcement_scopes
3911
+
3791
3912
  def initialize(**args)
3792
3913
  update!(**args)
3793
3914
  end
3794
3915
 
3795
3916
  # Update properties of this object
3796
3917
  def update!(**args)
3918
+ @allowed_service_patterns = args[:allowed_service_patterns] if args.key?(:allowed_service_patterns)
3797
3919
  @allowed_services = args[:allowed_services] if args.key?(:allowed_services)
3798
3920
  @enable_restriction = args[:enable_restriction] if args.key?(:enable_restriction)
3921
+ @service_patterns_enforcement_scopes = args[:service_patterns_enforcement_scopes] if args.key?(:service_patterns_enforcement_scopes)
3799
3922
  end
3800
3923
  end
3801
3924
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.97.0"
19
+ GEM_VERSION = "0.98.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260417"
25
+ REVISION = "20260624"
26
26
  end
27
27
  end
28
28
  end
@@ -406,6 +406,12 @@ module Google
406
406
  include Google::Apis::Core::JsonObjectSupport
407
407
  end
408
408
 
409
+ class GoogleIdentityAccesscontextmanagerV1AddRequestHeader
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
409
415
  class GoogleIdentityAccesscontextmanagerV1ApiOperation
410
416
  class Representation < Google::Apis::Core::JsonRepresentation; end
411
417
 
@@ -490,12 +496,30 @@ module Google
490
496
  include Google::Apis::Core::JsonObjectSupport
491
497
  end
492
498
 
499
+ class GoogleIdentityAccesscontextmanagerV1Modifier
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
493
505
  class GoogleIdentityAccesscontextmanagerV1OsConstraint
494
506
  class Representation < Google::Apis::Core::JsonRepresentation; end
495
507
 
496
508
  include Google::Apis::Core::JsonObjectSupport
497
509
  end
498
510
 
511
+ class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class GoogleIdentityAccesscontextmanagerV1ServicePattern
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
499
523
  class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
500
524
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
525
 
@@ -1539,6 +1563,14 @@ module Google
1539
1563
  end
1540
1564
  end
1541
1565
 
1566
+ class GoogleIdentityAccesscontextmanagerV1AddRequestHeader
1567
+ # @private
1568
+ class Representation < Google::Apis::Core::JsonRepresentation
1569
+ property :key, as: 'key'
1570
+ property :value, as: 'value'
1571
+ end
1572
+ end
1573
+
1542
1574
  class GoogleIdentityAccesscontextmanagerV1ApiOperation
1543
1575
  # @private
1544
1576
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1619,6 +1651,8 @@ module Google
1619
1651
  # @private
1620
1652
  class Representation < Google::Apis::Core::JsonRepresentation
1621
1653
  property :access_level, as: 'accessLevel'
1654
+ property :psc_endpoint, as: 'pscEndpoint', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint::Representation
1655
+
1622
1656
  property :resource, as: 'resource'
1623
1657
  end
1624
1658
  end
@@ -1659,6 +1693,8 @@ module Google
1659
1693
  # @private
1660
1694
  class Representation < Google::Apis::Core::JsonRepresentation
1661
1695
  property :access_level, as: 'accessLevel'
1696
+ property :psc_endpoint, as: 'pscEndpoint', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint::Representation
1697
+
1662
1698
  property :resource, as: 'resource'
1663
1699
  end
1664
1700
  end
@@ -1681,6 +1717,14 @@ module Google
1681
1717
  end
1682
1718
  end
1683
1719
 
1720
+ class GoogleIdentityAccesscontextmanagerV1Modifier
1721
+ # @private
1722
+ class Representation < Google::Apis::Core::JsonRepresentation
1723
+ property :add_request_header, as: 'addRequestHeader', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1AddRequestHeader, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1AddRequestHeader::Representation
1724
+
1725
+ end
1726
+ end
1727
+
1684
1728
  class GoogleIdentityAccesscontextmanagerV1OsConstraint
1685
1729
  # @private
1686
1730
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1690,6 +1734,23 @@ module Google
1690
1734
  end
1691
1735
  end
1692
1736
 
1737
+ class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
1738
+ # @private
1739
+ class Representation < Google::Apis::Core::JsonRepresentation
1740
+ property :forwarding_rule, as: 'forwardingRule'
1741
+ end
1742
+ end
1743
+
1744
+ class GoogleIdentityAccesscontextmanagerV1ServicePattern
1745
+ # @private
1746
+ class Representation < Google::Apis::Core::JsonRepresentation
1747
+ collection :modifiers, as: 'modifiers', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1Modifier, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1Modifier::Representation
1748
+
1749
+ property :pattern, as: 'pattern'
1750
+ property :service, as: 'service'
1751
+ end
1752
+ end
1753
+
1693
1754
  class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
1694
1755
  # @private
1695
1756
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1724,8 +1785,11 @@ module Google
1724
1785
  class GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
1725
1786
  # @private
1726
1787
  class Representation < Google::Apis::Core::JsonRepresentation
1788
+ collection :allowed_service_patterns, as: 'allowedServicePatterns', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ServicePattern, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ServicePattern::Representation
1789
+
1727
1790
  collection :allowed_services, as: 'allowedServices'
1728
1791
  property :enable_restriction, as: 'enableRestriction'
1792
+ collection :service_patterns_enforcement_scopes, as: 'servicePatternsEnforcementScopes'
1729
1793
  end
1730
1794
  end
1731
1795
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.97.0
4
+ version: 0.98.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.97.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.98.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
62
62
  rdoc_options: []
63
63
  require_paths: