google-apis-cloudasset_v1p7beta1 0.3.0 → 0.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: 192d196ef1991b8f5d1809aea9d5ffe904e7a8a4e7c82bb57cbe220cd2a7090d
4
- data.tar.gz: 5d7a89d5f145b6447abcf0b00814a529561bca00250a520f551e9c4f7f6c6695
3
+ metadata.gz: ee2e75dcb45257dce63c0291937b6aa509b69f9a39f47e11eb5a2613b5c8e69d
4
+ data.tar.gz: 4994a5e34413f74e48512fae1081286404444f4700937d5eb46e1e09a519498b
5
5
  SHA512:
6
- metadata.gz: e32a5fb0171cfa24aa0902523a69ddccac75c77aecfa285c2b6ce4e62769749c9a59b03c336d5bebb8190afabfac39411de81bf4024cae7978b5ca0816db04a1
7
- data.tar.gz: c02987ff112edf841571757339e2eb31bd99811c0a8a2044576ffdf5150974431491aae4a1fcbd93d009caf8b244d22c36d9b86d8f6b6b3c9ea20b6783dce9cd
6
+ metadata.gz: ba2f88abda06294d07483fea07d9fff2b667f059e89f158d70c23172a6c52a8b16201d23837527bfa6da77e794784ba5d862bc70172aa3cbc6f24a7bcdaaae79
7
+ data.tar.gz: 18943ecbe34b4509775fe4c2ebef8eaf1aca041ee8941e8a1a43cd3fdb0f4fe396d2e03bbfa2af1c083476af8919afe76f0cdeee20bd75b3ef7ca9f77c2261cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
2
2
 
3
+ ### v0.4.0 (2021-03-09)
4
+
5
+ * Regenerated from discovery document revision 20210305
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20210226
@@ -22,6 +22,19 @@ module Google
22
22
  module Apis
23
23
  module CloudassetV1p7beta1
24
24
 
25
+ # A response message for AssetService.AnalyzeIamPolicyLongrunning.
26
+ class AnalyzeIamPolicyLongrunningResponse
27
+ include Google::Apis::Core::Hashable
28
+
29
+ def initialize(**args)
30
+ update!(**args)
31
+ end
32
+
33
+ # Update properties of this object
34
+ def update!(**args)
35
+ end
36
+ end
37
+
25
38
  # Specifies the audit configuration for a service. The configuration determines
26
39
  # which permission types are logged, and what identities, if any, are exempted
27
40
  # from logging. An AuditConfig must have one or more AuditLogConfigs. If there
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p7beta1
18
18
  # Version of the google-apis-cloudasset_v1p7beta1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210226"
25
+ REVISION = "20210305"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module CloudassetV1p7beta1
24
24
 
25
+ class AnalyzeIamPolicyLongrunningResponse
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class AuditConfig
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
@@ -262,6 +268,12 @@ module Google
262
268
  include Google::Apis::Core::JsonObjectSupport
263
269
  end
264
270
 
271
+ class AnalyzeIamPolicyLongrunningResponse
272
+ # @private
273
+ class Representation < Google::Apis::Core::JsonRepresentation
274
+ end
275
+ end
276
+
265
277
  class AuditConfig
266
278
  # @private
267
279
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -49,6 +49,37 @@ module Google
49
49
  @batch_path = 'batch'
50
50
  end
51
51
 
52
+ # Gets the latest state of a long-running operation. Clients can use this method
53
+ # to poll the operation result at intervals as recommended by the API service.
54
+ # @param [String] name
55
+ # The name of the operation resource.
56
+ # @param [String] fields
57
+ # Selector specifying which fields to include in a partial response.
58
+ # @param [String] quota_user
59
+ # Available to use for quota purposes for server-side applications. Can be any
60
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
61
+ # @param [Google::Apis::RequestOptions] options
62
+ # Request-specific options
63
+ #
64
+ # @yield [result, err] Result & error if block supplied
65
+ # @yieldparam result [Google::Apis::CloudassetV1p7beta1::Operation] parsed result object
66
+ # @yieldparam err [StandardError] error object if request failed
67
+ #
68
+ # @return [Google::Apis::CloudassetV1p7beta1::Operation]
69
+ #
70
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
71
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
72
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
73
+ def get_operation(name, fields: nil, quota_user: nil, options: nil, &block)
74
+ command = make_simple_command(:get, 'v1p7beta1/{+name}', options)
75
+ command.response_representation = Google::Apis::CloudassetV1p7beta1::Operation::Representation
76
+ command.response_class = Google::Apis::CloudassetV1p7beta1::Operation
77
+ command.params['name'] = name unless name.nil?
78
+ command.query['fields'] = fields unless fields.nil?
79
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
80
+ execute_or_queue_command(command, &block)
81
+ end
82
+
52
83
  # Exports assets with time and resource types to a given Cloud Storage location/
53
84
  # BigQuery table. For Cloud Storage location destinations, the output format is
54
85
  # newline-delimited JSON. Each line represents a google.cloud.asset.v1p7beta1.
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.3.0
4
+ version: 0.4.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-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 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.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.4.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: []