google-apis-apigee_v1 0.13.0 → 0.14.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: fea7355d1beb8f40136f93063def79cedf6d16301a52342ea144a6d613599302
4
- data.tar.gz: ba80e44b0f60a6586f39daf3e0166a2c4f48fd7a627cbf6a91d0a7ffcace5314
3
+ metadata.gz: e06b2ba0c1be1f1644d2dafacba3061a13a9342f9ba54cc7593a4789c1590cc6
4
+ data.tar.gz: 7172bcdfca3fac59d48a29753b687d74e9794a125c21bf354d11c030155f18b6
5
5
  SHA512:
6
- metadata.gz: ed6bb5014615940a1e81677fa23cd8b3a8ca0a0593868bb66c4a656da85d2dc0d574cf50425b059382c07d54093dec4891cd4b30cc5bdf14ccc932a37e2dcbac
7
- data.tar.gz: 843925c679b17af29f86d6220be696a2537a509056de9a43416a98b5821e5422198eac29561db401c8e936ad65bae93a105ed600a6cbfaf579cc10e9e4030a4a
6
+ metadata.gz: e0c80f7b9459531c38a0e6d9c5ed50ad162cfd686e6bcf8085261e1b8c072185e9b23d13f907a8647b6c6b4b36fc9813c4f009c4a081e5ccbf8863ded952d171
7
+ data.tar.gz: ac661fc5445868b5e9068e385393713a5c05677011f3cbc51f86ed1c56f9f8ab24f0d84f3d5e8b58458f3d485147cece7b1c19cfe16240ecd9618b0159881105
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.14.0 (2021-06-08)
4
+
5
+ * Regenerated from discovery document revision 20210604
6
+
3
7
  ### v0.13.0 (2021-06-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20210528
@@ -2227,7 +2227,7 @@ module Google
2227
2227
  end
2228
2228
  end
2229
2229
 
2230
- #
2230
+ # NEXT ID: 9
2231
2231
  class GoogleCloudApigeeV1DeploymentConfig
2232
2232
  include Google::Apis::Core::Hashable
2233
2233
 
@@ -2258,6 +2258,12 @@ module Google
2258
2258
  # @return [String]
2259
2259
  attr_accessor :proxy_uid
2260
2260
 
2261
+ # The service account identity associated with this deployment. If non-empty,
2262
+ # will be in the following format: `projects/-/serviceAccounts/`account_email``
2263
+ # Corresponds to the JSON property `serviceAccount`
2264
+ # @return [String]
2265
+ attr_accessor :service_account
2266
+
2261
2267
  # Unique ID. The ID will only change if the deployment is deleted and recreated.
2262
2268
  # Corresponds to the JSON property `uid`
2263
2269
  # @return [String]
@@ -2274,6 +2280,7 @@ module Google
2274
2280
  @location = args[:location] if args.key?(:location)
2275
2281
  @name = args[:name] if args.key?(:name)
2276
2282
  @proxy_uid = args[:proxy_uid] if args.key?(:proxy_uid)
2283
+ @service_account = args[:service_account] if args.key?(:service_account)
2277
2284
  @uid = args[:uid] if args.key?(:uid)
2278
2285
  end
2279
2286
  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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210528"
25
+ REVISION = "20210604"
26
26
  end
27
27
  end
28
28
  end
@@ -1676,6 +1676,7 @@ module Google
1676
1676
  property :location, as: 'location'
1677
1677
  property :name, as: 'name'
1678
1678
  property :proxy_uid, as: 'proxyUid'
1679
+ property :service_account, as: 'serviceAccount'
1679
1680
  property :uid, as: 'uid'
1680
1681
  end
1681
1682
  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.13.0
4
+ version: 0.14.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-06-07 00:00:00.000000000 Z
11
+ date: 2021-06-14 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-apigee_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.13.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.14.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1
57
57
  post_install_message:
58
58
  rdoc_options: []