google-apis-cloudasset_v1p1beta1 0.25.0 → 0.26.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: 15a65e6801c883521f2615574b1bd2ec041bfb1f77dd687dc84f8c0c29c5ae22
4
+ data.tar.gz: 86b9ae686fc9665066a3d2ba80761f336c624b9d5cd6b2c3e830760c75e6a83a
5
5
  SHA512:
6
- metadata.gz: 3fbc015fb8adf6dda084c96577c62b1607cbbce266224fd4241a20880db75e6335e641cecc4c74e76e9701c43399b660c0d020d8d14746fc2c3250ea2bdf42f1
7
- data.tar.gz: 0ee73b8a81d2b6cad250a010aed7439c4850c059e0c7c81a8eea93d72e2d57e063809ef77a52efd7f9f7691fbbe57c09b4fb74a3023f9800f12c45fcd03205d6
6
+ metadata.gz: 934fc7f154e2cd5519e8ec6adec5a6a7ca2fa375b0c72ed7888da199b9dba6dbf4f25fd66879c871142d77f15263089c25bf386250d67bfe115b5321fadaca8b
7
+ data.tar.gz: cdd1be8122d13802bf9ba37023324f17b365520b484a24215233eeccef2bd141476a5277ba10dadcc8c49c83e938cc787c967538c1101ed5bdf74e5dcfa8dc20
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.26.0 (2023-01-22)
4
+
5
+ * Regenerated from discovery document revision 20230114
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.25.0 (2022-11-16)
4
9
 
5
10
  * 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
 
@@ -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
 
@@ -421,9 +421,9 @@ module Google
421
421
  # An asset can be any resource in the Google Cloud [resource hierarchy](https://
422
422
  # cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), a
423
423
  # 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.
424
+ # Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See [
425
+ # Supported asset types](https://cloud.google.com/asset-inventory/docs/supported-
426
+ # asset-types) for more information.
427
427
  class GoogleCloudAssetV1p7beta1RelatedAsset
428
428
  include Google::Apis::Core::Hashable
429
429
 
@@ -562,7 +562,7 @@ module Google
562
562
  # The full name of the immediate parent of this resource. See [Resource Names](
563
563
  # https://cloud.google.com/apis/design/resource_names#full_resource_name) for
564
564
  # 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/
565
+ # defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/
566
566
  # overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/
567
567
  # projects/my_project_123` For third-party assets, this field may be set
568
568
  # differently.
@@ -1441,10 +1441,11 @@ module Google
1441
1441
 
1442
1442
  # A Google Cloud resource that is allowed to ingress the perimeter. Requests
1443
1443
  # 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.
1444
+ # projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
1445
+ # format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/networks/`NAME``
1446
+ # . The project may be in any Google Cloud organization, not just the
1447
+ # organization that the perimeter is defined in. `*` is not allowed, the case of
1448
+ # allowing all Google Cloud resources only is not supported.
1448
1449
  # Corresponds to the JSON property `resource`
1449
1450
  # @return [String]
1450
1451
  attr_accessor :resource
@@ -1669,7 +1670,9 @@ module Google
1669
1670
  attr_accessor :ingress_policies
1670
1671
 
1671
1672
  # A list of Google Cloud resources that are inside of the service perimeter.
1672
- # Currently only projects are allowed. Format: `projects/`project_number``
1673
+ # Currently only projects and VPCs are allowed. Project format: `projects/`
1674
+ # project_number`` VPC format: `//compute.googleapis.com/projects/`PROJECT_ID`/
1675
+ # global/networks/`NAME``.
1673
1676
  # Corresponds to the JSON property `resources`
1674
1677
  # @return [Array<String>]
1675
1678
  attr_accessor :resources
@@ -1924,8 +1927,8 @@ module Google
1924
1927
  # @return [String]
1925
1928
  attr_accessor :next_page_token
1926
1929
 
1927
- # A list of IamPolicy that match the search query. Related information such as
1928
- # the associated resource is returned along with the policy.
1930
+ # A list of IAM policies that match the search query. Related information such
1931
+ # as the associated resource is returned along with the policy.
1929
1932
  # Corresponds to the JSON property `results`
1930
1933
  # @return [Array<Google::Apis::CloudassetV1p1beta1::IamPolicySearchResult>]
1931
1934
  attr_accessor :results
@@ -1995,7 +1998,7 @@ module Google
1995
1998
  # @return [String]
1996
1999
  attr_accessor :display_name
1997
2000
 
1998
- # Labels associated with this resource. See [Labelling and grouping GCP
2001
+ # Labels associated with this resource. See [Labelling and grouping Google Cloud
1999
2002
  # resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-
2000
2003
  # your-google-cloud-platform-resources) for more information.
2001
2004
  # Corresponds to the JSON property `labels`
@@ -2016,9 +2019,9 @@ module Google
2016
2019
  attr_accessor :name
2017
2020
 
2018
2021
  # 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.
2022
+ # type of annotations used to group Google Cloud resources. See [Labelling
2023
+ # Google Cloud resources](lhttps://cloud.google.com/blog/products/gcp/labelling-
2024
+ # and-grouping-your-google-cloud-platform-resources) for more information.
2022
2025
  # Corresponds to the JSON property `networkTags`
2023
2026
  # @return [Array<String>]
2024
2027
  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.26.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 = "20230114"
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.26.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-01-22 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.26.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