google-apis-cloudasset_v1p1beta1 0.49.0 → 0.50.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98eb9aa1f89a980a45cb1ba0f0e8698e7ae6493eacbd4b36b64495c8d3dfb01a
|
|
4
|
+
data.tar.gz: 8b1a80ba4241c31fed8d1e56fa44dabc8888bce2179d8412dd96e4978200a338
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fea1fb7e008f260ccbf8602e8371c19c8a757b24ffb9470758d087a6ea99bc656ce5d30e251a9caa21720230fe70c9b93bfdca7e1e04cfc7fa921edc7aa507fd
|
|
7
|
+
data.tar.gz: 158f01c25cf75cdd43d9ca28c82608e7019367603f59d39a9699fbb5eefffde77234bf72deba4d322fc1e0a010f5c89da2f7c8eb2378cc5f3b03c6a44c2fcfe1
|
data/CHANGELOG.md
CHANGED
|
@@ -1015,6 +1015,31 @@ module Google
|
|
|
1015
1015
|
end
|
|
1016
1016
|
end
|
|
1017
1017
|
|
|
1018
|
+
# Adds a request header to the API.
|
|
1019
|
+
class GoogleIdentityAccesscontextmanagerV1AddRequestHeader
|
|
1020
|
+
include Google::Apis::Core::Hashable
|
|
1021
|
+
|
|
1022
|
+
# HTTP header key.
|
|
1023
|
+
# Corresponds to the JSON property `key`
|
|
1024
|
+
# @return [String]
|
|
1025
|
+
attr_accessor :key
|
|
1026
|
+
|
|
1027
|
+
# HTTP header value.
|
|
1028
|
+
# Corresponds to the JSON property `value`
|
|
1029
|
+
# @return [String]
|
|
1030
|
+
attr_accessor :value
|
|
1031
|
+
|
|
1032
|
+
def initialize(**args)
|
|
1033
|
+
update!(**args)
|
|
1034
|
+
end
|
|
1035
|
+
|
|
1036
|
+
# Update properties of this object
|
|
1037
|
+
def update!(**args)
|
|
1038
|
+
@key = args[:key] if args.key?(:key)
|
|
1039
|
+
@value = args[:value] if args.key?(:value)
|
|
1040
|
+
end
|
|
1041
|
+
end
|
|
1042
|
+
|
|
1018
1043
|
# Identification for an API Operation.
|
|
1019
1044
|
class GoogleIdentityAccesscontextmanagerV1ApiOperation
|
|
1020
1045
|
include Google::Apis::Core::Hashable
|
|
@@ -1373,6 +1398,11 @@ module Google
|
|
|
1373
1398
|
# @return [String]
|
|
1374
1399
|
attr_accessor :access_level
|
|
1375
1400
|
|
|
1401
|
+
# Specifies the PSC an API call refers to.
|
|
1402
|
+
# Corresponds to the JSON property `pscEndpoint`
|
|
1403
|
+
# @return [Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
|
|
1404
|
+
attr_accessor :psc_endpoint
|
|
1405
|
+
|
|
1376
1406
|
# A Google Cloud resource from the service perimeter that you want to allow to
|
|
1377
1407
|
# access data outside the perimeter. This field supports only projects. The
|
|
1378
1408
|
# project format is `projects/`project_number``. You can't use `*` in this field
|
|
@@ -1388,6 +1418,7 @@ module Google
|
|
|
1388
1418
|
# Update properties of this object
|
|
1389
1419
|
def update!(**args)
|
|
1390
1420
|
@access_level = args[:access_level] if args.key?(:access_level)
|
|
1421
|
+
@psc_endpoint = args[:psc_endpoint] if args.key?(:psc_endpoint)
|
|
1391
1422
|
@resource = args[:resource] if args.key?(:resource)
|
|
1392
1423
|
end
|
|
1393
1424
|
end
|
|
@@ -1552,6 +1583,11 @@ module Google
|
|
|
1552
1583
|
# @return [String]
|
|
1553
1584
|
attr_accessor :access_level
|
|
1554
1585
|
|
|
1586
|
+
# Specifies the PSC an API call refers to.
|
|
1587
|
+
# Corresponds to the JSON property `pscEndpoint`
|
|
1588
|
+
# @return [Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
|
|
1589
|
+
attr_accessor :psc_endpoint
|
|
1590
|
+
|
|
1555
1591
|
# A Google Cloud resource that is allowed to ingress the perimeter. Requests
|
|
1556
1592
|
# from these resources will be allowed to access perimeter data. Currently only
|
|
1557
1593
|
# projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
|
|
@@ -1570,6 +1606,7 @@ module Google
|
|
|
1570
1606
|
# Update properties of this object
|
|
1571
1607
|
def update!(**args)
|
|
1572
1608
|
@access_level = args[:access_level] if args.key?(:access_level)
|
|
1609
|
+
@psc_endpoint = args[:psc_endpoint] if args.key?(:psc_endpoint)
|
|
1573
1610
|
@resource = args[:resource] if args.key?(:resource)
|
|
1574
1611
|
end
|
|
1575
1612
|
end
|
|
@@ -1641,6 +1678,25 @@ module Google
|
|
|
1641
1678
|
end
|
|
1642
1679
|
end
|
|
1643
1680
|
|
|
1681
|
+
# Modifier to apply to the API requests.
|
|
1682
|
+
class GoogleIdentityAccesscontextmanagerV1Modifier
|
|
1683
|
+
include Google::Apis::Core::Hashable
|
|
1684
|
+
|
|
1685
|
+
# Adds a request header to the API.
|
|
1686
|
+
# Corresponds to the JSON property `addRequestHeader`
|
|
1687
|
+
# @return [Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1AddRequestHeader]
|
|
1688
|
+
attr_accessor :add_request_header
|
|
1689
|
+
|
|
1690
|
+
def initialize(**args)
|
|
1691
|
+
update!(**args)
|
|
1692
|
+
end
|
|
1693
|
+
|
|
1694
|
+
# Update properties of this object
|
|
1695
|
+
def update!(**args)
|
|
1696
|
+
@add_request_header = args[:add_request_header] if args.key?(:add_request_header)
|
|
1697
|
+
end
|
|
1698
|
+
end
|
|
1699
|
+
|
|
1644
1700
|
# A restriction on the OS type and version of devices making requests.
|
|
1645
1701
|
class GoogleIdentityAccesscontextmanagerV1OsConstraint
|
|
1646
1702
|
include Google::Apis::Core::Hashable
|
|
@@ -1678,6 +1734,60 @@ module Google
|
|
|
1678
1734
|
end
|
|
1679
1735
|
end
|
|
1680
1736
|
|
|
1737
|
+
# Specifies the PSC an API call refers to.
|
|
1738
|
+
class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
|
|
1739
|
+
include Google::Apis::Core::Hashable
|
|
1740
|
+
|
|
1741
|
+
# The global forwarding rule identifier. Forwarding rule format: `//compute.
|
|
1742
|
+
# googleapis.com/projects/`PROJECT_ID`/global/forwardingRules/`
|
|
1743
|
+
# FORWARDING_RULE_ID``.
|
|
1744
|
+
# Corresponds to the JSON property `forwardingRule`
|
|
1745
|
+
# @return [String]
|
|
1746
|
+
attr_accessor :forwarding_rule
|
|
1747
|
+
|
|
1748
|
+
def initialize(**args)
|
|
1749
|
+
update!(**args)
|
|
1750
|
+
end
|
|
1751
|
+
|
|
1752
|
+
# Update properties of this object
|
|
1753
|
+
def update!(**args)
|
|
1754
|
+
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
|
1755
|
+
end
|
|
1756
|
+
end
|
|
1757
|
+
|
|
1758
|
+
# Service patterns used to allow access.
|
|
1759
|
+
class GoogleIdentityAccesscontextmanagerV1ServicePattern
|
|
1760
|
+
include Google::Apis::Core::Hashable
|
|
1761
|
+
|
|
1762
|
+
# Modifiers to apply to the requests that match the URL pattern.
|
|
1763
|
+
# Corresponds to the JSON property `modifiers`
|
|
1764
|
+
# @return [Array<Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1Modifier>]
|
|
1765
|
+
attr_accessor :modifiers
|
|
1766
|
+
|
|
1767
|
+
# URL pattern to allow. Only patterns of ".googleapis.com/*", "www.googleapis.
|
|
1768
|
+
# com//*" and "*.appspot.com/* forms are supported, where should be
|
|
1769
|
+
# alphanumerical name.
|
|
1770
|
+
# Corresponds to the JSON property `pattern`
|
|
1771
|
+
# @return [String]
|
|
1772
|
+
attr_accessor :pattern
|
|
1773
|
+
|
|
1774
|
+
# Supported service to allow.
|
|
1775
|
+
# Corresponds to the JSON property `service`
|
|
1776
|
+
# @return [String]
|
|
1777
|
+
attr_accessor :service
|
|
1778
|
+
|
|
1779
|
+
def initialize(**args)
|
|
1780
|
+
update!(**args)
|
|
1781
|
+
end
|
|
1782
|
+
|
|
1783
|
+
# Update properties of this object
|
|
1784
|
+
def update!(**args)
|
|
1785
|
+
@modifiers = args[:modifiers] if args.key?(:modifiers)
|
|
1786
|
+
@pattern = args[:pattern] if args.key?(:pattern)
|
|
1787
|
+
@service = args[:service] if args.key?(:service)
|
|
1788
|
+
end
|
|
1789
|
+
end
|
|
1790
|
+
|
|
1681
1791
|
# `ServicePerimeter` describes a set of Google Cloud resources which can freely
|
|
1682
1792
|
# import and export data amongst themselves, but not export outside of the `
|
|
1683
1793
|
# ServicePerimeter`. If a request with a source within this `ServicePerimeter`
|
|
@@ -1838,6 +1948,12 @@ module Google
|
|
|
1838
1948
|
class GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
|
|
1839
1949
|
include Google::Apis::Core::Hashable
|
|
1840
1950
|
|
|
1951
|
+
# Specifies which Google services are allowed to be accessed from VPC networks
|
|
1952
|
+
# in the service perimeter.
|
|
1953
|
+
# Corresponds to the JSON property `allowedServicePatterns`
|
|
1954
|
+
# @return [Array<Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ServicePattern>]
|
|
1955
|
+
attr_accessor :allowed_service_patterns
|
|
1956
|
+
|
|
1841
1957
|
# The list of APIs usable within the Service Perimeter. Must be empty unless '
|
|
1842
1958
|
# enable_restriction' is True. You can specify a list of individual services, as
|
|
1843
1959
|
# well as include the 'RESTRICTED-SERVICES' value, which automatically includes
|
|
@@ -1853,14 +1969,21 @@ module Google
|
|
|
1853
1969
|
attr_accessor :enable_restriction
|
|
1854
1970
|
alias_method :enable_restriction?, :enable_restriction
|
|
1855
1971
|
|
|
1972
|
+
# Defines the enforcement scopes of service patterns.
|
|
1973
|
+
# Corresponds to the JSON property `servicePatternsEnforcementScopes`
|
|
1974
|
+
# @return [Array<String>]
|
|
1975
|
+
attr_accessor :service_patterns_enforcement_scopes
|
|
1976
|
+
|
|
1856
1977
|
def initialize(**args)
|
|
1857
1978
|
update!(**args)
|
|
1858
1979
|
end
|
|
1859
1980
|
|
|
1860
1981
|
# Update properties of this object
|
|
1861
1982
|
def update!(**args)
|
|
1983
|
+
@allowed_service_patterns = args[:allowed_service_patterns] if args.key?(:allowed_service_patterns)
|
|
1862
1984
|
@allowed_services = args[:allowed_services] if args.key?(:allowed_services)
|
|
1863
1985
|
@enable_restriction = args[:enable_restriction] if args.key?(:enable_restriction)
|
|
1986
|
+
@service_patterns_enforcement_scopes = args[:service_patterns_enforcement_scopes] if args.key?(:service_patterns_enforcement_scopes)
|
|
1864
1987
|
end
|
|
1865
1988
|
end
|
|
1866
1989
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudassetV1p1beta1
|
|
18
18
|
# Version of the google-apis-cloudasset_v1p1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.50.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 = "
|
|
25
|
+
REVISION = "20260624"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -130,6 +130,12 @@ module Google
|
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
|
131
131
|
end
|
|
132
132
|
|
|
133
|
+
class GoogleIdentityAccesscontextmanagerV1AddRequestHeader
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
133
139
|
class GoogleIdentityAccesscontextmanagerV1ApiOperation
|
|
134
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
141
|
|
|
@@ -214,12 +220,30 @@ module Google
|
|
|
214
220
|
include Google::Apis::Core::JsonObjectSupport
|
|
215
221
|
end
|
|
216
222
|
|
|
223
|
+
class GoogleIdentityAccesscontextmanagerV1Modifier
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
217
229
|
class GoogleIdentityAccesscontextmanagerV1OsConstraint
|
|
218
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
231
|
|
|
220
232
|
include Google::Apis::Core::JsonObjectSupport
|
|
221
233
|
end
|
|
222
234
|
|
|
235
|
+
class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
|
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
|
+
|
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
class GoogleIdentityAccesscontextmanagerV1ServicePattern
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
223
247
|
class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
|
|
224
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
249
|
|
|
@@ -474,6 +498,14 @@ module Google
|
|
|
474
498
|
end
|
|
475
499
|
end
|
|
476
500
|
|
|
501
|
+
class GoogleIdentityAccesscontextmanagerV1AddRequestHeader
|
|
502
|
+
# @private
|
|
503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
504
|
+
property :key, as: 'key'
|
|
505
|
+
property :value, as: 'value'
|
|
506
|
+
end
|
|
507
|
+
end
|
|
508
|
+
|
|
477
509
|
class GoogleIdentityAccesscontextmanagerV1ApiOperation
|
|
478
510
|
# @private
|
|
479
511
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -554,6 +586,8 @@ module Google
|
|
|
554
586
|
# @private
|
|
555
587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
556
588
|
property :access_level, as: 'accessLevel'
|
|
589
|
+
property :psc_endpoint, as: 'pscEndpoint', class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint, decorator: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint::Representation
|
|
590
|
+
|
|
557
591
|
property :resource, as: 'resource'
|
|
558
592
|
end
|
|
559
593
|
end
|
|
@@ -594,6 +628,8 @@ module Google
|
|
|
594
628
|
# @private
|
|
595
629
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
596
630
|
property :access_level, as: 'accessLevel'
|
|
631
|
+
property :psc_endpoint, as: 'pscEndpoint', class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint, decorator: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint::Representation
|
|
632
|
+
|
|
597
633
|
property :resource, as: 'resource'
|
|
598
634
|
end
|
|
599
635
|
end
|
|
@@ -616,6 +652,14 @@ module Google
|
|
|
616
652
|
end
|
|
617
653
|
end
|
|
618
654
|
|
|
655
|
+
class GoogleIdentityAccesscontextmanagerV1Modifier
|
|
656
|
+
# @private
|
|
657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
658
|
+
property :add_request_header, as: 'addRequestHeader', class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1AddRequestHeader, decorator: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1AddRequestHeader::Representation
|
|
659
|
+
|
|
660
|
+
end
|
|
661
|
+
end
|
|
662
|
+
|
|
619
663
|
class GoogleIdentityAccesscontextmanagerV1OsConstraint
|
|
620
664
|
# @private
|
|
621
665
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -625,6 +669,23 @@ module Google
|
|
|
625
669
|
end
|
|
626
670
|
end
|
|
627
671
|
|
|
672
|
+
class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
|
|
673
|
+
# @private
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
675
|
+
property :forwarding_rule, as: 'forwardingRule'
|
|
676
|
+
end
|
|
677
|
+
end
|
|
678
|
+
|
|
679
|
+
class GoogleIdentityAccesscontextmanagerV1ServicePattern
|
|
680
|
+
# @private
|
|
681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
682
|
+
collection :modifiers, as: 'modifiers', class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1Modifier, decorator: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1Modifier::Representation
|
|
683
|
+
|
|
684
|
+
property :pattern, as: 'pattern'
|
|
685
|
+
property :service, as: 'service'
|
|
686
|
+
end
|
|
687
|
+
end
|
|
688
|
+
|
|
628
689
|
class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
|
|
629
690
|
# @private
|
|
630
691
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -659,8 +720,11 @@ module Google
|
|
|
659
720
|
class GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
|
|
660
721
|
# @private
|
|
661
722
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
723
|
+
collection :allowed_service_patterns, as: 'allowedServicePatterns', class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ServicePattern, decorator: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ServicePattern::Representation
|
|
724
|
+
|
|
662
725
|
collection :allowed_services, as: 'allowedServices'
|
|
663
726
|
property :enable_restriction, as: 'enableRestriction'
|
|
727
|
+
collection :service_patterns_enforcement_scopes, as: 'servicePatternsEnforcementScopes'
|
|
664
728
|
end
|
|
665
729
|
end
|
|
666
730
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudasset_v1p1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.50.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_v1p1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.50.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|