google-apis-cloudasset_v1p1beta1 0.24.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: edfedf91f32ea39fef55b71ea08ec4639629c9ca44e8b022e4ef201d01d75e7b
4
- data.tar.gz: b84931f8758162f77fca40b455c5d8de73cc25dc4c8f972fb4be805800e550a3
3
+ metadata.gz: 15a65e6801c883521f2615574b1bd2ec041bfb1f77dd687dc84f8c0c29c5ae22
4
+ data.tar.gz: 86b9ae686fc9665066a3d2ba80761f336c624b9d5cd6b2c3e830760c75e6a83a
5
5
  SHA512:
6
- metadata.gz: 53885aaca4c0d5a4e29b5b4406411bd68b55c0801ca8a74934a58dde3cad60f8188840c5263040fa17469ef3afbd02fc9f75eec5803a6bc0c25bbf342a3fdc33
7
- data.tar.gz: 1e0fa745fcee2b6fdb66f39b0cc20b2296f7c25ab2e775c74b9be6c682dbd3223f0daf41f1395dd8b3e0447c24b2021ead8b20656c42b8d06faec4fd90c22e5c
6
+ metadata.gz: 934fc7f154e2cd5519e8ec6adec5a6a7ca2fa375b0c72ed7888da199b9dba6dbf4f25fd66879c871142d77f15263089c25bf386250d67bfe115b5321fadaca8b
7
+ data.tar.gz: cdd1be8122d13802bf9ba37023324f17b365520b484a24215233eeccef2bd141476a5277ba10dadcc8c49c83e938cc787c967538c1101ed5bdf74e5dcfa8dc20
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.25.0 (2022-11-16)
9
+
10
+ * Regenerated from discovery document revision 20221114
11
+
3
12
  ### v0.24.0 (2022-10-20)
4
13
 
5
14
  * Regenerated using generator version 0.11.0
@@ -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.
@@ -900,10 +900,10 @@ module Google
900
900
  # @return [String]
901
901
  attr_accessor :description
902
902
 
903
- # Required. Resource name for the Access Level. The `short_name` component must
904
- # begin with a letter and only include alphanumeric and '_'. Format: `
905
- # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
906
- # length of the `access_level` component is 50 characters.
903
+ # Resource name for the `AccessLevel`. Format: `accessPolicies/`access_policy`/
904
+ # accessLevels/`access_level``. The `access_level` component must begin with a
905
+ # letter, followed by alphanumeric characters or `_`. Its maximum length is 50
906
+ # characters. After you create an `AccessLevel`, you cannot change its `name`.
907
907
  # Corresponds to the JSON property `name`
908
908
  # @return [String]
909
909
  attr_accessor :name
@@ -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
@@ -1574,9 +1575,10 @@ module Google
1574
1575
  # @return [String]
1575
1576
  attr_accessor :description
1576
1577
 
1577
- # Required. Resource name for the ServicePerimeter. The `short_name` component
1578
- # must begin with a letter and only include alphanumeric and '_'. Format: `
1579
- # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1578
+ # Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1579
+ # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
1580
+ # component must begin with a letter, followed by alphanumeric characters or `_`.
1581
+ # After you create a `ServicePerimeter`, you cannot change its `name`.
1580
1582
  # Corresponds to the JSON property `name`
1581
1583
  # @return [String]
1582
1584
  attr_accessor :name
@@ -1668,7 +1670,9 @@ module Google
1668
1670
  attr_accessor :ingress_policies
1669
1671
 
1670
1672
  # A list of Google Cloud resources that are inside of the service perimeter.
1671
- # 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``.
1672
1676
  # Corresponds to the JSON property `resources`
1673
1677
  # @return [Array<String>]
1674
1678
  attr_accessor :resources
@@ -1923,8 +1927,8 @@ module Google
1923
1927
  # @return [String]
1924
1928
  attr_accessor :next_page_token
1925
1929
 
1926
- # A list of IamPolicy that match the search query. Related information such as
1927
- # 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.
1928
1932
  # Corresponds to the JSON property `results`
1929
1933
  # @return [Array<Google::Apis::CloudassetV1p1beta1::IamPolicySearchResult>]
1930
1934
  attr_accessor :results
@@ -1994,7 +1998,7 @@ module Google
1994
1998
  # @return [String]
1995
1999
  attr_accessor :display_name
1996
2000
 
1997
- # Labels associated with this resource. See [Labelling and grouping GCP
2001
+ # Labels associated with this resource. See [Labelling and grouping Google Cloud
1998
2002
  # resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-
1999
2003
  # your-google-cloud-platform-resources) for more information.
2000
2004
  # Corresponds to the JSON property `labels`
@@ -2015,9 +2019,9 @@ module Google
2015
2019
  attr_accessor :name
2016
2020
 
2017
2021
  # Network tags associated with this resource. Like labels, network tags are a
2018
- # type of annotations used to group GCP resources. See [Labelling GCP resources](
2019
- # lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-
2020
- # 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.
2021
2025
  # Corresponds to the JSON property `networkTags`
2022
2026
  # @return [Array<String>]
2023
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.24.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 = "20220826"
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.24.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-10-21 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.24.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