google-apis-deploymentmanager_v2beta 0.1.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93d9bd9354ff352c2241654ac9b1e3fb5952e576a9f704ccbc42e3bade039538
4
- data.tar.gz: 96f42261130d12044e50140ca86f87be287503a260ae8d5c0f99d331990f0478
3
+ metadata.gz: 5c979cf960ecf2b61cc95493bcb91f1c255b8504e3586e95a007061b06161d33
4
+ data.tar.gz: 241231afa7dcd5b9b799f0f584145c1182cebc4a882e66d3eccdf76a875bf85d
5
5
  SHA512:
6
- metadata.gz: 110bee73f7441cb620ebb2f5a436cf1fa80e0b934b90a21a354f1dd707f6ded6c32bcd0959eb875ab1b6cb9c8d0d71bb1ccee345ab65cbebd8b49bf2118dd40e
7
- data.tar.gz: 12064bbf6e07a7564f9201f30f42c76c1fe6ac67d457099e024505b5ffd1f44b5b28c20488e12b308cb141270662b1ec4a5748d7d01bd71c69ce5633c21eefde
6
+ metadata.gz: ad0c7caf2536cdbb050491ae1e70bd10dde679b152252936b3324b8e3c74091c29c6cbe75f7f4e26b83a61acafa93f8bc396ca49dd4c3847a9c23a6ca9ef4fe9
7
+ data.tar.gz: cc07bae0226874a41ff0403630c1c3069978e918dd5765f92f7ef73f1ca0edde290eb69e7f4f8b53dd74c9f397b9b40d205df1f868c38e68e9fdc8d0857ce10d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-deploymentmanager_v2beta
2
2
 
3
+ ### v0.6.0 (2021-05-19)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.5.0 (2021-03-18)
8
+
9
+ * Regenerated from discovery document revision 20210311
10
+ * Regenerated using generator version 0.2.0
11
+
12
+ ### v0.4.0 (2021-03-04)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.3.0 (2021-02-11)
17
+
18
+ * Regenerated from discovery document revision 20210204
19
+
20
+ ### v0.2.0 (2021-01-21)
21
+
22
+ * Regenerated from discovery document revision 20210114
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V2beta'
33
33
 
34
- # View and manage your data across Google Cloud Platform services
34
+ # See, edit, configure, and delete your Google Cloud Platform data
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
 
37
37
  # View your data across Google Cloud Platform services
@@ -986,6 +986,16 @@ module Google
986
986
  # @return [String]
987
987
  attr_accessor :layout
988
988
 
989
+ # Output only. The computed size of the fully expanded manifest.
990
+ # Corresponds to the JSON property `manifestSizeBytes`
991
+ # @return [Fixnum]
992
+ attr_accessor :manifest_size_bytes
993
+
994
+ # Output only. The size limit for expanded manifests in the project.
995
+ # Corresponds to the JSON property `manifestSizeLimitBytes`
996
+ # @return [Fixnum]
997
+ attr_accessor :manifest_size_limit_bytes
998
+
989
999
  # Output only. The name of the manifest.
990
1000
  # Corresponds to the JSON property `name`
991
1001
  # @return [String]
@@ -1008,6 +1018,8 @@ module Google
1008
1018
  @imports = args[:imports] if args.key?(:imports)
1009
1019
  @insert_time = args[:insert_time] if args.key?(:insert_time)
1010
1020
  @layout = args[:layout] if args.key?(:layout)
1021
+ @manifest_size_bytes = args[:manifest_size_bytes] if args.key?(:manifest_size_bytes)
1022
+ @manifest_size_limit_bytes = args[:manifest_size_limit_bytes] if args.key?(:manifest_size_limit_bytes)
1011
1023
  @name = args[:name] if args.key?(:name)
1012
1024
  @self_link = args[:self_link] if args.key?(:self_link)
1013
1025
  end
@@ -1117,6 +1129,12 @@ module Google
1117
1129
  # @return [String]
1118
1130
  attr_accessor :name
1119
1131
 
1132
+ # [Output Only] An ID that represents a group of operations, such as when a
1133
+ # group of operations results from a `bulkInsert` API request.
1134
+ # Corresponds to the JSON property `operationGroupId`
1135
+ # @return [String]
1136
+ attr_accessor :operation_group_id
1137
+
1120
1138
  # [Output Only] The type of operation, such as `insert`, `update`, or `delete`,
1121
1139
  # and so on.
1122
1140
  # Corresponds to the JSON property `operationType`
@@ -1208,6 +1226,7 @@ module Google
1208
1226
  @insert_time = args[:insert_time] if args.key?(:insert_time)
1209
1227
  @kind = args[:kind] if args.key?(:kind)
1210
1228
  @name = args[:name] if args.key?(:name)
1229
+ @operation_group_id = args[:operation_group_id] if args.key?(:operation_group_id)
1211
1230
  @operation_type = args[:operation_type] if args.key?(:operation_type)
1212
1231
  @progress = args[:progress] if args.key?(:progress)
1213
1232
  @region = args[:region] if args.key?(:region)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerV2beta
18
18
  # Version of the google-apis-deploymentmanager_v2beta gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201203"
25
+ REVISION = "20210311"
26
26
  end
27
27
  end
28
28
  end
@@ -630,6 +630,8 @@ module Google
630
630
 
631
631
  property :insert_time, as: 'insertTime'
632
632
  property :layout, as: 'layout'
633
+ property :manifest_size_bytes, :numeric_string => true, as: 'manifestSizeBytes'
634
+ property :manifest_size_limit_bytes, :numeric_string => true, as: 'manifestSizeLimitBytes'
633
635
  property :name, as: 'name'
634
636
  property :self_link, as: 'selfLink'
635
637
  end
@@ -659,6 +661,7 @@ module Google
659
661
  property :insert_time, as: 'insertTime'
660
662
  property :kind, as: 'kind'
661
663
  property :name, as: 'name'
664
+ property :operation_group_id, as: 'operationGroupId'
662
665
  property :operation_type, as: 'operationType'
663
666
  property :progress, as: 'progress'
664
667
  property :region, as: 'region'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-deploymentmanager_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-05-24 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-deploymentmanager_v2beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-deploymentmanager_v2beta
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.4'
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.1.4
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Deployment Manager V2 API V2beta