google-apis-appengine_v1beta 0.16.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: b99307eb655c86574aab2a069664b0a5899763946e7460965171f74225b03584
4
- data.tar.gz: cdad6ffa8ef2fde7c413c1124b43d586a5c06be07c544fb2303c3b742404201a
3
+ metadata.gz: 32adc5ac42578f9a68756cfda6c2bcce4a5980001686f6ab091659f6b36a5dc8
4
+ data.tar.gz: 14f6a2d3b82eb84ec0fb51197c62876bf4ba61085d7a6542b75082692885a31d
5
5
  SHA512:
6
- metadata.gz: af3ae2067e22b7d541f4eeeadd520e0cf6fc11513dafe203e37dfb6fed63b663b4bd5608eed5724ae7220157cf8a2b546a806d65a146643682cc30ee65783af0
7
- data.tar.gz: 74f58637631ffd795e9256898fc994472c7d26bd745fe004e1016c0ac0b4015b1271edbf2936d3e9ca6c79535836cc9db05876eb3370407ce85f5b6a9e057614
6
+ metadata.gz: 36485f2fe7a1b5246f342306b3ddbd6b48d7e045d5cba9b44a5c915b251ea06ec9152cce4a9bd63bc2cd520e05be224b6d653c20cdec2f10d08af9bdfb3c3758
7
+ data.tar.gz: 5133a520ce9b23ddbc07daedbd7a3811fb9d61cde2dc3cce1b603672163fa551af858706417c8664da8c047142fd48bf228a6edb25c113450bc9e04a8bdd74a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.17.0 (2021-09-24)
4
+
5
+ * Regenerated from discovery document revision 20210918
6
+
3
7
  ### v0.16.0 (2021-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20210911
@@ -2559,6 +2559,20 @@ module Google
2559
2559
  # @return [String]
2560
2560
  attr_accessor :id
2561
2561
 
2562
+ # A set of labels to apply to this service. Labels are key/value pairs that
2563
+ # describe the service and all resources that belong to it (e.g., versions). The
2564
+ # labels can be used to search and group resources, and are propagated to the
2565
+ # usage and billing reports, enabling fine-grain analysis of costs. An example
2566
+ # of using labels is to tag resources belonging to different environments (e.g.,
2567
+ # "env=prod", "env=qa"). Label keys and values can be no longer than 63
2568
+ # characters, can only contain lowercase letters, numeric characters,
2569
+ # underscores, dashes, and international characters. Label keys must start with
2570
+ # a lowercase letter or an international character. Each service can have at
2571
+ # most 32 labels.
2572
+ # Corresponds to the JSON property `labels`
2573
+ # @return [Hash<String,String>]
2574
+ attr_accessor :labels
2575
+
2562
2576
  # Full path to the Service resource in the API. Example: apps/myapp/services/
2563
2577
  # default.@OutputOnly
2564
2578
  # Corresponds to the JSON property `name`
@@ -2584,6 +2598,7 @@ module Google
2584
2598
  # Update properties of this object
2585
2599
  def update!(**args)
2586
2600
  @id = args[:id] if args.key?(:id)
2601
+ @labels = args[:labels] if args.key?(:labels)
2587
2602
  @name = args[:name] if args.key?(:name)
2588
2603
  @network_settings = args[:network_settings] if args.key?(:network_settings)
2589
2604
  @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.16.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 = "20210911"
25
+ REVISION = "20210918"
26
26
  end
27
27
  end
28
28
  end
@@ -1130,6 +1130,7 @@ module Google
1130
1130
  # @private
1131
1131
  class Representation < Google::Apis::Core::JsonRepresentation
1132
1132
  property :id, as: 'id'
1133
+ hash :labels, as: 'labels'
1133
1134
  property :name, as: 'name'
1134
1135
  property :network_settings, as: 'networkSettings', class: Google::Apis::AppengineV1beta::NetworkSettings, decorator: Google::Apis::AppengineV1beta::NetworkSettings::Representation
1135
1136
 
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.16.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-09-20 00:00:00.000000000 Z
11
+ date: 2021-09-27 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.17.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: []