google-apis-apigee_v1 0.29.0 → 0.30.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: b7553941e160f976a17757cc0d453e593ff8166fbf0fb57c9e81b473b52351aa
4
- data.tar.gz: f418c01d6482b359d9fab980de5c1078533fdb46ae81ed2271e35d28e71b9881
3
+ metadata.gz: 720f238f3c52bfd321cc5cc3284a9a08b018e42dfff656747f5a8e2efe9c23ee
4
+ data.tar.gz: 26ea7d36d6e435cbdd98e5ebb3ddd4e6c574153bde1f071f8e462fe0fd6b0a87
5
5
  SHA512:
6
- metadata.gz: e7246bcd7f167eb347398804a56f24dca232b67b23f2b97c1d8364182fffdcdfd27808f27fc46a42598e9126cb7c1d2d17d784d14306cf130825da234a918495
7
- data.tar.gz: d78fbb643d698095ee46349cc6d371bd900d03f0786f2c0baef5e40ee94ad6480cfae355e717b8451e75ddc9d85a783b527e23c29c34ad74d82c4a9985566612
6
+ metadata.gz: 73d4f766c8178f6ea72ef4a24fe2c04dc7d24165edf10397a6fc6e93e73474fbb564ccae75edad9fad5af172ef14a3bad74cba09cb84c7038b8db7c4aa9e7bb8
7
+ data.tar.gz: b37c1db2a6633ab39b7b9d8c7641859117c55693dd21a147ed4c82b02f98d34eca72f7e0979e8f86732182a5aba24c06713f0bcca933ba4117bebe0af6abc341
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.30.0 (2021-12-14)
4
+
5
+ * Regenerated from discovery document revision 20211209
6
+
3
7
  ### v0.29.0 (2021-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20211203
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/apigee_v1"
51
51
  client = Google::Apis::ApigeeV1::ApigeeService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -639,7 +639,7 @@ module Google
639
639
  # @return [String]
640
640
  attr_accessor :apiproduct
641
641
 
642
- # Status of the API product.
642
+ # Status of the API product. Valid values are `approved` or `revoked`.
643
643
  # Corresponds to the JSON property `status`
644
644
  # @return [String]
645
645
  attr_accessor :status
@@ -5224,7 +5224,13 @@ module Google
5224
5224
  # @return [String]
5225
5225
  attr_accessor :organization
5226
5226
 
5227
- # List of GCP projects associated with the Apigee organization.
5227
+ # GCP project associated with the Apigee organization
5228
+ # Corresponds to the JSON property `projectId`
5229
+ # @return [String]
5230
+ attr_accessor :project_id
5231
+
5232
+ # DEPRECATED: Use `project_id`. An Apigee Organization is mapped to a single
5233
+ # project.
5228
5234
  # Corresponds to the JSON property `projectIds`
5229
5235
  # @return [Array<String>]
5230
5236
  attr_accessor :project_ids
@@ -5236,6 +5242,7 @@ module Google
5236
5242
  # Update properties of this object
5237
5243
  def update!(**args)
5238
5244
  @organization = args[:organization] if args.key?(:organization)
5245
+ @project_id = args[:project_id] if args.key?(:project_id)
5239
5246
  @project_ids = args[:project_ids] if args.key?(:project_ids)
5240
5247
  end
5241
5248
  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.29.0"
19
+ GEM_VERSION = "0.30.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 = "20211203"
25
+ REVISION = "20211209"
26
26
  end
27
27
  end
28
28
  end
@@ -2613,6 +2613,7 @@ module Google
2613
2613
  # @private
2614
2614
  class Representation < Google::Apis::Core::JsonRepresentation
2615
2615
  property :organization, as: 'organization'
2616
+ property :project_id, as: 'projectId'
2616
2617
  collection :project_ids, as: 'projectIds'
2617
2618
  end
2618
2619
  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.29.0
4
+ version: 0.30.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-12-13 00:00:00.000000000 Z
11
+ date: 2022-01-10 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.30.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Apigee API V1