google-apis-cloudasset_v1p1beta1 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: 82a3b443d70bf8dc6fe3b7b5b5a5a98ee3cb22e9e89f90688b29f7ca62ff3da7
4
- data.tar.gz: 5569233c36e3efae64f9e4e3ddcb502d7209bdb41da0c8e70e21894c81084b84
3
+ metadata.gz: 368ee6ff0c5354cc57b3255faf9a9dfe1ccbf00680b2bc6fa20997861b6e633e
4
+ data.tar.gz: a39e830da852d054ec32a833b472a7bcbcb6b72fb502e38f50adb2116ba68d03
5
5
  SHA512:
6
- metadata.gz: 3fbc015fb8adf6dda084c96577c62b1607cbbce266224fd4241a20880db75e6335e641cecc4c74e76e9701c43399b660c0d020d8d14746fc2c3250ea2bdf42f1
7
- data.tar.gz: 0ee73b8a81d2b6cad250a010aed7439c4850c059e0c7c81a8eea93d72e2d57e063809ef77a52efd7f9f7691fbbe57c09b4fb74a3023f9800f12c45fcd03205d6
6
+ metadata.gz: 5a19f1f04b9056871c2ba3fd3992a391989cf354a6aa5226af65001140a9ea966326179010df1d81310e952e765d55a9278d8e7572d4313f299224eb16554804
7
+ data.tar.gz: 7a78d2be58665a87f03a559e20df5fbf215ad95a8d69b4aad361bde42ea1a0f67d5840333837cd8dacfe5edda5a6f20e26de36b8319486d4c52071a6cf14c68c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
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 CloudassetV1p1beta1
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
 
@@ -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
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
168
- # identifier) representing a user that has been recently deleted. For example, `
169
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
170
- # value reverts to `user:`emailid`` and the recovered user retains the role in
171
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
172
- # address (plus unique identifier) representing a service account that has been
173
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
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
@@ -283,8 +283,8 @@ module Google
283
283
  # resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-
284
284
  # platform-resource-hierarchy), a resource outside the Google Cloud resource
285
285
  # hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy
286
- # (e.g. Cloud IAM policy). See [Supported asset types](https://cloud.google.com/
287
- # asset-inventory/docs/supported-asset-types) for more information.
286
+ # (e.g. IAM policy). See [Supported asset types](https://cloud.google.com/asset-
287
+ # inventory/docs/supported-asset-types) for more information.
288
288
  class GoogleCloudAssetV1p7beta1Asset
289
289
  include Google::Apis::Core::Hashable
290
290
 
@@ -384,9 +384,10 @@ module Google
384
384
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
385
385
  # Otherwise the request is allowed. There are two types of Service Perimeter -
386
386
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
387
- # Cloud project can only belong to a single regular Service Perimeter. Service
388
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
389
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
387
+ # Cloud project or VPC network can only belong to a single regular Service
388
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
389
+ # members, a single Google Cloud project may belong to multiple Service
390
+ # Perimeter Bridges.
390
391
  # Corresponds to the JSON property `servicePerimeter`
391
392
  # @return [Google::Apis::CloudassetV1p1beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter]
392
393
  attr_accessor :service_perimeter
@@ -421,9 +422,9 @@ module Google
421
422
  # An asset can be any resource in the Google Cloud [resource hierarchy](https://
422
423
  # cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), a
423
424
  # resource outside the Google Cloud resource hierarchy (such as Google
424
- # Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy).
425
- # See [Supported asset types](https://cloud.google.com/asset-inventory/docs/
426
- # supported-asset-types) for more information.
425
+ # Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See [
426
+ # Supported asset types](https://cloud.google.com/asset-inventory/docs/supported-
427
+ # asset-types) for more information.
427
428
  class GoogleCloudAssetV1p7beta1RelatedAsset
428
429
  include Google::Apis::Core::Hashable
429
430
 
@@ -562,7 +563,7 @@ module Google
562
563
  # The full name of the immediate parent of this resource. See [Resource Names](
563
564
  # https://cloud.google.com/apis/design/resource_names#full_resource_name) for
564
565
  # more information. For Google Cloud assets, this value is the parent resource
565
- # defined in the [Cloud IAM policy hierarchy](https://cloud.google.com/iam/docs/
566
+ # defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/
566
567
  # overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/
567
568
  # projects/my_project_123` For third-party assets, this field may be set
568
569
  # differently.
@@ -1441,10 +1442,11 @@ module Google
1441
1442
 
1442
1443
  # A Google Cloud resource that is allowed to ingress the perimeter. Requests
1443
1444
  # from these resources will be allowed to access perimeter data. Currently only
1444
- # projects are allowed. Format: `projects/`project_number`` The project may be
1445
- # in any Google Cloud organization, not just the organization that the perimeter
1446
- # is defined in. `*` is not allowed, the case of allowing all Google Cloud
1447
- # resources only is not supported.
1445
+ # projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
1446
+ # network format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/
1447
+ # networks/`NAME``. The project may be in any Google Cloud organization, not
1448
+ # just the organization that the perimeter is defined in. `*` is not allowed,
1449
+ # the case of allowing all Google Cloud resources only is not supported.
1448
1450
  # Corresponds to the JSON property `resource`
1449
1451
  # @return [String]
1450
1452
  attr_accessor :resource
@@ -1563,9 +1565,10 @@ module Google
1563
1565
  # has a target outside of the `ServicePerimeter`, the request will be blocked.
1564
1566
  # Otherwise the request is allowed. There are two types of Service Perimeter -
1565
1567
  # Regular and Bridge. Regular Service Perimeters cannot overlap, a single Google
1566
- # Cloud project can only belong to a single regular Service Perimeter. Service
1567
- # Perimeter Bridges can contain only Google Cloud projects as members, a single
1568
- # Google Cloud project may belong to multiple Service Perimeter Bridges.
1568
+ # Cloud project or VPC network can only belong to a single regular Service
1569
+ # Perimeter. Service Perimeter Bridges can contain only Google Cloud projects as
1570
+ # members, a single Google Cloud project may belong to multiple Service
1571
+ # Perimeter Bridges.
1569
1572
  class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
1570
1573
  include Google::Apis::Core::Hashable
1571
1574
 
@@ -1582,11 +1585,11 @@ module Google
1582
1585
  # @return [String]
1583
1586
  attr_accessor :name
1584
1587
 
1585
- # Perimeter type indicator. A single project is allowed to be a member of single
1586
- # regular perimeter, but multiple service perimeter bridges. A project cannot be
1587
- # a included in a perimeter bridge without being included in regular perimeter.
1588
- # For perimeter bridges, the restricted service list as well as access level
1589
- # lists must be empty.
1588
+ # Perimeter type indicator. A single project or VPC network is allowed to be a
1589
+ # member of single regular perimeter, but multiple service perimeter bridges. A
1590
+ # project cannot be a included in a perimeter bridge without being included in
1591
+ # regular perimeter. For perimeter bridges, the restricted service list as well
1592
+ # as access level lists must be empty.
1590
1593
  # Corresponds to the JSON property `perimeterType`
1591
1594
  # @return [String]
1592
1595
  attr_accessor :perimeter_type
@@ -1669,7 +1672,9 @@ module Google
1669
1672
  attr_accessor :ingress_policies
1670
1673
 
1671
1674
  # A list of Google Cloud resources that are inside of the service perimeter.
1672
- # Currently only projects are allowed. Format: `projects/`project_number``
1675
+ # Currently only projects and VPCs are allowed. Project format: `projects/`
1676
+ # project_number`` VPC network format: `//compute.googleapis.com/projects/`
1677
+ # PROJECT_ID`/global/networks/`NAME``.
1673
1678
  # Corresponds to the JSON property `resources`
1674
1679
  # @return [Array<String>]
1675
1680
  attr_accessor :resources
@@ -1924,8 +1929,8 @@ module Google
1924
1929
  # @return [String]
1925
1930
  attr_accessor :next_page_token
1926
1931
 
1927
- # A list of IamPolicy that match the search query. Related information such as
1928
- # the associated resource is returned along with the policy.
1932
+ # A list of IAM policies that match the search query. Related information such
1933
+ # as the associated resource is returned along with the policy.
1929
1934
  # Corresponds to the JSON property `results`
1930
1935
  # @return [Array<Google::Apis::CloudassetV1p1beta1::IamPolicySearchResult>]
1931
1936
  attr_accessor :results
@@ -1995,7 +2000,7 @@ module Google
1995
2000
  # @return [String]
1996
2001
  attr_accessor :display_name
1997
2002
 
1998
- # Labels associated with this resource. See [Labelling and grouping GCP
2003
+ # Labels associated with this resource. See [Labelling and grouping Google Cloud
1999
2004
  # resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-
2000
2005
  # your-google-cloud-platform-resources) for more information.
2001
2006
  # Corresponds to the JSON property `labels`
@@ -2016,9 +2021,9 @@ module Google
2016
2021
  attr_accessor :name
2017
2022
 
2018
2023
  # Network tags associated with this resource. Like labels, network tags are a
2019
- # type of annotations used to group GCP resources. See [Labelling GCP resources](
2020
- # lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-
2021
- # cloud-platform-resources) for more information.
2024
+ # type of annotations used to group Google Cloud resources. See [Labelling
2025
+ # Google Cloud resources](lhttps://cloud.google.com/blog/products/gcp/labelling-
2026
+ # and-grouping-your-google-cloud-platform-resources) for more information.
2022
2027
  # Corresponds to the JSON property `networkTags`
2023
2028
  # @return [Array<String>]
2024
2029
  attr_accessor :network_tags
@@ -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.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 CloudassetV1p1beta1
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_v1p1beta1'
@@ -49,17 +50,17 @@ module Google
49
50
  @batch_path = 'batch'
50
51
  end
51
52
 
52
- # Searches all the IAM policies within a given accessible CRM scope (project/
53
- # folder/organization). This RPC gives callers especially administrators the
54
- # ability to search all the IAM policies within a scope, even if they don't have
55
- # `.getIamPolicy` permission of all the IAM policies. Callers should have `cloud.
56
- # assets.SearchAllIamPolicies` permission on the requested scope, otherwise the
57
- # request will be rejected.
53
+ # Searches all the IAM policies within a given accessible Resource Manager scope
54
+ # (project/folder/organization). This RPC gives callers especially
55
+ # administrators the ability to search all the IAM policies within a scope, even
56
+ # if they don't have `.getIamPolicy` permission of all the IAM policies. Callers
57
+ # should have `cloud.assets.SearchAllIamPolicies` permission on the requested
58
+ # scope, otherwise the request will be rejected.
58
59
  # @param [String] scope
59
60
  # Required. The relative name of an asset. The search is limited to the
60
61
  # resources within the `scope`. The allowed value must be: * Organization number
61
- # (such as "organizations/123") * Folder number(such as "folders/1234") *
62
- # Project number (such as "projects/12345") * Project id (such as "projects/abc")
62
+ # (such as "organizations/123") * Folder number (such as "folders/1234") *
63
+ # Project number (such as "projects/12345") * Project ID (such as "projects/abc")
63
64
  # @param [Fixnum] page_size
64
65
  # Optional. The page size for search result pagination. Page size is capped at
65
66
  # 500 even if a larger value is given. If set to zero, server will pick an
@@ -103,17 +104,17 @@ module Google
103
104
  execute_or_queue_command(command, &block)
104
105
  end
105
106
 
106
- # Searches all the resources within a given accessible CRM scope (project/folder/
107
- # organization). This RPC gives callers especially administrators the ability to
108
- # search all the resources within a scope, even if they don't have `.get`
109
- # permission of all the resources. Callers should have `cloud.assets.
107
+ # Searches all the resources within a given accessible Resource Manager scope (
108
+ # project/folder/organization). This RPC gives callers especially administrators
109
+ # the ability to search all the resources within a scope, even if they don't
110
+ # have `.get` permission of all the resources. Callers should have `cloud.assets.
110
111
  # SearchAllResources` permission on the requested scope, otherwise the request
111
112
  # will be rejected.
112
113
  # @param [String] scope
113
114
  # Required. The relative name of an asset. The search is limited to the
114
115
  # resources within the `scope`. The allowed value must be: * Organization number
115
- # (such as "organizations/123") * Folder number(such as "folders/1234") *
116
- # Project number (such as "projects/12345") * Project id (such as "projects/abc")
116
+ # (such as "organizations/123") * Folder number (such as "folders/1234") *
117
+ # Project number (such as "projects/12345") * Project ID (such as "projects/abc")
117
118
  # @param [Array<String>, String] asset_types
118
119
  # Optional. A list of asset types that this request searches for. If empty, it
119
120
  # will search all the supported asset types.
@@ -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 CloudassetV1p1beta1
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.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-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_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.27.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.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 V1p1beta1