google-cloud-asset-v1 1.3.0 → 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 +4 -4
- data/lib/google/cloud/asset/v1/asset_service/client.rb +3 -3
- data/lib/google/cloud/asset/v1/asset_service/operations.rb +2 -2
- data/lib/google/cloud/asset/v1/asset_service/rest/client.rb +2 -2
- data/lib/google/cloud/asset/v1/asset_service/rest/operations.rb +1 -1
- 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 +10 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ee5eb53476e536f17a833afb7486694ad2d52607df5671b8987439d2a718287
|
4
|
+
data.tar.gz: 53c540b2d8ce33939e1da12f5144c64680f801e11ed4eb63fb14967757d6c4bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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]
|
@@ -3229,8 +3229,8 @@ module Google
|
|
3229
3229
|
|
3230
3230
|
config_attr :endpoint, nil, ::String, nil
|
3231
3231
|
config_attr :credentials, nil do |value|
|
3232
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
3233
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
3232
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
3233
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
3234
3234
|
allowed.any? { |klass| klass === value }
|
3235
3235
|
end
|
3236
3236
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -701,8 +701,8 @@ module Google
|
|
701
701
|
|
702
702
|
config_attr :endpoint, nil, ::String, nil
|
703
703
|
config_attr :credentials, nil do |value|
|
704
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
705
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
706
706
|
allowed.any? { |klass| klass === value }
|
707
707
|
end
|
708
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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]
|
@@ -3052,7 +3052,7 @@ module Google
|
|
3052
3052
|
|
3053
3053
|
config_attr :endpoint, nil, ::String, nil
|
3054
3054
|
config_attr :credentials, nil do |value|
|
3055
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
3055
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
3056
3056
|
allowed.any? { |klass| klass === value }
|
3057
3057
|
end
|
3058
3058
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -556,7 +556,7 @@ module Google
|
|
556
556
|
|
557
557
|
config_attr :endpoint, nil, ::String, nil
|
558
558
|
config_attr :credentials, nil do |value|
|
559
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
560
560
|
allowed.any? { |klass| klass === value }
|
561
561
|
end
|
562
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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,34 +1,28 @@
|
|
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.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
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.8
|
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: []
|