google-apis-appengine_v1beta 0.14.0 → 0.18.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: a8c57763851e1fe12c6beeafdc8b2939aa8365d6119e89166cdfec6ba53699f4
4
- data.tar.gz: 136f31620b7e0e8cc796ccdca3d9a52beb58dd87ea8cf51b845e489a7cd14552
3
+ metadata.gz: 2d8b4dbc57e8f28a77ccbc261a0327b27576a2736344b417ea8b22b8fe062b9e
4
+ data.tar.gz: 1b3f4aa18401d8613b045bb5a1d8d19a36a285186b4fb4721d6ad24b860f7efc
5
5
  SHA512:
6
- metadata.gz: 175f82cd2554f051cd6eae4727729a0fb1a0e50bd405b501d658f4e40c5774082892b5f8bf1994b8af97147b812f111079d7deddcf8ceb3a3e20deb3875d9e86
7
- data.tar.gz: 52cfcbbcb4468f558b397f586b9c4fb3b87d6a34bfb2c28934b1a63444c6ba6d08d83ff33dd2f59d1955bd34c2443133c9d5bbfca1705032ff49359c3b3dcdcd
6
+ metadata.gz: 7696522439ac2cf28abb3b496e48d82b527bfc8d7412565a642dcdc32ec029f0bcf083b14cfbdb57564d069d6970c5ea10c10861b0cd0df3d7783563f3461e70
7
+ data.tar.gz: 257b316cffb38e41891a917b72f1998a31c365c3250af56bc5a0e61eef3d4510942b98e48b25b3cc8e9f46b6d18b7c51996234d31def2e4cd1d377f48a3aa06b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.18.0 (2021-10-08)
4
+
5
+ * Regenerated from discovery document revision 20211002
6
+
7
+ ### v0.17.0 (2021-09-24)
8
+
9
+ * Regenerated from discovery document revision 20210918
10
+
11
+ ### v0.16.0 (2021-09-17)
12
+
13
+ * Regenerated from discovery document revision 20210911
14
+
15
+ ### v0.15.0 (2021-09-03)
16
+
17
+ * Regenerated from discovery document revision 20210827
18
+
3
19
  ### v0.14.0 (2021-08-20)
4
20
 
5
21
  * Regenerated from discovery document revision 20210816
@@ -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
@@ -2415,6 +2415,20 @@ module Google
2415
2415
  # @return [String]
2416
2416
  attr_accessor :id
2417
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, 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
+
2418
2432
  # Full path to the Service resource in the API. Example: apps/myapp/services/
2419
2433
  # default.@OutputOnly
2420
2434
  # Corresponds to the JSON property `name`
@@ -2440,6 +2454,7 @@ module Google
2440
2454
  # Update properties of this object
2441
2455
  def update!(**args)
2442
2456
  @id = args[:id] if args.key?(:id)
2457
+ @labels = args[:labels] if args.key?(:labels)
2443
2458
  @name = args[:name] if args.key?(:name)
2444
2459
  @network_settings = args[:network_settings] if args.key?(:network_settings)
2445
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.14.0"
19
+ GEM_VERSION = "0.18.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
@@ -1088,6 +1088,7 @@ module Google
1088
1088
  # @private
1089
1089
  class Representation < Google::Apis::Core::JsonRepresentation
1090
1090
  property :id, as: 'id'
1091
+ hash :labels, as: 'labels'
1091
1092
  property :name, as: 'name'
1092
1093
  property :network_settings, as: 'networkSettings', class: Google::Apis::AppengineV1beta::NetworkSettings, decorator: Google::Apis::AppengineV1beta::NetworkSettings::Representation
1093
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.14.0
4
+ version: 0.18.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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.18.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: []