google-apis-cloudasset_v1beta1 0.25.0 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ab05e7f08420b14fc00867b670d27541ae81678786b1990a447ad18a1b9f244
4
- data.tar.gz: 24cb4162adc0c1ea9b298ee7649950c3c7b9cd0b1b2338f099f87afdf790809f
3
+ metadata.gz: 3fd3e319a5cfc0eaafb3e2865c0e3d683a51abcbdaf2672a5d995e0fd4d0355f
4
+ data.tar.gz: 5dff84460a935b7432d2462dac5ea53d4ff825842373cbf8762db29017fcb61d
5
5
  SHA512:
6
- metadata.gz: ccbc7c649740f71b2775efcf5237623a1a52329bbeda0a4b44c9797b1cde158bad90777366b9d3370dc1684a6790531923ea4024f1cffc25881671cf3552a664
7
- data.tar.gz: 7d997ba04022fe8aecf680a75303f73f5c72266eb6161cb23078bd92065bec2da867ed677baab7e7a46a84a419a8a53c0d38be1727ec4af3c350593aaee00d3e
6
+ metadata.gz: 07c5b8d05df588de2e34b18b988edc6da1caeba2808727bf43227e1c17e72b4a7899f1a2cbdb96216ebee9a716e780bda4a547ddd8c3c7d0434baa2dcbdcb27c
7
+ data.tar.gz: 3fe3e3f45849e2975a5ff590cf6e61207540273f5e30e027223b3d2507e7a17b7f83c4be06d7933abd3ddf0405b191fb657d2443bc4951757370d03efa8cf9b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
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-18)
4
9
 
5
10
  * 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
 
@@ -438,7 +438,7 @@ module Google
438
438
  class GcsDestination
439
439
  include Google::Apis::Core::Hashable
440
440
 
441
- # The uri of the Cloud Storage object. It's the same uri that is used by gsutil.
441
+ # The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
442
442
  # For example: "gs://bucket_name/object_name". See [Viewing and Editing Object
443
443
  # Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for
444
444
  # more information.
@@ -446,8 +446,8 @@ module Google
446
446
  # @return [String]
447
447
  attr_accessor :uri
448
448
 
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://
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://
451
451
  # bucket_name/object_name_prefix// and only contains assets for that type.
452
452
  # starts from 0. For example: "gs://bucket_name/object_name_prefix/google.
453
453
  # compute.disk/0" is the first shard of output objects containing all google.
@@ -472,8 +472,8 @@ module Google
472
472
  # resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-
473
473
  # platform-resource-hierarchy), a resource outside the Google Cloud resource
474
474
  # 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.
475
+ # (e.g. IAM policy). See [Supported asset types](https://cloud.google.com/asset-
476
+ # inventory/docs/supported-asset-types) for more information.
477
477
  class GoogleCloudAssetV1p7beta1Asset
478
478
  include Google::Apis::Core::Hashable
479
479
 
@@ -610,9 +610,9 @@ module Google
610
610
  # An asset can be any resource in the Google Cloud [resource hierarchy](https://
611
611
  # cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), a
612
612
  # 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.
613
+ # Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See [
614
+ # Supported asset types](https://cloud.google.com/asset-inventory/docs/supported-
615
+ # asset-types) for more information.
616
616
  class GoogleCloudAssetV1p7beta1RelatedAsset
617
617
  include Google::Apis::Core::Hashable
618
618
 
@@ -751,7 +751,7 @@ module Google
751
751
  # The full name of the immediate parent of this resource. See [Resource Names](
752
752
  # https://cloud.google.com/apis/design/resource_names#full_resource_name) for
753
753
  # 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/
754
+ # defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/
755
755
  # overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/
756
756
  # projects/my_project_123` For third-party assets, this field may be set
757
757
  # differently.
@@ -1630,10 +1630,11 @@ module Google
1630
1630
 
1631
1631
  # A Google Cloud resource that is allowed to ingress the perimeter. Requests
1632
1632
  # 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.
1633
+ # projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
1634
+ # format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/networks/`NAME``
1635
+ # . The project may be in any Google Cloud organization, not just the
1636
+ # organization that the perimeter is defined in. `*` is not allowed, the case of
1637
+ # allowing all Google Cloud resources only is not supported.
1637
1638
  # Corresponds to the JSON property `resource`
1638
1639
  # @return [String]
1639
1640
  attr_accessor :resource
@@ -1858,7 +1859,9 @@ module Google
1858
1859
  attr_accessor :ingress_policies
1859
1860
 
1860
1861
  # A list of Google Cloud resources that are inside of the service perimeter.
1861
- # Currently only projects are allowed. Format: `projects/`project_number``
1862
+ # Currently only projects and VPCs are allowed. Project format: `projects/`
1863
+ # project_number`` VPC format: `//compute.googleapis.com/projects/`PROJECT_ID`/
1864
+ # global/networks/`NAME``.
1862
1865
  # Corresponds to the JSON property `resources`
1863
1866
  # @return [Array<String>]
1864
1867
  attr_accessor :resources
@@ -2124,7 +2127,7 @@ module Google
2124
2127
  # The full name of the immediate parent of this resource. See [Resource Names](
2125
2128
  # https://cloud.google.com/apis/design/resource_names#full_resource_name) for
2126
2129
  # 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/
2130
+ # defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/
2128
2131
  # overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/
2129
2132
  # projects/my_project_123` For third-party assets, this field may be set
2130
2133
  # differently.
@@ -2208,8 +2211,8 @@ module Google
2208
2211
  # resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-
2209
2212
  # platform-resource-hierarchy), a resource outside the Google Cloud resource
2210
2213
  # 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.
2214
+ # (e.g. IAM policy). See [Supported asset types](https://cloud.google.com/asset-
2215
+ # inventory/docs/supported-asset-types) for more information.
2213
2216
  # Corresponds to the JSON property `asset`
2214
2217
  # @return [Google::Apis::CloudassetV1beta1::Asset]
2215
2218
  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.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 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.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_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.26.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