google-apis-appengine_v1 0.13.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ae824296d02ac0b8a2369b149cc5f6c1c04f33b42f489bcdebc6c5dd1cd9bd2
4
- data.tar.gz: 2e1495618edcaf76f74ab98defce659091d15e78b506f09be1a01f9459563743
3
+ metadata.gz: 28e330f5ea5e78be17485d80494090a27f4d7395ec8440a9b3270748c6f40041
4
+ data.tar.gz: b6e15257722f78ea8289ac5f3120a2e8e822be5211fa7b02bd1038ea294117d8
5
5
  SHA512:
6
- metadata.gz: 30d6f86f8ba3ed6ffafef1a872d27c6a6962a123e481d57f5a7a060bad3f2c74765252c5116d954747adb4eb051b753c1a1a1b06859b1528dec1682408107064
7
- data.tar.gz: 94c8b50a01d929cbda535b1b8b4820b519d11243b5f4187c302fc1dab04991121e0a290e2b61064ebaf86c572307e4d9418c1995b6e419de287a4e88bf21121f
6
+ metadata.gz: 85343ae7c12476ee085386249c97cde98cb905c23c5fb6a429e49d451f32f74e63bc718ae750e8e6a0b4d6097e5cad35713abd637e9646c45b9af6a1e404c748
7
+ data.tar.gz: 93707b6dd782c667e4278ab7a056a072e90d007e45daeffee633434e7df5df5aa33692094f9ad15c9aa081c788bbd7a98da0c1f149e7d6c584a491685e6b16ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.17.0 (2021-10-08)
4
+
5
+ * Regenerated from discovery document revision 20211002
6
+
7
+ ### v0.16.0 (2021-09-24)
8
+
9
+ * Regenerated from discovery document revision 20210918
10
+
11
+ ### v0.15.0 (2021-09-17)
12
+
13
+ * Regenerated from discovery document revision 20210911
14
+
15
+ ### v0.14.0 (2021-09-03)
16
+
17
+ * Regenerated from discovery document revision 20210827
18
+
3
19
  ### v0.13.0 (2021-08-20)
4
20
 
5
21
  * Regenerated from discovery document revision 20210816
@@ -1003,7 +1003,7 @@ module Google
1003
1003
  attr_accessor :action
1004
1004
 
1005
1005
  # An optional string description of this rule. This field has a maximum length
1006
- # of 100 characters.
1006
+ # of 400 characters.
1007
1007
  # Corresponds to the JSON property `description`
1008
1008
  # @return [String]
1009
1009
  attr_accessor :description
@@ -2329,6 +2329,20 @@ module Google
2329
2329
  # @return [String]
2330
2330
  attr_accessor :id
2331
2331
 
2332
+ # A set of labels to apply to this service. Labels are key/value pairs that
2333
+ # describe the service and all resources that belong to it (e.g., versions). The
2334
+ # labels can be used to search and group resources, and are propagated to the
2335
+ # usage and billing reports, enabling fine-grain analysis of costs. An example
2336
+ # of using labels is to tag resources belonging to different environments (e.g.,
2337
+ # "env=prod", "env=qa"). Label keys and values can be no longer than 63
2338
+ # characters, can only contain lowercase letters, numeric characters,
2339
+ # underscores, dashes, and international characters. Label keys must start with
2340
+ # a lowercase letter or an international character. Each service can have at
2341
+ # most 32 labels.
2342
+ # Corresponds to the JSON property `labels`
2343
+ # @return [Hash<String,String>]
2344
+ attr_accessor :labels
2345
+
2332
2346
  # Full path to the Service resource in the API. Example: apps/myapp/services/
2333
2347
  # default.@OutputOnly
2334
2348
  # Corresponds to the JSON property `name`
@@ -2354,6 +2368,7 @@ module Google
2354
2368
  # Update properties of this object
2355
2369
  def update!(**args)
2356
2370
  @id = args[:id] if args.key?(:id)
2371
+ @labels = args[:labels] if args.key?(:labels)
2357
2372
  @name = args[:name] if args.key?(:name)
2358
2373
  @network_settings = args[:network_settings] if args.key?(:network_settings)
2359
2374
  @split = args[:split] if args.key?(:split)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1
18
18
  # Version of the google-apis-appengine_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.17.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 = "20210816"
25
+ REVISION = "20211002"
26
26
  end
27
27
  end
28
28
  end
@@ -1053,6 +1053,7 @@ module Google
1053
1053
  # @private
1054
1054
  class Representation < Google::Apis::Core::JsonRepresentation
1055
1055
  property :id, as: 'id'
1056
+ hash :labels, as: 'labels'
1056
1057
  property :name, as: 'name'
1057
1058
  property :network_settings, as: 'networkSettings', class: Google::Apis::AppengineV1::NetworkSettings, decorator: Google::Apis::AppengineV1::NetworkSettings::Representation
1058
1059
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.17.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-08-23 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1
63
63
  post_install_message:
64
64
  rdoc_options: []