google-apis-cloudasset_v1beta1 0.40.0 → 0.42.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5df152631142021f1d33f52742f864897ecd487291c0b58cfc154fa617ccf752
|
4
|
+
data.tar.gz: b80333b5d327832e092bd832e73d8395bed3ab56b84885e8ab208f7a6975c902
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09e5d58b71f8df8a427e21e631e100849e44ff9096ea1551d6e56d1fdac5b7ee231af2300acbcea93ad35f7e358ba5bc759d8f290f01e4fd92679363ba1fd86f'
|
7
|
+
data.tar.gz: 74bef30bb07afd50a7d9699a68e87df8a9bcf9275b4bd1ce65afbbaed9255c68dcf4dd7cdf21020ac16944cb44f062c40d6442096d411b16dd873b4cd60e97b3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudasset_v1beta1
|
2
2
|
|
3
|
+
### v0.42.0 (2024-12-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241211
|
6
|
+
|
7
|
+
### v0.41.0 (2024-12-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241115
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.40.0 (2024-06-16)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240608
|
@@ -1451,9 +1451,10 @@ module Google
|
|
1451
1451
|
|
1452
1452
|
# A list of identities that are allowed access through [EgressPolicy].
|
1453
1453
|
# Identities can be an individual user, service account, Google group, or third-
|
1454
|
-
# party identity.
|
1455
|
-
#
|
1456
|
-
#
|
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.
|
1457
1458
|
# Corresponds to the JSON property `identities`
|
1458
1459
|
# @return [Array<String>]
|
1459
1460
|
attr_accessor :identities
|
@@ -1526,6 +1527,14 @@ module Google
|
|
1526
1527
|
# @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1EgressTo]
|
1527
1528
|
attr_accessor :egress_to
|
1528
1529
|
|
1530
|
+
# Optional. Human-readable title for the egress rule. The title must be unique
|
1531
|
+
# within the perimeter and can not exceed 100 characters. Within the access
|
1532
|
+
# policy, the combined length of all rule titles must not exceed 240,000
|
1533
|
+
# characters.
|
1534
|
+
# Corresponds to the JSON property `title`
|
1535
|
+
# @return [String]
|
1536
|
+
attr_accessor :title
|
1537
|
+
|
1529
1538
|
def initialize(**args)
|
1530
1539
|
update!(**args)
|
1531
1540
|
end
|
@@ -1534,6 +1543,7 @@ module Google
|
|
1534
1543
|
def update!(**args)
|
1535
1544
|
@egress_from = args[:egress_from] if args.key?(:egress_from)
|
1536
1545
|
@egress_to = args[:egress_to] if args.key?(:egress_to)
|
1546
|
+
@title = args[:title] if args.key?(:title)
|
1537
1547
|
end
|
1538
1548
|
end
|
1539
1549
|
|
@@ -1621,9 +1631,10 @@ module Google
|
|
1621
1631
|
|
1622
1632
|
# A list of identities that are allowed access through [IngressPolicy].
|
1623
1633
|
# Identities can be an individual user, service account, Google group, or third-
|
1624
|
-
# party identity.
|
1625
|
-
#
|
1626
|
-
#
|
1634
|
+
# party identity. For third-party identity, only single identities are supported
|
1635
|
+
# and other identity types are not supported. The `v1` identities that have the
|
1636
|
+
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
|
1637
|
+
# google.com/iam/docs/principal-identifiers#v1 are supported.
|
1627
1638
|
# Corresponds to the JSON property `identities`
|
1628
1639
|
# @return [Array<String>]
|
1629
1640
|
attr_accessor :identities
|
@@ -1681,6 +1692,14 @@ module Google
|
|
1681
1692
|
# @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1IngressTo]
|
1682
1693
|
attr_accessor :ingress_to
|
1683
1694
|
|
1695
|
+
# Optional. Human-readable title for the ingress rule. The title must be unique
|
1696
|
+
# within the perimeter and can not exceed 100 characters. Within the access
|
1697
|
+
# policy, the combined length of all rule titles must not exceed 240,000
|
1698
|
+
# characters.
|
1699
|
+
# Corresponds to the JSON property `title`
|
1700
|
+
# @return [String]
|
1701
|
+
attr_accessor :title
|
1702
|
+
|
1684
1703
|
def initialize(**args)
|
1685
1704
|
update!(**args)
|
1686
1705
|
end
|
@@ -1689,6 +1708,7 @@ module Google
|
|
1689
1708
|
def update!(**args)
|
1690
1709
|
@ingress_from = args[:ingress_from] if args.key?(:ingress_from)
|
1691
1710
|
@ingress_to = args[:ingress_to] if args.key?(:ingress_to)
|
1711
|
+
@title = args[:title] if args.key?(:title)
|
1692
1712
|
end
|
1693
1713
|
end
|
1694
1714
|
|
@@ -1845,6 +1865,14 @@ module Google
|
|
1845
1865
|
# @return [String]
|
1846
1866
|
attr_accessor :description
|
1847
1867
|
|
1868
|
+
# Optional. An opaque identifier for the current version of the `
|
1869
|
+
# ServicePerimeter`. This identifier does not follow any specific format. If an
|
1870
|
+
# etag is not provided, the operation will be performed as if a valid etag is
|
1871
|
+
# provided.
|
1872
|
+
# Corresponds to the JSON property `etag`
|
1873
|
+
# @return [String]
|
1874
|
+
attr_accessor :etag
|
1875
|
+
|
1848
1876
|
# Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
|
1849
1877
|
# access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
|
1850
1878
|
# component must begin with a letter, followed by alphanumeric characters or `_`.
|
@@ -1900,6 +1928,7 @@ module Google
|
|
1900
1928
|
# Update properties of this object
|
1901
1929
|
def update!(**args)
|
1902
1930
|
@description = args[:description] if args.key?(:description)
|
1931
|
+
@etag = args[:etag] if args.key?(:etag)
|
1903
1932
|
@name = args[:name] if args.key?(:name)
|
1904
1933
|
@perimeter_type = args[:perimeter_type] if args.key?(:perimeter_type)
|
1905
1934
|
@spec = args[:spec] if args.key?(:spec)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -609,6 +609,7 @@ module Google
|
|
609
609
|
|
610
610
|
property :egress_to, as: 'egressTo', class: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1EgressTo, decorator: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1EgressTo::Representation
|
611
611
|
|
612
|
+
property :title, as: 'title'
|
612
613
|
end
|
613
614
|
end
|
614
615
|
|
@@ -646,6 +647,7 @@ module Google
|
|
646
647
|
|
647
648
|
property :ingress_to, as: 'ingressTo', class: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1IngressTo, decorator: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1IngressTo::Representation
|
648
649
|
|
650
|
+
property :title, as: 'title'
|
649
651
|
end
|
650
652
|
end
|
651
653
|
|
@@ -687,6 +689,7 @@ module Google
|
|
687
689
|
# @private
|
688
690
|
class Representation < Google::Apis::Core::JsonRepresentation
|
689
691
|
property :description, as: 'description'
|
692
|
+
property :etag, as: 'etag'
|
690
693
|
property :name, as: 'name'
|
691
694
|
property :perimeter_type, as: 'perimeterType'
|
692
695
|
property :spec, as: 'spec', class: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudasset_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.42.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-
|
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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.42.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1beta1
|
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.
|
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 V1beta1
|