google-cloud-asset-v1 1.3.1 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f593a4db52b2f7c7ceac39d5ac2ee35b149aaf6f57fdbe529f8cbaedfb54c822
4
- data.tar.gz: 7fc4626341ea777b687d12cd56ca1a41466788d6b1ad56d98a6c594d8bc1f020
3
+ metadata.gz: 6ee5eb53476e536f17a833afb7486694ad2d52607df5671b8987439d2a718287
4
+ data.tar.gz: 53c540b2d8ce33939e1da12f5144c64680f801e11ed4eb63fb14967757d6c4bd
5
5
  SHA512:
6
- metadata.gz: 2b481ae9d8daa7b9f044c8c60f98b4100934c4a661566bda63211630d39074ae45c737ba0b0bb9b900b1f42b3323638471222a5e326dcbe328e4e616bf1b1a97
7
- data.tar.gz: ec02ae1baf7033de993994b98e6cd27cb5fee5cf790d0462f6b9e195c8da7d63aad1f39ed50ba8fcc45408de59b4dfbfca7b7ee65303ccafcebb2a4e590fee48
6
+ metadata.gz: 9dedbb3639aaa58be38aae6e23e2d4f7c87a00d8ad5bd77984700c965a132436dd395391c3731447defb2d19a2e2a7bf4afa96ea9f4d7359e0b0b80bced331f0
7
+ data.tar.gz: 29a75d6dc87dc7560fb167cbacf58ddf5363e4c6389087e409b79dd32715d6ea74a57ef3848299f5889cf8cf61783558d5c92bfc0fcc8451670dc153cf59a187
@@ -1890,7 +1890,7 @@ module Google
1890
1890
  # @param destination_parent [::String]
1891
1891
  # Required. Name of the Google Cloud folder or organization to reparent the
1892
1892
  # target resource. The analysis will be performed against hypothetically
1893
- # moving the resource to this specified desitination parent. This can only be
1893
+ # moving the resource to this specified destination parent. This can only be
1894
1894
  # a folder number (such as "folders/123") or an organization number (such as
1895
1895
  # "organizations/123").
1896
1896
  # @param view [::Google::Cloud::Asset::V1::AnalyzeMoveRequest::AnalysisView]
@@ -1799,7 +1799,7 @@ module Google
1799
1799
  # @param destination_parent [::String]
1800
1800
  # Required. Name of the Google Cloud folder or organization to reparent the
1801
1801
  # target resource. The analysis will be performed against hypothetically
1802
- # moving the resource to this specified desitination parent. This can only be
1802
+ # moving the resource to this specified destination parent. This can only be
1803
1803
  # a folder number (such as "folders/123") or an organization number (such as
1804
1804
  # "organizations/123").
1805
1805
  # @param view [::Google::Cloud::Asset::V1::AnalyzeMoveRequest::AnalysisView]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Asset
23
23
  module V1
24
- VERSION = "1.3.1"
24
+ VERSION = "1.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -508,14 +508,14 @@ module Google
508
508
  PARTITION_KEY_UNSPECIFIED = 0
509
509
 
510
510
  # The time when the snapshot is taken. If specified as partition key, the
511
- # result table(s) is partitoned by the additional timestamp column,
511
+ # result table(s) is partitioned by the additional timestamp column,
512
512
  # readTime. If [read_time] in ExportAssetsRequest is specified, the
513
513
  # readTime column's value will be the same as it. Otherwise, its value will
514
514
  # be the current time that is used to take the snapshot.
515
515
  READ_TIME = 1
516
516
 
517
517
  # The time when the request is received and started to be processed. If
518
- # specified as partition key, the result table(s) is partitoned by the
518
+ # specified as partition key, the result table(s) is partitioned by the
519
519
  # requestTime column, an additional timestamp column representing when the
520
520
  # request was received.
521
521
  REQUEST_TIME = 2
@@ -1309,7 +1309,7 @@ module Google
1309
1309
  PARTITION_KEY_UNSPECIFIED = 0
1310
1310
 
1311
1311
  # The time when the request is received. If specified as partition key,
1312
- # the result table(s) is partitoned by the RequestTime column, an
1312
+ # the result table(s) is partitioned by the RequestTime column, an
1313
1313
  # additional timestamp column representing when the request was received.
1314
1314
  REQUEST_TIME = 1
1315
1315
  end
@@ -1547,7 +1547,7 @@ module Google
1547
1547
  # @return [::String]
1548
1548
  # Required. Name of the Google Cloud folder or organization to reparent the
1549
1549
  # target resource. The analysis will be performed against hypothetically
1550
- # moving the resource to this specified desitination parent. This can only be
1550
+ # moving the resource to this specified destination parent. This can only be
1551
1551
  # a folder number (such as "folders/123") or an organization number (such as
1552
1552
  # "organizations/123").
1553
1553
  # @!attribute [rw] view
@@ -871,7 +871,7 @@ module Google
871
871
  # form of projects/\\{PROJECT_NUMBER}. If an IAM policy is set on a resource
872
872
  # (like VM instance, Cloud Storage bucket), the project field will indicate
873
873
  # the project that contains the resource. If an IAM policy is set on a folder
874
- # or orgnization, this field will be empty.
874
+ # or organization, this field will be empty.
875
875
  #
876
876
  # To search against the `project`:
877
877
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -89,14 +83,14 @@ dependencies:
89
83
  requirements:
90
84
  - - "~>"
91
85
  - !ruby/object:Gem::Version
92
- version: '1.1'
86
+ version: '1.11'
93
87
  type: :runtime
94
88
  prerelease: false
95
89
  version_requirements: !ruby/object:Gem::Requirement
96
90
  requirements:
97
91
  - - "~>"
98
92
  - !ruby/object:Gem::Version
99
- version: '1.1'
93
+ version: '1.11'
100
94
  description: A metadata inventory service that allows you to view, monitor, and analyze
101
95
  all your GCP and Anthos assets across projects and services. Note that google-cloud-asset-v1
102
96
  is a version-specific client library. For most uses, we recommend installing the
@@ -166,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
166
160
  requirements:
167
161
  - - ">="
168
162
  - !ruby/object:Gem::Version
169
- version: '3.0'
163
+ version: '3.1'
170
164
  required_rubygems_version: !ruby/object:Gem::Requirement
171
165
  requirements:
172
166
  - - ">="