google-apis-cloudasset_v1p1beta1 0.6.0 → 0.7.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: cd688fc7f5aa71dc192fa28eff8ed8a5bad3127db8e837d681a4c97a226b8a29
4
- data.tar.gz: bd32a941950fb4f8bf983ee7246ac3a523c8a3279677d0c2e78588a6c4a08f68
3
+ metadata.gz: ed458c7235f290e5869fd593018889ab57189a4ff455363cd3e46d837b1fab11
4
+ data.tar.gz: 0e2bf068eb0e6e4613dcf178dfdfa8f21117565ddb4b519e1664f54d8d0984f0
5
5
  SHA512:
6
- metadata.gz: ee3589eab1833d1daf490f5e3d542a5e0043ba91e15fe9a7fba86049f158d109ed446d8d01dae6560058f35a22b4a1299ef65c23bc8629ee570b36de4ed9dab1
7
- data.tar.gz: 9d4b22d7eac117164cfbc75cd1ac01096bf8a1381f4a15461d0a176a70fa522c4eede39cd72c43e5c517e18773f523e8e05270ccf0db4a53b40453530aa83a17
6
+ metadata.gz: 5a988b98704b2a66ac4d1920453f315eda1576fe0fcae5b4cbae38415709951eabf5feca64e9775a195163efa8761331139dcb77b02c28de217ea8a33a763bf6
7
+ data.tar.gz: 73e1db150ae3788212b3ec1de86ecfa7332e7d1898c20f7f8e68ae3b6fa8163741c803dcc1dd44419155a7f6c240904f07c22b7af33cb89b1ec9ad022265da84
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.7.0 (2021-06-16)
4
+
5
+ * Regenerated from discovery document revision 20210611
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.6.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -182,7 +182,7 @@ module Google
182
182
  include Google::Apis::Core::Hashable
183
183
 
184
184
  # The map from roles to their included permission matching the permission query (
185
- # e.g. containing `policy.role.permissions:`). A sample role string: "roles/
185
+ # e.g. containing `policy.role.permissions:`). Example role string: "roles/
186
186
  # compute.instanceAdmin". The roles can also be found in the returned `policy`
187
187
  # bindings. Note that the map is populated only if requesting with a permission
188
188
  # query.
@@ -1678,7 +1678,7 @@ module Google
1678
1678
  end
1679
1679
  end
1680
1680
 
1681
- # The result for a IAM Policy search.
1681
+ # The result for an IAM policy search.
1682
1682
  class IamPolicySearchResult
1683
1683
  include Google::Apis::Core::Hashable
1684
1684
 
@@ -1718,11 +1718,11 @@ module Google
1718
1718
  # @return [Google::Apis::CloudassetV1p1beta1::Policy]
1719
1719
  attr_accessor :policy
1720
1720
 
1721
- # The project that the associated GCP resource belongs to, in the form of `
1722
- # projects/`project_number``. If an IAM policy is set on a resource (like VM
1723
- # instance, Cloud Storage bucket), the project field will indicate the project
1724
- # that contains the resource. If an IAM policy is set on a folder or orgnization,
1725
- # the project field will be empty.
1721
+ # The project that the associated Google Cloud resource belongs to, in the form
1722
+ # of `projects/`project_number``. If an IAM policy is set on a resource -- such
1723
+ # as a Compute Engine instance or a Cloud Storage bucket -- the project field
1724
+ # will indicate the project that contains the resource. If an IAM policy is set
1725
+ # on a folder or orgnization, the project field will be empty.
1726
1726
  # Corresponds to the JSON property `project`
1727
1727
  # @return [String]
1728
1728
  attr_accessor :project
@@ -1746,11 +1746,11 @@ module Google
1746
1746
  end
1747
1747
  end
1748
1748
 
1749
- # IAM permissions
1749
+ # IAM permissions.
1750
1750
  class Permissions
1751
1751
  include Google::Apis::Core::Hashable
1752
1752
 
1753
- # A list of permissions. A sample permission string: "compute.disk.get".
1753
+ # A list of permissions. Example permission string: "compute.disk.get".
1754
1754
  # Corresponds to the JSON property `permissions`
1755
1755
  # @return [Array<String>]
1756
1756
  attr_accessor :permissions
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210416"
25
+ REVISION = "20210611"
26
26
  end
27
27
  end
28
28
  end
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.6.0
4
+ version: 0.7.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []