google-cloud-asset-v1 1.3.1 → 1.4.1
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 +4 -4
- data/lib/google/cloud/asset/v1/asset_service/client.rb +5 -5
- data/lib/google/cloud/asset/v1/asset_service/rest/client.rb +5 -5
- data/lib/google/cloud/asset/v1/version.rb +1 -1
- data/proto_docs/google/cloud/asset/v1/asset_service.rb +4 -4
- data/proto_docs/google/cloud/asset/v1/assets.rb +1 -1
- metadata +9 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c6ea8f723969906ff2d62aab990a557ead3e71d53b698e5bdd4249ab6ef2947
|
4
|
+
data.tar.gz: 4f55f030846b8f1134519515aaf34afcd85ee9c08d87c493cb0bb32921b40201
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e8713c645c447611078e71b7381aa9cd39d4f2052597ea91f6a08ca42c3ba236e8f68577d1cbada23fac1bfb71e169239774cb7710a7f22892decbe3648b383
|
7
|
+
data.tar.gz: 5437cf49b5b9e7d537b25715f009e265ae4aa4f94f1a398910811362e13749a29a523fa54ef6add02dc796ba88bdb4d117f127ef2b9e5278cd6aa011cab82740
|
@@ -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
|
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]
|
@@ -2001,12 +2001,12 @@ module Google
|
|
2001
2001
|
# Optional. A SQL statement that's compatible with [BigQuery
|
2002
2002
|
# SQL](https://cloud.google.com/bigquery/docs/introduction-sql).
|
2003
2003
|
#
|
2004
|
-
# Note: The following
|
2004
|
+
# Note: The following parameters are mutually exclusive: `statement`, `job_reference`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2005
2005
|
# @param job_reference [::String]
|
2006
2006
|
# Optional. Reference to the query job, which is from the
|
2007
2007
|
# `QueryAssetsResponse` of previous `QueryAssets` call.
|
2008
2008
|
#
|
2009
|
-
# Note: The following
|
2009
|
+
# Note: The following parameters are mutually exclusive: `job_reference`, `statement`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2010
2010
|
# @param page_size [::Integer]
|
2011
2011
|
# Optional. The maximum number of rows to return in the results. Responses
|
2012
2012
|
# are limited to 10 MB and 1000 rows.
|
@@ -2038,12 +2038,12 @@ module Google
|
|
2038
2038
|
# [end_time] Defaults [end_time] to now if [start_time] is set and
|
2039
2039
|
# [end_time] isn't. Maximum permitted time range is 7 days.
|
2040
2040
|
#
|
2041
|
-
# Note: The following
|
2041
|
+
# Note: The following parameters are mutually exclusive: `read_time_window`, `read_time`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2042
2042
|
# @param read_time [::Google::Protobuf::Timestamp, ::Hash]
|
2043
2043
|
# Optional. Queries cloud assets as they appeared at the specified point in
|
2044
2044
|
# time.
|
2045
2045
|
#
|
2046
|
-
# Note: The following
|
2046
|
+
# Note: The following parameters are mutually exclusive: `read_time`, `read_time_window`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2047
2047
|
# @param output_config [::Google::Cloud::Asset::V1::QueryAssetsOutputConfig, ::Hash]
|
2048
2048
|
# Optional. Destination where the query results will be saved.
|
2049
2049
|
#
|
@@ -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
|
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]
|
@@ -1903,12 +1903,12 @@ module Google
|
|
1903
1903
|
# Optional. A SQL statement that's compatible with [BigQuery
|
1904
1904
|
# SQL](https://cloud.google.com/bigquery/docs/introduction-sql).
|
1905
1905
|
#
|
1906
|
-
# Note: The following
|
1906
|
+
# Note: The following parameters are mutually exclusive: `statement`, `job_reference`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1907
1907
|
# @param job_reference [::String]
|
1908
1908
|
# Optional. Reference to the query job, which is from the
|
1909
1909
|
# `QueryAssetsResponse` of previous `QueryAssets` call.
|
1910
1910
|
#
|
1911
|
-
# Note: The following
|
1911
|
+
# Note: The following parameters are mutually exclusive: `job_reference`, `statement`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1912
1912
|
# @param page_size [::Integer]
|
1913
1913
|
# Optional. The maximum number of rows to return in the results. Responses
|
1914
1914
|
# are limited to 10 MB and 1000 rows.
|
@@ -1940,12 +1940,12 @@ module Google
|
|
1940
1940
|
# [end_time] Defaults [end_time] to now if [start_time] is set and
|
1941
1941
|
# [end_time] isn't. Maximum permitted time range is 7 days.
|
1942
1942
|
#
|
1943
|
-
# Note: The following
|
1943
|
+
# Note: The following parameters are mutually exclusive: `read_time_window`, `read_time`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1944
1944
|
# @param read_time [::Google::Protobuf::Timestamp, ::Hash]
|
1945
1945
|
# Optional. Queries cloud assets as they appeared at the specified point in
|
1946
1946
|
# time.
|
1947
1947
|
#
|
1948
|
-
# Note: The following
|
1948
|
+
# Note: The following parameters are mutually exclusive: `read_time`, `read_time_window`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1949
1949
|
# @param output_config [::Google::Cloud::Asset::V1::QueryAssetsOutputConfig, ::Hash]
|
1950
1950
|
# Optional. Destination where the query results will be saved.
|
1951
1951
|
#
|
@@ -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
|
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
|
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
|
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
|
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
|
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.
|
4
|
+
version: 1.4.1
|
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:
|
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:
|
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.
|
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.
|
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,14 +160,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
166
160
|
requirements:
|
167
161
|
- - ">="
|
168
162
|
- !ruby/object:Gem::Version
|
169
|
-
version: '3.
|
163
|
+
version: '3.1'
|
170
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
171
165
|
requirements:
|
172
166
|
- - ">="
|
173
167
|
- !ruby/object:Gem::Version
|
174
168
|
version: '0'
|
175
169
|
requirements: []
|
176
|
-
rubygems_version: 3.6.
|
170
|
+
rubygems_version: 3.6.9
|
177
171
|
specification_version: 4
|
178
172
|
summary: The Cloud Asset API manages the history and inventory of Google Cloud resources.
|
179
173
|
test_files: []
|