google-apis-appengine_v1beta 0.15.0 → 0.19.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: 479f2bb988792c63e21f0096dfe43bb74014e7382291ed9ed17aa0988f9cdd17
4
- data.tar.gz: 77baff5633a6892275d3ff82567e6063cafd79a0814c2fbb9cc337a9e69f19c8
3
+ metadata.gz: 89f4a40fa6e0867d56ac6ebcf6d56e31683b40eb7e61b76067539d3a9eb7a3f9
4
+ data.tar.gz: ef212d8ee696a02040913827ae3486eae56740500fbde4b9bfb6cb29499eafd6
5
5
  SHA512:
6
- metadata.gz: cb54830646a1ea0683c80bcaf0607e2ef92868aa3b869fdb83b9420dc24f3902cd78a326c65822f885612a53f66664b06abdd10d7e64ad89fa002e1c7e6901ba
7
- data.tar.gz: 06ed818dbde2aa49f7b35ccae5d678744669706173b784314bb220b367816ceeb87008d2c95719f9bf743668be91a04e7c312103bb104043c5d2dd2ead867057
6
+ metadata.gz: 7b5464cae0384748f8964a0dac57bd1900ad198dc6d8d2a2cb3d270b7dc76042f055cfea4f662973b733915d677c5399993c0ec5879e71dcc74702c722f8a91e
7
+ data.tar.gz: 300d263d47a53f9703a9ce67829f12f73c51e82822b312579d1c2fdd163702dcfed1921202c771c43538900bde2a1d2a43ad7126f6e40390902aa0c045e231ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.19.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211016
6
+ * Unspecified changes
7
+
8
+ ### v0.18.0 (2021-10-08)
9
+
10
+ * Regenerated from discovery document revision 20211002
11
+
12
+ ### v0.17.0 (2021-09-24)
13
+
14
+ * Regenerated from discovery document revision 20210918
15
+
16
+ ### v0.16.0 (2021-09-17)
17
+
18
+ * Regenerated from discovery document revision 20210911
19
+
3
20
  ### v0.15.0 (2021-09-03)
4
21
 
5
22
  * Regenerated from discovery document revision 20210827
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Appengine service in particular.)
67
67
 
@@ -1082,7 +1082,7 @@ module Google
1082
1082
  attr_accessor :action
1083
1083
 
1084
1084
  # An optional string description of this rule. This field has a maximum length
1085
- # of 100 characters.
1085
+ # of 400 characters.
1086
1086
  # Corresponds to the JSON property `description`
1087
1087
  # @return [String]
1088
1088
  attr_accessor :description
@@ -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.
@@ -2559,6 +2415,20 @@ module Google
2559
2415
  # @return [String]
2560
2416
  attr_accessor :id
2561
2417
 
2418
+ # A set of labels to apply to this service. Labels are key/value pairs that
2419
+ # describe the service and all resources that belong to it (e.g., versions). The
2420
+ # labels can be used to search and group resources, and are propagated to the
2421
+ # usage and billing reports, enabling fine-grain analysis of costs. An example
2422
+ # of using labels is to tag resources belonging to different environments (e.g.,
2423
+ # "env=prod", "env=qa"). Label keys and values can be no longer than 63
2424
+ # characters and can only contain lowercase letters, numeric characters,
2425
+ # underscores, dashes, and international characters. Label keys must start with
2426
+ # a lowercase letter or an international character. Each service can have at
2427
+ # most 32 labels.
2428
+ # Corresponds to the JSON property `labels`
2429
+ # @return [Hash<String,String>]
2430
+ attr_accessor :labels
2431
+
2562
2432
  # Full path to the Service resource in the API. Example: apps/myapp/services/
2563
2433
  # default.@OutputOnly
2564
2434
  # Corresponds to the JSON property `name`
@@ -2584,6 +2454,7 @@ module Google
2584
2454
  # Update properties of this object
2585
2455
  def update!(**args)
2586
2456
  @id = args[:id] if args.key?(:id)
2457
+ @labels = args[:labels] if args.key?(:labels)
2587
2458
  @name = args[:name] if args.key?(:name)
2588
2459
  @network_settings = args[:network_settings] if args.key?(:network_settings)
2589
2460
  @split = args[:split] if args.key?(:split)
@@ -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.15.0"
19
+ GEM_VERSION = "0.19.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 = "20210827"
25
+ REVISION = "20211016"
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
@@ -1130,6 +1088,7 @@ module Google
1130
1088
  # @private
1131
1089
  class Representation < Google::Apis::Core::JsonRepresentation
1132
1090
  property :id, as: 'id'
1091
+ hash :labels, as: 'labels'
1133
1092
  property :name, as: 'name'
1134
1093
  property :network_settings, as: 'networkSettings', class: Google::Apis::AppengineV1beta::NetworkSettings, decorator: Google::Apis::AppengineV1beta::NetworkSettings::Representation
1135
1094
 
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.15.0
4
+ version: 0.19.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-06 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.15.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.19.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: