google-apis-cloudasset_v1p1beta1 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d006d26788aa43be8981e02e684b92c900dae8487e80765d7d176581c076723
|
4
|
+
data.tar.gz: 7ada50e0ef50afd3be733cc72ca084c39fba0504d3f922c2d32fde2b950ad26e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca2ecbe337c9e26c92a4d2bbd50355b9bfe07476b9f3316a0f41cf4697b4b15f3a1c5382bd4442310fefdb5bc40eea1f330aae507062ea00843d2f31ab23a174
|
7
|
+
data.tar.gz: 1d0d6d6845283d506497fcae58e14968a75a108a049cb638cfb6c4745d252488f34e2ddb5f4a6a616db707cbf23578cc544813042657f73c23404b4dea6f3c54
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudasset_v1p1beta1
|
2
2
|
|
3
|
+
### v0.41.0 (2024-12-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241115
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.40.0 (2024-06-16)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240608
|
11
|
+
|
3
12
|
### v0.39.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.15.0
|
@@ -926,10 +926,11 @@ module Google
|
|
926
926
|
# @return [String]
|
927
927
|
attr_accessor :description
|
928
928
|
|
929
|
-
# Resource name for the `AccessLevel`. Format: `accessPolicies/`
|
930
|
-
# accessLevels/`access_level``. The `access_level` component must
|
931
|
-
# letter, followed by alphanumeric characters or `_`. Its maximum
|
932
|
-
# characters. After you create an `AccessLevel`, you cannot change
|
929
|
+
# Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/`
|
930
|
+
# access_policy`/accessLevels/`access_level``. The `access_level` component must
|
931
|
+
# begin with a letter, followed by alphanumeric characters or `_`. Its maximum
|
932
|
+
# length is 50 characters. After you create an `AccessLevel`, you cannot change
|
933
|
+
# its `name`.
|
933
934
|
# Corresponds to the JSON property `name`
|
934
935
|
# @return [String]
|
935
936
|
attr_accessor :name
|
@@ -963,14 +964,14 @@ module Google
|
|
963
964
|
|
964
965
|
# Output only. An opaque identifier for the current version of the `AccessPolicy`
|
965
966
|
# . This will always be a strongly validated etag, meaning that two Access
|
966
|
-
#
|
967
|
+
# Policies will be identical if and only if their etags are identical. Clients
|
967
968
|
# should not expect this to be in any specific format.
|
968
969
|
# Corresponds to the JSON property `etag`
|
969
970
|
# @return [String]
|
970
971
|
attr_accessor :etag
|
971
972
|
|
972
|
-
# Output only. Resource name of the `AccessPolicy`. Format: `
|
973
|
-
# access_policy``
|
973
|
+
# Output only. Identifier. Resource name of the `AccessPolicy`. Format: `
|
974
|
+
# accessPolicies/`access_policy``
|
974
975
|
# Corresponds to the JSON property `name`
|
975
976
|
# @return [String]
|
976
977
|
attr_accessor :name
|
@@ -1260,9 +1261,10 @@ module Google
|
|
1260
1261
|
|
1261
1262
|
# A list of identities that are allowed access through [EgressPolicy].
|
1262
1263
|
# Identities can be an individual user, service account, Google group, or third-
|
1263
|
-
# party identity.
|
1264
|
-
#
|
1265
|
-
#
|
1264
|
+
# party identity. For third-party identity, only single identities are supported
|
1265
|
+
# and other identity types are not supported. The `v1` identities that have the
|
1266
|
+
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
|
1267
|
+
# google.com/iam/docs/principal-identifiers#v1 are supported.
|
1266
1268
|
# Corresponds to the JSON property `identities`
|
1267
1269
|
# @return [Array<String>]
|
1268
1270
|
attr_accessor :identities
|
@@ -1430,9 +1432,10 @@ module Google
|
|
1430
1432
|
|
1431
1433
|
# A list of identities that are allowed access through [IngressPolicy].
|
1432
1434
|
# Identities can be an individual user, service account, Google group, or third-
|
1433
|
-
# party identity.
|
1434
|
-
#
|
1435
|
-
#
|
1435
|
+
# party identity. For third-party identity, only single identities are supported
|
1436
|
+
# and other identity types are not supported. The `v1` identities that have the
|
1437
|
+
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
|
1438
|
+
# google.com/iam/docs/principal-identifiers#v1 are supported.
|
1436
1439
|
# Corresponds to the JSON property `identities`
|
1437
1440
|
# @return [Array<String>]
|
1438
1441
|
attr_accessor :identities
|
@@ -1654,7 +1657,15 @@ module Google
|
|
1654
1657
|
# @return [String]
|
1655
1658
|
attr_accessor :description
|
1656
1659
|
|
1657
|
-
#
|
1660
|
+
# Optional. An opaque identifier for the current version of the `
|
1661
|
+
# ServicePerimeter`. This identifier does not follow any specific format. If an
|
1662
|
+
# etag is not provided, the operation will be performed as if a valid etag is
|
1663
|
+
# provided.
|
1664
|
+
# Corresponds to the JSON property `etag`
|
1665
|
+
# @return [String]
|
1666
|
+
attr_accessor :etag
|
1667
|
+
|
1668
|
+
# Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
|
1658
1669
|
# access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
|
1659
1670
|
# component must begin with a letter, followed by alphanumeric characters or `_`.
|
1660
1671
|
# After you create a `ServicePerimeter`, you cannot change its `name`.
|
@@ -1709,6 +1720,7 @@ module Google
|
|
1709
1720
|
# Update properties of this object
|
1710
1721
|
def update!(**args)
|
1711
1722
|
@description = args[:description] if args.key?(:description)
|
1723
|
+
@etag = args[:etag] if args.key?(:etag)
|
1712
1724
|
@name = args[:name] if args.key?(:name)
|
1713
1725
|
@perimeter_type = args[:perimeter_type] if args.key?(:perimeter_type)
|
1714
1726
|
@spec = args[:spec] if args.key?(:spec)
|
@@ -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.41.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 = "20241115"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -624,6 +624,7 @@ module Google
|
|
624
624
|
# @private
|
625
625
|
class Representation < Google::Apis::Core::JsonRepresentation
|
626
626
|
property :description, as: 'description'
|
627
|
+
property :etag, as: 'etag'
|
627
628
|
property :name, as: 'name'
|
628
629
|
property :perimeter_type, as: 'perimeterType'
|
629
630
|
property :spec, as: 'spec', class: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.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-
|
11
|
+
date: 2024-12-04 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_v1p1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
|
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.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Asset API V1p1beta1
|