google-apis-cloudasset_v1p5beta1 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: 6cabb7364aa1fda7670c244f24e2c070915974c0808bb7cac59cb2e843013b45
4
- data.tar.gz: a32d856097a83e379143f356882c34a537217816537285aca38aeff5eb35f389
3
+ metadata.gz: cb8527fa6c7343beb7c79fa997f4667845cd9c8755aeb2f352ddd0ff3b4ac7b5
4
+ data.tar.gz: 5cf70ef3edad856c6f90b7fd8d567a79e36c7a9141c32bbdc70ba9047f8cf5c6
5
5
  SHA512:
6
- metadata.gz: 859350b55381514d0aa2c2aef867739b107589969fbdaba583ac42b52ca6a2142d98f0db96dea8730102650e2e8e2d304c7348933e684010b8d0c96e02dc8b72
7
- data.tar.gz: f725171177468ae3186abfb1727efec8f6f0694125c55fce7886c6bd86d966f288307480797d9aab7e0f645470693c42b2d28e4893060fd8acaa4883eafb17bf
6
+ metadata.gz: 582aa8b013f97846595144fef7b4291015e638b5f017b7155519ce1218b7c0eadb65e0fc0865d7a0bd5f018e5080bfee909977ac7b2c1be081ca2b978754a6a6
7
+ data.tar.gz: b98d4021bbd12e12eb64de79af8b666f0b8866a16e414e199ad45d5189c5dd3b390f7a1730584dded54376acf792b189dda6842f8d0982e72a19d87c63377363
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudasset_v1p5beta1
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
+ * Regenerated using generator version 0.3.0
14
+
15
+ ### v0.7.0 (2021-05-20)
16
+
17
+ * Regenerated from discovery document revision 20210518
18
+ * Unspecified changes
19
+
3
20
  ### v0.6.0 (2021-04-22)
4
21
 
5
22
  * Regenerated from discovery document revision 20210416
@@ -979,8 +979,8 @@ module Google
979
979
 
980
980
  # Required. Resource name for the Access Level. The `short_name` component must
981
981
  # begin with a letter and only include alphanumeric and '_'. Format: `
982
- # accessPolicies/`policy_id`/accessLevels/`short_name``. The maximum length of
983
- # the `short_name` component is 50 characters.
982
+ # accessPolicies/`access_policy`/accessLevels/`access_level``. The maximum
983
+ # length of the `access_level` component is 50 characters.
984
984
  # Corresponds to the JSON property `name`
985
985
  # @return [String]
986
986
  attr_accessor :name
@@ -1021,7 +1021,7 @@ module Google
1021
1021
  attr_accessor :etag
1022
1022
 
1023
1023
  # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
1024
- # policy_id``
1024
+ # access_policy``
1025
1025
  # Corresponds to the JSON property `name`
1026
1026
  # @return [String]
1027
1027
  attr_accessor :name
@@ -1626,7 +1626,7 @@ module Google
1626
1626
 
1627
1627
  # Required. Resource name for the ServicePerimeter. The `short_name` component
1628
1628
  # must begin with a letter and only include alphanumeric and '_'. Format: `
1629
- # accessPolicies/`policy_id`/servicePerimeters/`short_name``
1629
+ # accessPolicies/`access_policy`/servicePerimeters/`service_perimeter``
1630
1630
  # Corresponds to the JSON property `name`
1631
1631
  # @return [String]
1632
1632
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p5beta1
18
18
  # Version of the google-apis-cloudasset_v1p5beta1 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
@@ -54,7 +54,7 @@ module Google
54
54
  # @param [String] parent
55
55
  # Required. Name of the organization or project the assets belong to. Format: "
56
56
  # organizations/[organization-number]" (such as "organizations/123"), "projects/[
57
- # project-number]" (such as "projects/my-project-id"), or "projects/[project-id]"
57
+ # project-id]" (such as "projects/my-project-id"), or "projects/[project-number]"
58
58
  # (such as "projects/12345").
59
59
  # @param [Array<String>, String] asset_types
60
60
  # A list of asset types to take a snapshot for. For example: "compute.googleapis.
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p5beta1
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-18 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 V1p5beta1. 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_v1p5beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p5beta1
57
63
  post_install_message:
58
64
  rdoc_options: []