google-apis-cloudasset_v1beta1 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: 9ab05e7f08420b14fc00867b670d27541ae81678786b1990a447ad18a1b9f244
4
- data.tar.gz: 24cb4162adc0c1ea9b298ee7649950c3c7b9cd0b1b2338f099f87afdf790809f
3
+ metadata.gz: 647da11188462e32cf297874e242a060f4b6b99825870e894452779a1fd55552
4
+ data.tar.gz: eec44ef5df229621268ea0485fd2baa929bb956a383ae25ce55102d85e9bf26a
5
5
  SHA512:
6
- metadata.gz: ccbc7c649740f71b2775efcf5237623a1a52329bbeda0a4b44c9797b1cde158bad90777366b9d3370dc1684a6790531923ea4024f1cffc25881671cf3552a664
7
- data.tar.gz: 7d997ba04022fe8aecf680a75303f73f5c72266eb6161cb23078bd92065bec2da867ed677baab7e7a46a84a419a8a53c0d38be1727ec4af3c350593aaee00d3e
6
+ metadata.gz: c48f9cd1007bf6b1afd09052bbd519f1199d14a38f6cb0467780969d20abf80fd4b73cc8f82a0b24f8a8214ce66e94e3638c302ccb8371d4d979ed88c01d2fc3
7
+ data.tar.gz: 1e6f7ebdcca15554832adf8a91415cada925a9f499f0032b231c8ef63c15c487f091c632cb627a31008ae0ebaff67e668a222de712c8a7925da500e28a2cf892
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.27.0 (2023-02-12)
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-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20221114
@@ -23,7 +23,7 @@ module Google
23
23
  module CloudassetV1beta1
24
24
 
25
25
  # Represents the metadata of the longrunning operation for the
26
- # AnalyzeIamPolicyLongrunning rpc.
26
+ # AnalyzeIamPolicyLongrunning RPC.
27
27
  class AnalyzeIamPolicyLongrunningMetadata
28
28
  include Google::Apis::Core::Hashable
29
29
 
@@ -59,8 +59,8 @@ module Google
59
59
  # resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-
60
60
  # platform-resource-hierarchy), a resource outside the Google Cloud resource
61
61
  # hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy
62
- # (e.g. Cloud IAM policy). See [Supported asset types](https://cloud.google.com/
63
- # asset-inventory/docs/supported-asset-types) for more information.
62
+ # (e.g. IAM policy). See [Supported asset types](https://cloud.google.com/asset-
63
+ # inventory/docs/supported-asset-types) for more information.
64
64
  class Asset
65
65
  include Google::Apis::Core::Hashable
66
66
 
@@ -145,9 +145,10 @@ module Google
145
145
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
146
146
  # Otherwise the request is allowed. There are two types of Service Perimeter -
147
147
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
148
- # Cloud project can only belong to a single regular Service Perimeter. Service
149
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
150
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
148
+ # Cloud project or VPC network can only belong to a single regular Service
149
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
150
+ # members, a single Google Cloud project may belong to multiple Service
151
+ # Perimeter Bridges.
151
152
  # Corresponds to the JSON property `servicePerimeter`
152
153
  # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
153
154
  attr_accessor :service_perimeter
@@ -297,22 +298,22 @@ module Google
297
298
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
298
299
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
299
300
  # email address that represents a Google group. For example, `admins@example.com`
300
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
301
- # identifier) representing a user that has been recently deleted. For example, `
302
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
303
- # value reverts to `user:`emailid`` and the recovered user retains the role in
304
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
305
- # address (plus unique identifier) representing a service account that has been
306
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
301
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
302
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
303
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
304
+ # representing a user that has been recently deleted. For example, `alice@
305
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
306
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
307
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
308
+ # (plus unique identifier) representing a service account that has been recently
309
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
307
310
  # 123456789012345678901`. If the service account is undeleted, this value
308
311
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
309
312
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
310
313
  # An email address (plus unique identifier) representing a Google group that has
311
314
  # been recently deleted. For example, `admins@example.com?uid=
312
315
  # 123456789012345678901`. If the group is recovered, this value reverts to `
313
- # group:`emailid`` and the recovered group retains the role in the binding. * `
314
- # domain:`domain``: The G Suite domain (primary) that represents all the users
315
- # of that domain. For example, `google.com` or `example.com`.
316
+ # group:`emailid`` and the recovered group retains the role in the binding.
316
317
  # Corresponds to the JSON property `members`
317
318
  # @return [Array<String>]
318
319
  attr_accessor :members
@@ -438,7 +439,7 @@ module Google
438
439
  class GcsDestination
439
440
  include Google::Apis::Core::Hashable
440
441
 
441
- # The uri of the Cloud Storage object. It's the same uri that is used by gsutil.
442
+ # The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
442
443
  # For example: "gs://bucket_name/object_name". See [Viewing and Editing Object
443
444
  # Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for
444
445
  # more information.
@@ -446,8 +447,8 @@ module Google
446
447
  # @return [String]
447
448
  attr_accessor :uri
448
449
 
449
- # The uri prefix of all generated Cloud Storage objects. For example: "gs://
450
- # bucket_name/object_name_prefix". Each object uri is in format: "gs://
450
+ # The URI prefix of all generated Cloud Storage objects. For example: "gs://
451
+ # bucket_name/object_name_prefix". Each object URI is in format: "gs://
451
452
  # bucket_name/object_name_prefix// and only contains assets for that type.
452
453
  # starts from 0. For example: "gs://bucket_name/object_name_prefix/google.
453
454
  # compute.disk/0" is the first shard of output objects containing all google.
@@ -472,8 +473,8 @@ module Google
472
473
  # resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-
473
474
  # platform-resource-hierarchy), a resource outside the Google Cloud resource
474
475
  # hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy
475
- # (e.g. Cloud IAM policy). See [Supported asset types](https://cloud.google.com/
476
- # asset-inventory/docs/supported-asset-types) for more information.
476
+ # (e.g. IAM policy). See [Supported asset types](https://cloud.google.com/asset-
477
+ # inventory/docs/supported-asset-types) for more information.
477
478
  class GoogleCloudAssetV1p7beta1Asset
478
479
  include Google::Apis::Core::Hashable
479
480
 
@@ -573,9 +574,10 @@ module Google
573
574
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
574
575
  # Otherwise the request is allowed. There are two types of Service Perimeter -
575
576
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
576
- # Cloud project can only belong to a single regular Service Perimeter. Service
577
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
578
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
577
+ # Cloud project or VPC network can only belong to a single regular Service
578
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
579
+ # members, a single Google Cloud project may belong to multiple Service
580
+ # Perimeter Bridges.
579
581
  # Corresponds to the JSON property `servicePerimeter`
580
582
  # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
581
583
  attr_accessor :service_perimeter
@@ -610,9 +612,9 @@ module Google
610
612
  # An asset can be any resource in the Google Cloud [resource hierarchy](https://
611
613
  # cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), a
612
614
  # resource outside the Google Cloud resource hierarchy (such as Google
613
- # Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy).
614
- # See [Supported asset types](https://cloud.google.com/asset-inventory/docs/
615
- # supported-asset-types) for more information.
615
+ # Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See [
616
+ # Supported asset types](https://cloud.google.com/asset-inventory/docs/supported-
617
+ # asset-types) for more information.
616
618
  class GoogleCloudAssetV1p7beta1RelatedAsset
617
619
  include Google::Apis::Core::Hashable
618
620
 
@@ -751,7 +753,7 @@ module Google
751
753
  # The full name of the immediate parent of this resource. See [Resource Names](
752
754
  # https://cloud.google.com/apis/design/resource_names#full_resource_name) for
753
755
  # more information. For Google Cloud assets, this value is the parent resource
754
- # defined in the [Cloud IAM policy hierarchy](https://cloud.google.com/iam/docs/
756
+ # defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/
755
757
  # overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/
756
758
  # projects/my_project_123` For third-party assets, this field may be set
757
759
  # differently.
@@ -1630,10 +1632,11 @@ module Google
1630
1632
 
1631
1633
  # A Google Cloud resource that is allowed to ingress the perimeter. Requests
1632
1634
  # from these resources will be allowed to access perimeter data. Currently only
1633
- # projects are allowed. Format: `projects/`project_number`` The project may be
1634
- # in any Google Cloud organization, not just the organization that the perimeter
1635
- # is defined in. `*` is not allowed, the case of allowing all Google Cloud
1636
- # resources only is not supported.
1635
+ # projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
1636
+ # network format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/
1637
+ # networks/`NAME``. The project may be in any Google Cloud organization, not
1638
+ # just the organization that the perimeter is defined in. `*` is not allowed,
1639
+ # the case of allowing all Google Cloud resources only is not supported.
1637
1640
  # Corresponds to the JSON property `resource`
1638
1641
  # @return [String]
1639
1642
  attr_accessor :resource
@@ -1752,9 +1755,10 @@ module Google
1752
1755
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
1753
1756
  # Otherwise the request is allowed. There are two types of Service Perimeter -
1754
1757
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
1755
- # Cloud project can only belong to a single regular Service Perimeter. Service
1756
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
1757
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
1758
+ # Cloud project or VPC network can only belong to a single regular Service
1759
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
1760
+ # members, a single Google Cloud project may belong to multiple Service
1761
+ # Perimeter Bridges.
1758
1762
  class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
1759
1763
  include Google::Apis::Core::Hashable
1760
1764
 
@@ -1771,11 +1775,11 @@ module Google
1771
1775
  # @return [String]
1772
1776
  attr_accessor :name
1773
1777
 
1774
- # Perimeter type indicator. A single project is allowed to be a member of single
1775
- # regular perimeter, but multiple service perimeter bridges. A project cannot be
1776
- # a included in a perimeter bridge without being included in regular perimeter.
1777
- # For perimeter bridges, the restricted service list as well as access level
1778
- # lists must be empty.
1778
+ # Perimeter type indicator. A single project or VPC network is allowed to be a
1779
+ # member of single regular perimeter, but multiple service perimeter bridges. A
1780
+ # project cannot be a included in a perimeter bridge without being included in
1781
+ # regular perimeter. For perimeter bridges, the restricted service list as well
1782
+ # as access level lists must be empty.
1779
1783
  # Corresponds to the JSON property `perimeterType`
1780
1784
  # @return [String]
1781
1785
  attr_accessor :perimeter_type
@@ -1858,7 +1862,9 @@ module Google
1858
1862
  attr_accessor :ingress_policies
1859
1863
 
1860
1864
  # A list of Google Cloud resources that are inside of the service perimeter.
1861
- # Currently only projects are allowed. Format: `projects/`project_number``
1865
+ # Currently only projects and VPCs are allowed. Project format: `projects/`
1866
+ # project_number`` VPC network format: `//compute.googleapis.com/projects/`
1867
+ # PROJECT_ID`/global/networks/`NAME``.
1862
1868
  # Corresponds to the JSON property `resources`
1863
1869
  # @return [Array<String>]
1864
1870
  attr_accessor :resources
@@ -2124,7 +2130,7 @@ module Google
2124
2130
  # The full name of the immediate parent of this resource. See [Resource Names](
2125
2131
  # https://cloud.google.com/apis/design/resource_names#full_resource_name) for
2126
2132
  # more information. For Google Cloud assets, this value is the parent resource
2127
- # defined in the [Cloud IAM policy hierarchy](https://cloud.google.com/iam/docs/
2133
+ # defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/
2128
2134
  # overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/
2129
2135
  # projects/my_project_123` For third-party assets, this field may be set
2130
2136
  # differently.
@@ -2208,8 +2214,8 @@ module Google
2208
2214
  # resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-
2209
2215
  # platform-resource-hierarchy), a resource outside the Google Cloud resource
2210
2216
  # hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy
2211
- # (e.g. Cloud IAM policy). See [Supported asset types](https://cloud.google.com/
2212
- # asset-inventory/docs/supported-asset-types) for more information.
2217
+ # (e.g. IAM policy). See [Supported asset types](https://cloud.google.com/asset-
2218
+ # inventory/docs/supported-asset-types) for more information.
2213
2219
  # Corresponds to the JSON property `asset`
2214
2220
  # @return [Google::Apis::CloudassetV1beta1::Asset]
2215
2221
  attr_accessor :asset
@@ -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.25.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.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221114"
25
+ REVISION = "20230128"
26
26
  end
27
27
  end
28
28
  end
@@ -22,7 +22,8 @@ module Google
22
22
  module CloudassetV1beta1
23
23
  # Cloud Asset API
24
24
  #
25
- # The cloud asset API manages the history and inventory of cloud resources.
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_v1beta1'
@@ -21,7 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Cloud Asset API
23
23
  #
24
- # The cloud asset API manages the history and inventory of cloud resources.
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 CloudassetV1beta1
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.25.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: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.27.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.3.14
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 V1beta1