google-apis-apigee_v1 0.38.0 → 0.39.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: 5430c4726c07ebde79e13a8f2fec3f766fcd5d2f6f193322f56d7c40f9b1673f
4
- data.tar.gz: 18b0efa86021665c189c425626834d81a6d8c39b6810cfb7c349a175aead7a5c
3
+ metadata.gz: 98d6539fda7144a3b710a7a0039f9626c1f6c65da18772712c519f320dc28762
4
+ data.tar.gz: a9d9bb738bce62a3936bcd96ab0757c6d769d64d68e200d2c0fd973093068430
5
5
  SHA512:
6
- metadata.gz: dce7135d4728bb4c294b1973f8c624766085e728a37b893ffaaf63670d3b902696884f6cfc53214b76a8dde8051117c54465b9e8341a5a9635a7aa6c85bd7bbe
7
- data.tar.gz: 96c7f6c09b12dc86bdca3583fe6eaeaf4ed26e2444b5be6f17f56e2bef7307b444c661d1a5937e85ef38ae13c795c59a9da76707bb94eae18eac6276937d6810
6
+ metadata.gz: 4883246aaad8c7e6ea4838686332a387a43744c28133781485630b60716e899c76c7d84b86b5df9bae49d143c8f4010d43d80bfe834934775e1a88076cef682b
7
+ data.tar.gz: fd873c85f75662ba8d46d72815f186d62c9df6eb21e95d4523895986001b76ce2b228183bdd47ccc700c1e816e0d1cff16df45c82d8ea57b3add5bdb1396d43d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.39.0 (2022-03-15)
4
+
5
+ * Regenerated from discovery document revision 20220310
6
+
3
7
  ### v0.38.0 (2022-03-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20220303
@@ -3282,6 +3282,11 @@ module Google
3282
3282
  # @return [String]
3283
3283
  attr_accessor :environment
3284
3284
 
3285
+ # Output only. ID of the environment group.
3286
+ # Corresponds to the JSON property `environmentGroupId`
3287
+ # @return [String]
3288
+ attr_accessor :environment_group_id
3289
+
3285
3290
  # ID of the environment group attachment.
3286
3291
  # Corresponds to the JSON property `name`
3287
3292
  # @return [String]
@@ -3295,6 +3300,7 @@ module Google
3295
3300
  def update!(**args)
3296
3301
  @created_at = args[:created_at] if args.key?(:created_at)
3297
3302
  @environment = args[:environment] if args.key?(:environment)
3303
+ @environment_group_id = args[:environment_group_id] if args.key?(:environment_group_id)
3298
3304
  @name = args[:name] if args.key?(:name)
3299
3305
  end
3300
3306
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeV1
18
18
  # Version of the google-apis-apigee_v1 gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220303"
25
+ REVISION = "20220310"
26
26
  end
27
27
  end
28
28
  end
@@ -2045,6 +2045,7 @@ module Google
2045
2045
  class Representation < Google::Apis::Core::JsonRepresentation
2046
2046
  property :created_at, :numeric_string => true, as: 'createdAt'
2047
2047
  property :environment, as: 'environment'
2048
+ property :environment_group_id, as: 'environmentGroupId'
2048
2049
  property :name, as: 'name'
2049
2050
  end
2050
2051
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.39.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: 2022-03-14 00:00:00.000000000 Z
11
+ date: 2022-03-21 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/main/generated/google-apis-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
63
63
  post_install_message:
64
64
  rdoc_options: []