google-apis-cloudasset_v1p1beta1 0.40.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,10 @@
|
|
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
|
+
|
3
8
|
### v0.40.0 (2024-06-16)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240608
|
@@ -1261,9 +1261,10 @@ module Google
|
|
1261
1261
|
|
1262
1262
|
# A list of identities that are allowed access through [EgressPolicy].
|
1263
1263
|
# Identities can be an individual user, service account, Google group, or third-
|
1264
|
-
# party identity.
|
1265
|
-
#
|
1266
|
-
#
|
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.
|
1267
1268
|
# Corresponds to the JSON property `identities`
|
1268
1269
|
# @return [Array<String>]
|
1269
1270
|
attr_accessor :identities
|
@@ -1431,9 +1432,10 @@ module Google
|
|
1431
1432
|
|
1432
1433
|
# A list of identities that are allowed access through [IngressPolicy].
|
1433
1434
|
# Identities can be an individual user, service account, Google group, or third-
|
1434
|
-
# party identity.
|
1435
|
-
#
|
1436
|
-
#
|
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.
|
1437
1439
|
# Corresponds to the JSON property `identities`
|
1438
1440
|
# @return [Array<String>]
|
1439
1441
|
attr_accessor :identities
|
@@ -1655,6 +1657,14 @@ module Google
|
|
1655
1657
|
# @return [String]
|
1656
1658
|
attr_accessor :description
|
1657
1659
|
|
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
|
+
|
1658
1668
|
# Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
|
1659
1669
|
# access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
|
1660
1670
|
# component must begin with a letter, followed by alphanumeric characters or `_`.
|
@@ -1710,6 +1720,7 @@ module Google
|
|
1710
1720
|
# Update properties of this object
|
1711
1721
|
def update!(**args)
|
1712
1722
|
@description = args[:description] if args.key?(:description)
|
1723
|
+
@etag = args[:etag] if args.key?(:etag)
|
1713
1724
|
@name = args[:name] if args.key?(:name)
|
1714
1725
|
@perimeter_type = args[:perimeter_type] if args.key?(:perimeter_type)
|
1715
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
|