google-apis-cloudasset_v1p7beta1 0.25.0 → 0.27.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: 611e941a284770ee61af874b78b52fb3506225ea611811d132735c8352243cf2
|
4
|
+
data.tar.gz: fdf801d2d562ecca599b8264d996a3843ec288af2a6a308419df2b0b55c6723e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 073d144bd3d73bc83de20ad1ee11e7d5e003858119238a450f454775d90c888b842152ff2a427b2dc684bef7ce1e9dddf728c7b6246ceef3f5cc9f3e38f26f96
|
7
|
+
data.tar.gz: bca49f3ac1872163097e6ea2cfb9c2dd4c0ddc89c33b694672aaae5b9e60e4ca5884656196f269e053ed6a6055a395f5d1fe28909637ae5d3ce4d8d2c0905ad2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudasset_v1p7beta1
|
2
2
|
|
3
|
+
### v0.27.0 (2023-02-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230128
|
6
|
+
|
7
|
+
### v0.26.0 (2023-01-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230114
|
10
|
+
* Regenerated using generator version 0.11.1
|
11
|
+
|
3
12
|
### v0.25.0 (2022-11-16)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20221114
|
@@ -23,7 +23,7 @@ module Google
|
|
23
23
|
module CloudassetV1p7beta1
|
24
24
|
|
25
25
|
# Represents the metadata of the longrunning operation for the
|
26
|
-
# AnalyzeIamPolicyLongrunning
|
26
|
+
# AnalyzeIamPolicyLongrunning RPC.
|
27
27
|
class AnalyzeIamPolicyLongrunningMetadata
|
28
28
|
include Google::Apis::Core::Hashable
|
29
29
|
|
@@ -164,22 +164,22 @@ module Google
|
|
164
164
|
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
165
165
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
166
166
|
# email address that represents a Google group. For example, `admins@example.com`
|
167
|
-
# . * `
|
168
|
-
#
|
169
|
-
#
|
170
|
-
#
|
171
|
-
# the
|
172
|
-
#
|
173
|
-
#
|
167
|
+
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
168
|
+
# users of that domain. For example, `google.com` or `example.com`. * `deleted:
|
169
|
+
# user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
170
|
+
# representing a user that has been recently deleted. For example, `alice@
|
171
|
+
# example.com?uid=123456789012345678901`. If the user is recovered, this value
|
172
|
+
# reverts to `user:`emailid`` and the recovered user retains the role in the
|
173
|
+
# binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
|
174
|
+
# (plus unique identifier) representing a service account that has been recently
|
175
|
+
# deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
174
176
|
# 123456789012345678901`. If the service account is undeleted, this value
|
175
177
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
176
178
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
177
179
|
# An email address (plus unique identifier) representing a Google group that has
|
178
180
|
# been recently deleted. For example, `admins@example.com?uid=
|
179
181
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
180
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
181
|
-
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
182
|
-
# of that domain. For example, `google.com` or `example.com`.
|
182
|
+
# group:`emailid`` and the recovered group retains the role in the binding.
|
183
183
|
# Corresponds to the JSON property `members`
|
184
184
|
# @return [Array<String>]
|
185
185
|
attr_accessor :members
|
@@ -260,8 +260,8 @@ module Google
|
|
260
260
|
# resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-
|
261
261
|
# platform-resource-hierarchy), a resource outside the Google Cloud resource
|
262
262
|
# hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy
|
263
|
-
# (e.g.
|
264
|
-
#
|
263
|
+
# (e.g. IAM policy). See [Supported asset types](https://cloud.google.com/asset-
|
264
|
+
# inventory/docs/supported-asset-types) for more information.
|
265
265
|
class GoogleCloudAssetV1p7beta1Asset
|
266
266
|
include Google::Apis::Core::Hashable
|
267
267
|
|
@@ -361,9 +361,10 @@ module Google
|
|
361
361
|
# has a target outside of the `ServicePerimeter`, the request will be blocked.
|
362
362
|
# Otherwise the request is allowed. There are two types of Service Perimeter -
|
363
363
|
# Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
|
364
|
-
# Cloud project can only belong to a single regular Service
|
365
|
-
# Perimeter Bridges can contain only Google Cloud projects as
|
366
|
-
# Google Cloud project may belong to multiple Service
|
364
|
+
# Cloud project or VPC network can only belong to a single regular Service
|
365
|
+
# Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
|
366
|
+
# members, a single Google Cloud project may belong to multiple Service
|
367
|
+
# Perimeter Bridges.
|
367
368
|
# Corresponds to the JSON property `servicePerimeter`
|
368
369
|
# @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
|
369
370
|
attr_accessor :service_perimeter
|
@@ -535,7 +536,7 @@ module Google
|
|
535
536
|
class GoogleCloudAssetV1p7beta1GcsDestination
|
536
537
|
include Google::Apis::Core::Hashable
|
537
538
|
|
538
|
-
# The
|
539
|
+
# The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
|
539
540
|
# Example: "gs://bucket_name/object_name". See [Viewing and Editing Object
|
540
541
|
# Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for
|
541
542
|
# more information.
|
@@ -543,8 +544,8 @@ module Google
|
|
543
544
|
# @return [String]
|
544
545
|
attr_accessor :uri
|
545
546
|
|
546
|
-
# The
|
547
|
-
# bucket_name/object_name_prefix". Each object
|
547
|
+
# The URI prefix of all generated Cloud Storage objects. Example: "gs://
|
548
|
+
# bucket_name/object_name_prefix". Each object URI is in format: "gs://
|
548
549
|
# bucket_name/object_name_prefix/`ASSET_TYPE`/`SHARD_NUMBER` and only contains
|
549
550
|
# assets for that type. starts from 0. Example: "gs://bucket_name/
|
550
551
|
# object_name_prefix/compute.googleapis.com/Disk/0" is the first shard of output
|
@@ -614,9 +615,9 @@ module Google
|
|
614
615
|
# An asset can be any resource in the Google Cloud [resource hierarchy](https://
|
615
616
|
# cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), a
|
616
617
|
# resource outside the Google Cloud resource hierarchy (such as Google
|
617
|
-
# Kubernetes Engine clusters and objects), or a policy (e.g.
|
618
|
-
#
|
619
|
-
#
|
618
|
+
# Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See [
|
619
|
+
# Supported asset types](https://cloud.google.com/asset-inventory/docs/supported-
|
620
|
+
# asset-types) for more information.
|
620
621
|
class GoogleCloudAssetV1p7beta1RelatedAsset
|
621
622
|
include Google::Apis::Core::Hashable
|
622
623
|
|
@@ -755,7 +756,7 @@ module Google
|
|
755
756
|
# The full name of the immediate parent of this resource. See [Resource Names](
|
756
757
|
# https://cloud.google.com/apis/design/resource_names#full_resource_name) for
|
757
758
|
# more information. For Google Cloud assets, this value is the parent resource
|
758
|
-
# defined in the [
|
759
|
+
# defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/
|
759
760
|
# overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/
|
760
761
|
# projects/my_project_123` For third-party assets, this field may be set
|
761
762
|
# differently.
|
@@ -1634,10 +1635,11 @@ module Google
|
|
1634
1635
|
|
1635
1636
|
# A Google Cloud resource that is allowed to ingress the perimeter. Requests
|
1636
1637
|
# from these resources will be allowed to access perimeter data. Currently only
|
1637
|
-
# projects are allowed.
|
1638
|
-
#
|
1639
|
-
#
|
1640
|
-
#
|
1638
|
+
# projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
|
1639
|
+
# network format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/
|
1640
|
+
# networks/`NAME``. The project may be in any Google Cloud organization, not
|
1641
|
+
# just the organization that the perimeter is defined in. `*` is not allowed,
|
1642
|
+
# the case of allowing all Google Cloud resources only is not supported.
|
1641
1643
|
# Corresponds to the JSON property `resource`
|
1642
1644
|
# @return [String]
|
1643
1645
|
attr_accessor :resource
|
@@ -1756,9 +1758,10 @@ module Google
|
|
1756
1758
|
# has a target outside of the `ServicePerimeter`, the request will be blocked.
|
1757
1759
|
# Otherwise the request is allowed. There are two types of Service Perimeter -
|
1758
1760
|
# Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
|
1759
|
-
# Cloud project can only belong to a single regular Service
|
1760
|
-
# Perimeter Bridges can contain only Google Cloud projects as
|
1761
|
-
# Google Cloud project may belong to multiple Service
|
1761
|
+
# Cloud project or VPC network can only belong to a single regular Service
|
1762
|
+
# Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
|
1763
|
+
# members, a single Google Cloud project may belong to multiple Service
|
1764
|
+
# Perimeter Bridges.
|
1762
1765
|
class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
|
1763
1766
|
include Google::Apis::Core::Hashable
|
1764
1767
|
|
@@ -1775,11 +1778,11 @@ module Google
|
|
1775
1778
|
# @return [String]
|
1776
1779
|
attr_accessor :name
|
1777
1780
|
|
1778
|
-
# Perimeter type indicator. A single project is allowed to be a
|
1779
|
-
# regular perimeter, but multiple service perimeter bridges. A
|
1780
|
-
# a included in a perimeter bridge without being included in
|
1781
|
-
# For perimeter bridges, the restricted service list as well
|
1782
|
-
# lists must be empty.
|
1781
|
+
# Perimeter type indicator. A single project or VPC network is allowed to be a
|
1782
|
+
# member of single regular perimeter, but multiple service perimeter bridges. A
|
1783
|
+
# project cannot be a included in a perimeter bridge without being included in
|
1784
|
+
# regular perimeter. For perimeter bridges, the restricted service list as well
|
1785
|
+
# as access level lists must be empty.
|
1783
1786
|
# Corresponds to the JSON property `perimeterType`
|
1784
1787
|
# @return [String]
|
1785
1788
|
attr_accessor :perimeter_type
|
@@ -1862,7 +1865,9 @@ module Google
|
|
1862
1865
|
attr_accessor :ingress_policies
|
1863
1866
|
|
1864
1867
|
# A list of Google Cloud resources that are inside of the service perimeter.
|
1865
|
-
# Currently only projects are allowed.
|
1868
|
+
# Currently only projects and VPCs are allowed. Project format: `projects/`
|
1869
|
+
# project_number`` VPC network format: `//compute.googleapis.com/projects/`
|
1870
|
+
# PROJECT_ID`/global/networks/`NAME``.
|
1866
1871
|
# Corresponds to the JSON property `resources`
|
1867
1872
|
# @return [Array<String>]
|
1868
1873
|
attr_accessor :resources
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudassetV1p7beta1
|
18
18
|
# Version of the google-apis-cloudasset_v1p7beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230128"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,7 +22,8 @@ module Google
|
|
22
22
|
module CloudassetV1p7beta1
|
23
23
|
# Cloud Asset API
|
24
24
|
#
|
25
|
-
# The
|
25
|
+
# The Cloud Asset API manages the history and inventory of Google Cloud
|
26
|
+
# resources.
|
26
27
|
#
|
27
28
|
# @example
|
28
29
|
# require 'google/apis/cloudasset_v1p7beta1'
|
@@ -21,7 +21,8 @@ module Google
|
|
21
21
|
module Apis
|
22
22
|
# Cloud Asset API
|
23
23
|
#
|
24
|
-
# The
|
24
|
+
# The Cloud Asset API manages the history and inventory of Google Cloud
|
25
|
+
# resources.
|
25
26
|
#
|
26
27
|
# @see https://cloud.google.com/asset-inventory/docs/quickstart
|
27
28
|
module CloudassetV1p7beta1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudasset_v1p7beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.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:
|
11
|
+
date: 2023-02-05 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_v1p7beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.27.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p7beta1
|
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.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Asset API V1p7beta1
|