google-apis-appengine_v1alpha 0.2.0 → 0.7.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: 5611acd964f3cf0c8d7b5cc9d49ac29252b42e7fea59e82a225d8362655b7910
4
- data.tar.gz: 0cc9ddb3c4f5eecfc7c273822f38efef94c62bb874eff023ec8124e41f2b5143
3
+ metadata.gz: 95a379324b8d8c64d396199cb567a25816c52f326ef414466fd0aee8640a0ac0
4
+ data.tar.gz: a44aa4286c5b172b92d1a3efec74a2cad4808b83ecce0e2463fe9854c88f89e8
5
5
  SHA512:
6
- metadata.gz: 92111521e634d72989ff0d4916304ca0855c282c2a948b0d98d25e902c205c6c5b45f23f475726bdf2b1764284f6637d6f1b88e0dfad6b83a19d948e063c3b53
7
- data.tar.gz: 6cc194bfa8504762a9822ee9ef5ae6a38649d87775b77505ba7e57e4581bfba99ad783113a810f89ae8f28b57e99c6398d5bfc7ecd98134ec69070eacf6df028
6
+ metadata.gz: 34f86abed04a77d9ce89c7d7d80375925a5e33369d963c9dbe7c95f170732694feca70bab658e8b6c3a2053d4ec00b8f48a92c903f9124adb75d327d7b3cccf4
7
+ data.tar.gz: 677704d4b15bf0202c7a87b7f0e18d274145bbfa3f1dfb9356accf8a79f7145325086ccd0d8f8ceb318c8499f840accb4bd222d3ecbfa0246f41029c46c76f26
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-appengine_v1alpha
2
2
 
3
+ ### v0.7.0 (2021-05-19)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.6.0 (2021-04-16)
8
+
9
+ * Regenerated from discovery document revision 20210410
10
+
11
+ ### v0.5.0 (2021-03-31)
12
+
13
+ * Regenerated from discovery document revision 20210319
14
+
15
+ ### v0.4.0 (2021-03-19)
16
+
17
+ * Regenerated from discovery document revision 20210315
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.3.0 (2021-03-04)
21
+
22
+ * Unspecified changes
23
+
3
24
  ### v0.2.0 (2021-02-26)
4
25
 
5
26
  * Regenerated from discovery document revision 20210219
@@ -32,7 +32,7 @@ module Google
32
32
  # View and manage your applications deployed on Google App Engine
33
33
  AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'
34
34
 
35
- # View and manage your data across Google Cloud Platform services
35
+ # See, edit, configure, and delete your Google Cloud Platform data
36
36
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
37
37
 
38
38
  # View your data across Google Cloud Platform services
@@ -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.2.0"
19
+ GEM_VERSION = "0.7.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 = "20210219"
25
+ REVISION = "20210410"
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
@@ -509,11 +509,15 @@ module Google
509
509
  # @param [String] apps_id
510
510
  # Part of `name`. The resource that owns the locations collection, if applicable.
511
511
  # @param [String] filter
512
- # The standard list filter.
512
+ # A filter to narrow down results to a preferred subset. The filtering language
513
+ # accepts strings like "displayName=tokyo", and is documented in more detail in
514
+ # AIP-160 (https://google.aip.dev/160).
513
515
  # @param [Fixnum] page_size
514
- # The standard list page size.
516
+ # The maximum number of results to return. If not set, the service selects a
517
+ # default.
515
518
  # @param [String] page_token
516
- # The standard list page token.
519
+ # A page token received from the next_page_token field in the response. Send
520
+ # that page token to receive the subsequent page.
517
521
  # @param [String] fields
518
522
  # Selector specifying which fields to include in a partial response.
519
523
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.7.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-01 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-appengine_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1alpha
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.2.11
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for App Engine Admin API V1alpha