google-apis-appengine_v1beta 0.17.0 → 0.18.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: 32adc5ac42578f9a68756cfda6c2bcce4a5980001686f6ab091659f6b36a5dc8
4
- data.tar.gz: 14f6a2d3b82eb84ec0fb51197c62876bf4ba61085d7a6542b75082692885a31d
3
+ metadata.gz: 2d8b4dbc57e8f28a77ccbc261a0327b27576a2736344b417ea8b22b8fe062b9e
4
+ data.tar.gz: 1b3f4aa18401d8613b045bb5a1d8d19a36a285186b4fb4721d6ad24b860f7efc
5
5
  SHA512:
6
- metadata.gz: 36485f2fe7a1b5246f342306b3ddbd6b48d7e045d5cba9b44a5c915b251ea06ec9152cce4a9bd63bc2cd520e05be224b6d653c20cdec2f10d08af9bdfb3c3758
7
- data.tar.gz: 5133a520ce9b23ddbc07daedbd7a3811fb9d61cde2dc3cce1b603672163fa551af858706417c8664da8c047142fd48bf228a6edb25c113450bc9e04a8bdd74a7
6
+ metadata.gz: 7696522439ac2cf28abb3b496e48d82b527bfc8d7412565a642dcdc32ec029f0bcf083b14cfbdb57564d069d6970c5ea10c10861b0cd0df3d7783563f3461e70
7
+ data.tar.gz: 257b316cffb38e41891a917b72f1998a31c365c3250af56bc5a0e61eef3d4510942b98e48b25b3cc8e9f46b6d18b7c51996234d31def2e4cd1d377f48a3aa06b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.18.0 (2021-10-08)
4
+
5
+ * Regenerated from discovery document revision 20211002
6
+
3
7
  ### v0.17.0 (2021-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20210918
@@ -1154,150 +1154,6 @@ module Google
1154
1154
  end
1155
1155
  end
1156
1156
 
1157
- # Represents the metadata of the long-running operation.
1158
- class GoogleAppengineV2OperationMetadata
1159
- include Google::Apis::Core::Hashable
1160
-
1161
- # Output only. API version used to start the operation.
1162
- # Corresponds to the JSON property `apiVersion`
1163
- # @return [String]
1164
- attr_accessor :api_version
1165
-
1166
- # Output only. The time the operation was created.
1167
- # Corresponds to the JSON property `createTime`
1168
- # @return [String]
1169
- attr_accessor :create_time
1170
-
1171
- # Output only. The time the operation finished running.
1172
- # Corresponds to the JSON property `endTime`
1173
- # @return [String]
1174
- attr_accessor :end_time
1175
-
1176
- # Output only. Ephemeral message that may change every time the operation is
1177
- # polled.
1178
- # Corresponds to the JSON property `ephemeralMessage`
1179
- # @return [String]
1180
- attr_accessor :ephemeral_message
1181
-
1182
- # Output only. Identifies whether the user has requested cancellation of the
1183
- # operation. Operations that have been cancelled successfully have Operation.
1184
- # error value with a google.rpc.Status.code of 1, corresponding to Code.
1185
- # CANCELLED.
1186
- # Corresponds to the JSON property `requestedCancellation`
1187
- # @return [Boolean]
1188
- attr_accessor :requested_cancellation
1189
- alias_method :requested_cancellation?, :requested_cancellation
1190
-
1191
- # Output only. Human-readable status of the operation, if any.
1192
- # Corresponds to the JSON property `statusMessage`
1193
- # @return [String]
1194
- attr_accessor :status_message
1195
-
1196
- # Output only. Server-defined resource path for the target of the operation.
1197
- # Corresponds to the JSON property `target`
1198
- # @return [String]
1199
- attr_accessor :target
1200
-
1201
- # Output only. Name of the verb executed by the operation.
1202
- # Corresponds to the JSON property `verb`
1203
- # @return [String]
1204
- attr_accessor :verb
1205
-
1206
- # Output only. Durable messages that persist on every operation poll.
1207
- # Corresponds to the JSON property `warning`
1208
- # @return [Array<String>]
1209
- attr_accessor :warning
1210
-
1211
- def initialize(**args)
1212
- update!(**args)
1213
- end
1214
-
1215
- # Update properties of this object
1216
- def update!(**args)
1217
- @api_version = args[:api_version] if args.key?(:api_version)
1218
- @create_time = args[:create_time] if args.key?(:create_time)
1219
- @end_time = args[:end_time] if args.key?(:end_time)
1220
- @ephemeral_message = args[:ephemeral_message] if args.key?(:ephemeral_message)
1221
- @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
1222
- @status_message = args[:status_message] if args.key?(:status_message)
1223
- @target = args[:target] if args.key?(:target)
1224
- @verb = args[:verb] if args.key?(:verb)
1225
- @warning = args[:warning] if args.key?(:warning)
1226
- end
1227
- end
1228
-
1229
- # Represents the metadata of the long-running operation.
1230
- class GoogleAppengineV2mainOperationMetadata
1231
- include Google::Apis::Core::Hashable
1232
-
1233
- # Output only. API version used to start the operation.
1234
- # Corresponds to the JSON property `apiVersion`
1235
- # @return [String]
1236
- attr_accessor :api_version
1237
-
1238
- # Output only. The time the operation was created.
1239
- # Corresponds to the JSON property `createTime`
1240
- # @return [String]
1241
- attr_accessor :create_time
1242
-
1243
- # Output only. The time the operation finished running.
1244
- # Corresponds to the JSON property `endTime`
1245
- # @return [String]
1246
- attr_accessor :end_time
1247
-
1248
- # Output only. Ephemeral message that may change every time the operation is
1249
- # polled.
1250
- # Corresponds to the JSON property `ephemeralMessage`
1251
- # @return [String]
1252
- attr_accessor :ephemeral_message
1253
-
1254
- # Output only. Identifies whether the user has requested cancellation of the
1255
- # operation. Operations that have been cancelled successfully have Operation.
1256
- # error value with a google.rpc.Status.code of 1, corresponding to Code.
1257
- # CANCELLED.
1258
- # Corresponds to the JSON property `requestedCancellation`
1259
- # @return [Boolean]
1260
- attr_accessor :requested_cancellation
1261
- alias_method :requested_cancellation?, :requested_cancellation
1262
-
1263
- # Output only. Human-readable status of the operation, if any.
1264
- # Corresponds to the JSON property `statusMessage`
1265
- # @return [String]
1266
- attr_accessor :status_message
1267
-
1268
- # Output only. Server-defined resource path for the target of the operation.
1269
- # Corresponds to the JSON property `target`
1270
- # @return [String]
1271
- attr_accessor :target
1272
-
1273
- # Output only. Name of the verb executed by the operation.
1274
- # Corresponds to the JSON property `verb`
1275
- # @return [String]
1276
- attr_accessor :verb
1277
-
1278
- # Output only. Durable messages that persist on every operation poll.
1279
- # Corresponds to the JSON property `warning`
1280
- # @return [Array<String>]
1281
- attr_accessor :warning
1282
-
1283
- def initialize(**args)
1284
- update!(**args)
1285
- end
1286
-
1287
- # Update properties of this object
1288
- def update!(**args)
1289
- @api_version = args[:api_version] if args.key?(:api_version)
1290
- @create_time = args[:create_time] if args.key?(:create_time)
1291
- @end_time = args[:end_time] if args.key?(:end_time)
1292
- @ephemeral_message = args[:ephemeral_message] if args.key?(:ephemeral_message)
1293
- @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
1294
- @status_message = args[:status_message] if args.key?(:status_message)
1295
- @target = args[:target] if args.key?(:target)
1296
- @verb = args[:verb] if args.key?(:verb)
1297
- @warning = args[:warning] if args.key?(:warning)
1298
- end
1299
- end
1300
-
1301
1157
  # Health checking configuration for VM instances. Unhealthy instances are killed
1302
1158
  # and replaced with new instances. Only applicable for instances in App Engine
1303
1159
  # flexible environment.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1beta
18
18
  # Version of the google-apis-appengine_v1beta gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210918"
25
+ REVISION = "20211002"
26
26
  end
27
27
  end
28
28
  end
@@ -202,18 +202,6 @@ module Google
202
202
  include Google::Apis::Core::JsonObjectSupport
203
203
  end
204
204
 
205
- class GoogleAppengineV2OperationMetadata
206
- class Representation < Google::Apis::Core::JsonRepresentation; end
207
-
208
- include Google::Apis::Core::JsonObjectSupport
209
- end
210
-
211
- class GoogleAppengineV2mainOperationMetadata
212
- class Representation < Google::Apis::Core::JsonRepresentation; end
213
-
214
- include Google::Apis::Core::JsonObjectSupport
215
- end
216
-
217
205
  class HealthCheck
218
206
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
207
 
@@ -772,36 +760,6 @@ module Google
772
760
  end
773
761
  end
774
762
 
775
- class GoogleAppengineV2OperationMetadata
776
- # @private
777
- class Representation < Google::Apis::Core::JsonRepresentation
778
- property :api_version, as: 'apiVersion'
779
- property :create_time, as: 'createTime'
780
- property :end_time, as: 'endTime'
781
- property :ephemeral_message, as: 'ephemeralMessage'
782
- property :requested_cancellation, as: 'requestedCancellation'
783
- property :status_message, as: 'statusMessage'
784
- property :target, as: 'target'
785
- property :verb, as: 'verb'
786
- collection :warning, as: 'warning'
787
- end
788
- end
789
-
790
- class GoogleAppengineV2mainOperationMetadata
791
- # @private
792
- class Representation < Google::Apis::Core::JsonRepresentation
793
- property :api_version, as: 'apiVersion'
794
- property :create_time, as: 'createTime'
795
- property :end_time, as: 'endTime'
796
- property :ephemeral_message, as: 'ephemeralMessage'
797
- property :requested_cancellation, as: 'requestedCancellation'
798
- property :status_message, as: 'statusMessage'
799
- property :target, as: 'target'
800
- property :verb, as: 'verb'
801
- collection :warning, as: 'warning'
802
- end
803
- end
804
-
805
763
  class HealthCheck
806
764
  # @private
807
765
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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-09-27 00:00:00.000000000 Z
11
+ date: 2021-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []