google-apis-cloudasset_v1p7beta1 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: 8278f80acc43f4eb50cd5da226691482445a0f0abaf035daef89ff9baa77623d
4
- data.tar.gz: dcfca8d02139d56367065b76b0dd6a14ff3040af2084d25aa11487361aaadd52
3
+ metadata.gz: 2077b09842fd543cc0a0ba0363caf6798727b47122881997d21b3eba91baffae
4
+ data.tar.gz: 626f29028ec93c69cba6ab0aed6768bbeb2a94056f4cb0e1278bf8fed204cf6b
5
5
  SHA512:
6
- metadata.gz: c2c31f63d94b9400e78974186cbf600129f70296e485c9e244d0d727195c98a4ac68d450f6305b8231928bafb2e433e41eeef69f8167c59f3d3f5366d0ce88b1
7
- data.tar.gz: 8591d82542577d39ded0bcf00b8fa4b7d5fa3d3b9abece052d8be858722c89cd752dc5288d5b9b3fe123fc896a942b35c1abb2cf025f30038f286c76a8695a25
6
+ metadata.gz: 535e4d3febaa7c3bc4395016cc132484807470fcf4c1705173f6c49ee28b1c782e9344348153c41b33a3dcedd22034929aad28b77f4aef08d535d641fdb314cf
7
+ data.tar.gz: '095903c3383c7dde9c2ff40a1c54ebec40ae8b933393686494b232e60931959e3bd8f77e0e029b129d1f98e31690dfce7c8da5d2a01f0f8f77f13586f2cf7092'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
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 CloudassetV1p7beta1
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
 
@@ -260,8 +260,8 @@ module Google
260
260
  # resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-
261
261
  # platform-resource-hierarchy), a resource outside the Google Cloud resource
262
262
  # hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy
263
- # (e.g. Cloud IAM policy). See [Supported asset types](https://cloud.google.com/
264
- # asset-inventory/docs/supported-asset-types) for more information.
263
+ # (e.g. IAM policy). See [Supported asset types](https://cloud.google.com/asset-
264
+ # inventory/docs/supported-asset-types) for more information.
265
265
  class GoogleCloudAssetV1p7beta1Asset
266
266
  include Google::Apis::Core::Hashable
267
267
 
@@ -535,7 +535,7 @@ module Google
535
535
  class GoogleCloudAssetV1p7beta1GcsDestination
536
536
  include Google::Apis::Core::Hashable
537
537
 
538
- # The uri of the Cloud Storage object. It's the same uri that is used by gsutil.
538
+ # The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
539
539
  # Example: "gs://bucket_name/object_name". See [Viewing and Editing Object
540
540
  # Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for
541
541
  # more information.
@@ -543,8 +543,8 @@ module Google
543
543
  # @return [String]
544
544
  attr_accessor :uri
545
545
 
546
- # The uri prefix of all generated Cloud Storage objects. Example: "gs://
547
- # bucket_name/object_name_prefix". Each object uri is in format: "gs://
546
+ # The URI prefix of all generated Cloud Storage objects. Example: "gs://
547
+ # bucket_name/object_name_prefix". Each object URI is in format: "gs://
548
548
  # bucket_name/object_name_prefix/`ASSET_TYPE`/`SHARD_NUMBER` and only contains
549
549
  # assets for that type. starts from 0. Example: "gs://bucket_name/
550
550
  # object_name_prefix/compute.googleapis.com/Disk/0" is the first shard of output
@@ -614,9 +614,9 @@ module Google
614
614
  # An asset can be any resource in the Google Cloud [resource hierarchy](https://
615
615
  # cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), a
616
616
  # resource outside the Google Cloud resource hierarchy (such as Google
617
- # Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy).
618
- # See [Supported asset types](https://cloud.google.com/asset-inventory/docs/
619
- # supported-asset-types) for more information.
617
+ # Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See [
618
+ # Supported asset types](https://cloud.google.com/asset-inventory/docs/supported-
619
+ # asset-types) for more information.
620
620
  class GoogleCloudAssetV1p7beta1RelatedAsset
621
621
  include Google::Apis::Core::Hashable
622
622
 
@@ -755,7 +755,7 @@ module Google
755
755
  # The full name of the immediate parent of this resource. See [Resource Names](
756
756
  # https://cloud.google.com/apis/design/resource_names#full_resource_name) for
757
757
  # more information. For Google Cloud assets, this value is the parent resource
758
- # defined in the [Cloud IAM policy hierarchy](https://cloud.google.com/iam/docs/
758
+ # defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/
759
759
  # overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/
760
760
  # projects/my_project_123` For third-party assets, this field may be set
761
761
  # differently.
@@ -1634,10 +1634,11 @@ module Google
1634
1634
 
1635
1635
  # A Google Cloud resource that is allowed to ingress the perimeter. Requests
1636
1636
  # from these resources will be allowed to access perimeter data. Currently only
1637
- # projects are allowed. Format: `projects/`project_number`` The project may be
1638
- # in any Google Cloud organization, not just the organization that the perimeter
1639
- # is defined in. `*` is not allowed, the case of allowing all Google Cloud
1640
- # resources only is not supported.
1637
+ # projects and VPCs are allowed. Project format: `projects/`project_number`` VPC
1638
+ # format: `//compute.googleapis.com/projects/`PROJECT_ID`/global/networks/`NAME``
1639
+ # . The project may be in any Google Cloud organization, not just the
1640
+ # organization that the perimeter is defined in. `*` is not allowed, the case of
1641
+ # allowing all Google Cloud resources only is not supported.
1641
1642
  # Corresponds to the JSON property `resource`
1642
1643
  # @return [String]
1643
1644
  attr_accessor :resource
@@ -1862,7 +1863,9 @@ module Google
1862
1863
  attr_accessor :ingress_policies
1863
1864
 
1864
1865
  # A list of Google Cloud resources that are inside of the service perimeter.
1865
- # Currently only projects are allowed. Format: `projects/`project_number``
1866
+ # Currently only projects and VPCs are allowed. Project format: `projects/`
1867
+ # project_number`` VPC format: `//compute.googleapis.com/projects/`PROJECT_ID`/
1868
+ # global/networks/`NAME``.
1866
1869
  # Corresponds to the JSON property `resources`
1867
1870
  # @return [Array<String>]
1868
1871
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p7beta1
18
18
  # Version of the google-apis-cloudasset_v1p7beta1 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 CloudassetV1p7beta1
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_v1p7beta1'
@@ -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 CloudassetV1p7beta1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p7beta1
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_v1p7beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p7beta1
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 V1p7beta1