google-apis-cloudasset_v1p7beta1 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudasset_v1p7beta1/classes.rb +1767 -68
- data/lib/google/apis/cloudasset_v1p7beta1/gem_version.rb +2 -2
- data/lib/google/apis/cloudasset_v1p7beta1/representations.rb +568 -21
- data/lib/google/apis/cloudasset_v1p7beta1/service.rb +4 -4
- metadata +5 -5
@@ -63,7 +63,7 @@ module Google
|
|
63
63
|
# organization number (such as "organizations/123"), a project ID (such as "
|
64
64
|
# projects/my-project-id"), or a project number (such as "projects/12345"), or a
|
65
65
|
# folder number (such as "folders/123").
|
66
|
-
# @param [Google::Apis::CloudassetV1p7beta1::
|
66
|
+
# @param [Google::Apis::CloudassetV1p7beta1::GoogleCloudAssetV1p7beta1ExportAssetsRequest] google_cloud_asset_v1p7beta1_export_assets_request_object
|
67
67
|
# @param [String] fields
|
68
68
|
# Selector specifying which fields to include in a partial response.
|
69
69
|
# @param [String] quota_user
|
@@ -81,10 +81,10 @@ module Google
|
|
81
81
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
82
82
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
83
83
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
84
|
-
def export_assets(parent,
|
84
|
+
def export_assets(parent, google_cloud_asset_v1p7beta1_export_assets_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
85
85
|
command = make_simple_command(:post, 'v1p7beta1/{+parent}:exportAssets', options)
|
86
|
-
command.request_representation = Google::Apis::CloudassetV1p7beta1::
|
87
|
-
command.request_object =
|
86
|
+
command.request_representation = Google::Apis::CloudassetV1p7beta1::GoogleCloudAssetV1p7beta1ExportAssetsRequest::Representation
|
87
|
+
command.request_object = google_cloud_asset_v1p7beta1_export_assets_request_object
|
88
88
|
command.response_representation = Google::Apis::CloudassetV1p7beta1::Operation::Representation
|
89
89
|
command.response_class = Google::Apis::CloudassetV1p7beta1::Operation
|
90
90
|
command.params['parent'] = parent unless parent.nil?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudasset_v1p7beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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-
|
11
|
+
date: 2021-03-08 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_v1p7beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p7beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
62
|
requirements:
|
63
63
|
- - ">="
|
64
64
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
65
|
+
version: '2.5'
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - ">="
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.13
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud Asset API V1p7beta1
|