google-apis-cloudasset_v1 0.5.0 → 0.6.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: 58723644befdfd48e35fefcf78bc2fe55e4cba02131e1808d3ac90cfba4bf6ef
4
- data.tar.gz: f0f8b4361eaf3ff287a2012df0e402dc036a15ad2518d47c79ec9c3ae04999c2
3
+ metadata.gz: 89aa38950b0f61e325ec426c22c4e303dae057a70c39819b52e558883dc33717
4
+ data.tar.gz: dd1fd00b994780ff52f394199af03ffeeeae7e56f42a9c06cbd57002767475c8
5
5
  SHA512:
6
- metadata.gz: 7739168303baeed6c45c573def833b5f3a4f05a210bc2d588e3b88e4e8ffdf62281d03fa592e8e76ff57174dcbd710bc33e423ac5981177d941bf744e51b04db
7
- data.tar.gz: 7952724d89ab6defc572ed8044a9c1039415129848940b4696b323e1f846cf66c2f6be0adc32fe1a4239c7da8d69022ab4e2cfe247b423c03a63423212be7007
6
+ metadata.gz: e714f23434b0fbc0331600c7b5dcfdb355e51392b2609cbd283bd6de973edebba1b477a5af7520e190558f71e28160f37a015575bdeeec9e1ac7a7107a4928e0
7
+ data.tar.gz: 60549c56ae38a9680ecfa42fd4877f629172f3f7c3f82df9d48be3a682748422b67d038a07a86ade2397904765172953c5649db9f59854b88f99a1ffa4b09b4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.6.0 (2021-03-31)
4
+
5
+ * Regenerated from discovery document revision 20210326
6
+
3
7
  ### v0.5.0 (2021-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20210305
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -3479,7 +3479,10 @@ module Google
3479
3479
  # @return [String]
3480
3480
  attr_accessor :parent_asset_type
3481
3481
 
3482
- # The full resource name of this resource's parent, if it has one.
3482
+ # The full resource name of this resource's parent, if it has one. To search
3483
+ # against the `parent_full_resource_name`: * use a field query. Example: `
3484
+ # parentFullResourceName:"project-name"` * use a free text query. Example: `
3485
+ # project-name`
3483
3486
  # Corresponds to the JSON property `parentFullResourceName`
3484
3487
  # @return [String]
3485
3488
  attr_accessor :parent_full_resource_name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210305"
25
+ REVISION = "20210326"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-03-15 00:00:00.000000000 Z
11
+ date: 2021-04-05 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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1
57
57
  post_install_message:
58
58
  rdoc_options: []