google-apis-cloudasset_v1p1beta1 0.6.0 → 0.10.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: c4a6f77f393b76e73b168b6eb873ba71090aa2cb43f0287a2200d09e8354cf83
4
+ data.tar.gz: 797af0239a19d9dfdd717e8b8cfec6805ad380c49cc339104e2b6268d3c2486c
5
5
  SHA512:
6
- metadata.gz: ee3589eab1833d1daf490f5e3d542a5e0043ba91e15fe9a7fba86049f158d109ed446d8d01dae6560058f35a22b4a1299ef65c23bc8629ee570b36de4ed9dab1
7
- data.tar.gz: 9d4b22d7eac117164cfbc75cd1ac01096bf8a1381f4a15461d0a176a70fa522c4eede39cd72c43e5c517e18773f523e8e05270ccf0db4a53b40453530aa83a17
6
+ metadata.gz: 37b7bd6a8e66ca924bf670d6365d24d85f943d810683b4ce46bbd5dd19b6112b359738c9c6c58cc0542f550222a833c2cc56825c9b31d5cded4998d6ec80aaac
7
+ data.tar.gz: a9918506697185cc7dfb690e9b60942b778ccfb96b14c4f565f50d8486595672adf9b6a1ee2a59cd1dfc7148148ce60d4df81ff2e34aa97cc9daf26607288dda
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.10.0 (2021-07-28)
4
+
5
+ * Regenerated from discovery document revision 20210723
6
+
7
+ ### v0.9.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.8.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.7.0 (2021-06-16)
16
+
17
+ * Regenerated from discovery document revision 20210611
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.6.0 (2021-05-19)
4
21
 
5
22
  * 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.
@@ -877,8 +877,8 @@ module Google
877
877
 
878
878
  # Required. Resource name for the Access Level. The `short_name` component must
879
879
  # begin with a letter and only include alphanumeric and '_'. Format: `
880
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
881
- # the `short_name` component is 50 characters.
880
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
881
+ # length of the `access_level` component is 50 characters.
882
882
  # Corresponds to the JSON property `name`
883
883
  # @return [String]
884
884
  attr_accessor :name
@@ -919,7 +919,7 @@ module Google
919
919
  attr_accessor :etag
920
920
 
921
921
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
922
- # policy_id``
922
+ # access_policy``
923
923
  # Corresponds to the JSON property `name`
924
924
  # @return [String]
925
925
  attr_accessor :name
@@ -1524,7 +1524,7 @@ module Google
1524
1524
 
1525
1525
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1526
1526
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1527
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1527
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1528
1528
  # Corresponds to the JSON property `name`
1529
1529
  # @return [String]
1530
1530
  attr_accessor :name
@@ -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.10.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210416"
25
+ REVISION = "20210723"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
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.10.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-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Asset API V1p1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []