google-apis-appengine_v1alpha 0.5.0 → 0.10.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: 3ccf22bc0dee714332b951bb6f3dca22bf3a6e9d25e4a69ec7e7e9b1bbc88ebf
4
- data.tar.gz: 83731ea1a5bc1ac9e91def00454c465dd0fad679a974b8f951c3eb2486de3622
3
+ metadata.gz: '085ce025a60af43203a7a0e2b659bd993b9b71f6a8202b39dd652c041edbc747'
4
+ data.tar.gz: 9cc84110d41415bd3015fd1ba3b2ac9c66a6a096efdfb78166c7f8d05c01f902
5
5
  SHA512:
6
- metadata.gz: 8f4fe618b789c91b06000615db46ceca84909f2989b53440e0d9b59d1d730333745d354ad50a5edd8274a2393373d81f284e67994bb4d2fbd6ae204260fcbabb
7
- data.tar.gz: 6492b56704f3756b151db057ba38ff1368691b49c20a3645740a21407f61d04fa5f7cea676fc4c2e43eebf721095096ed785ee6c10261ed1890bafa5ddf1f24f
6
+ metadata.gz: a76f7963b634bed2fd803b2e02d4a71a2411c85aff956e54e314bc2fdd330869e4c86b857d6ca15ac2474c0dc32d74d82e3e5425c08929eeb9eccf8729c624b6
7
+ data.tar.gz: a4232e75f1ae2965d759d497cdd315ef27e929ff28aabc33c05c2639301f380710eccd6bf420d13e8ca9db7e95d120afc2c0515eb0c225ba5aa0e89fee490823
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-appengine_v1alpha
2
2
 
3
+ ### v0.10.0 (2021-06-29)
4
+
5
+ * Regenerated from discovery document revision 20210618
6
+ * Regenerated using generator version 0.4.0
7
+
8
+ ### v0.9.0 (2021-06-24)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.8.0 (2021-06-18)
13
+
14
+ * Regenerated from discovery document revision 20210613
15
+ * Regenerated using generator version 0.3.0
16
+
17
+ ### v0.7.0 (2021-05-19)
18
+
19
+ * Unspecified changes
20
+
21
+ ### v0.6.0 (2021-04-16)
22
+
23
+ * Regenerated from discovery document revision 20210410
24
+
3
25
  ### v0.5.0 (2021-03-31)
4
26
 
5
27
  * Regenerated from discovery document revision 20210319
@@ -285,6 +285,41 @@ module Google
285
285
  end
286
286
  end
287
287
 
288
+ # Metadata for the given google.cloud.location.Location.
289
+ class GoogleAppengineV1betaLocationMetadata
290
+ include Google::Apis::Core::Hashable
291
+
292
+ # App Engine flexible environment is available in the given location.@OutputOnly
293
+ # Corresponds to the JSON property `flexibleEnvironmentAvailable`
294
+ # @return [Boolean]
295
+ attr_accessor :flexible_environment_available
296
+ alias_method :flexible_environment_available?, :flexible_environment_available
297
+
298
+ # Output only. Search API (https://cloud.google.com/appengine/docs/standard/
299
+ # python/search) is available in the given location.
300
+ # Corresponds to the JSON property `searchApiAvailable`
301
+ # @return [Boolean]
302
+ attr_accessor :search_api_available
303
+ alias_method :search_api_available?, :search_api_available
304
+
305
+ # App Engine standard environment is available in the given location.@OutputOnly
306
+ # Corresponds to the JSON property `standardEnvironmentAvailable`
307
+ # @return [Boolean]
308
+ attr_accessor :standard_environment_available
309
+ alias_method :standard_environment_available?, :standard_environment_available
310
+
311
+ def initialize(**args)
312
+ update!(**args)
313
+ end
314
+
315
+ # Update properties of this object
316
+ def update!(**args)
317
+ @flexible_environment_available = args[:flexible_environment_available] if args.key?(:flexible_environment_available)
318
+ @search_api_available = args[:search_api_available] if args.key?(:search_api_available)
319
+ @standard_environment_available = args[:standard_environment_available] if args.key?(:standard_environment_available)
320
+ end
321
+ end
322
+
288
323
  # Response message for AuthorizedCertificates.ListAuthorizedCertificates.
289
324
  class ListAuthorizedCertificatesResponse
290
325
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1alpha
18
18
  # Version of the google-apis-appengine_v1alpha gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210319"
25
+ REVISION = "20210618"
26
26
  end
27
27
  end
28
28
  end
@@ -70,6 +70,12 @@ module Google
70
70
  include Google::Apis::Core::JsonObjectSupport
71
71
  end
72
72
 
73
+ class GoogleAppengineV1betaLocationMetadata
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
73
79
  class ListAuthorizedCertificatesResponse
74
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
81
 
@@ -232,6 +238,15 @@ module Google
232
238
  end
233
239
  end
234
240
 
241
+ class GoogleAppengineV1betaLocationMetadata
242
+ # @private
243
+ class Representation < Google::Apis::Core::JsonRepresentation
244
+ property :flexible_environment_available, as: 'flexibleEnvironmentAvailable'
245
+ property :search_api_available, as: 'searchApiAvailable'
246
+ property :standard_environment_available, as: 'standardEnvironmentAvailable'
247
+ end
248
+ end
249
+
235
250
  class ListAuthorizedCertificatesResponse
236
251
  # @private
237
252
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -439,7 +439,7 @@ module Google
439
439
  # certificate ID will be automatically populated. Only applicable if
440
440
  # ssl_settings.certificate_id is specified in the update mask.
441
441
  # @param [String] update_mask
442
- # Standard field mask for the set of fields to be updated.
442
+ # Required. Standard field mask for the set of fields to be updated.
443
443
  # @param [String] fields
444
444
  # Selector specifying which fields to include in a partial response.
445
445
  # @param [String] quota_user
@@ -513,7 +513,7 @@ module Google
513
513
  # accepts strings like "displayName=tokyo", and is documented in more detail in
514
514
  # AIP-160 (https://google.aip.dev/160).
515
515
  # @param [Fixnum] page_size
516
- # The maximum number of results to return. If not set, the service will select a
516
+ # The maximum number of results to return. If not set, the service selects a
517
517
  # default.
518
518
  # @param [String] page_token
519
519
  # A page token received from the next_page_token field in the response. Send
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.10.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for App Engine Admin API V1alpha. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1alpha
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for App Engine Admin API V1alpha