google-apis-apigee_v1 0.41.0 → 0.42.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: 0ef6308a547f1dda3549ebbdc515631e05b4cf76ffbd8febf88f7da383f7ff2b
4
- data.tar.gz: 42567476ca78b2abe5df427e83419f8faad7de55600e282f6b698353f41fd92c
3
+ metadata.gz: eea308066c257c4f083b7e4f03a443fae19209d9dd780727e2716106d204c62b
4
+ data.tar.gz: b58fbbd2a3a20062a41c4d2a7a670b584a5714d3ac6907d4db853b140a70fad5
5
5
  SHA512:
6
- metadata.gz: c7cf2680322c99c138f9eaed4470495a5eb1cdea3522cb7c178023176aa32a5a55cdbb98fbccd34131d2ee7ed515131e8245badff6afa7037b3816805172ddc9
7
- data.tar.gz: 6b088119154b135ff37b0bbe6e0d2ddcc1cd699a5733ca98228a37a6d6f91d53be69087cb9b501b1658c2d37d17842d27f4edfaa4bb32e8b793f0161d6b30776
6
+ metadata.gz: 57def9287592976d86416a9fb069137a65228f10fdb2b2246dc893af82598fe2e91cb56375145f7e941101d5e7d2197f16e7aae4bb5b9e6f869619b50b9c9bc2
7
+ data.tar.gz: c9b70890a3dbc5ccf2319409f1030c3181f00a5db611eccf9f9083cb9fc42641616a1ba9876d4b3ed72c4e893baf1490a77d0799e6bd15b484266c55210c525d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.42.0 (2022-04-12)
4
+
5
+ * Regenerated from discovery document revision 20220407
6
+
3
7
  ### v0.41.0 (2022-04-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20220402
@@ -4309,7 +4309,8 @@ module Google
4309
4309
  end
4310
4310
  end
4311
4311
 
4312
- #
4312
+ # To change this message, in the same CL add a change log in go/changing-api-
4313
+ # proto-breaks-ui
4313
4314
  class GoogleCloudApigeeV1ListApiProxiesResponse
4314
4315
  include Google::Apis::Core::Hashable
4315
4316
 
@@ -4824,7 +4825,8 @@ module Google
4824
4825
  end
4825
4826
  end
4826
4827
 
4827
- #
4828
+ # To change this message, in the same CL add a change log in go/changing-api-
4829
+ # proto-breaks-ui
4828
4830
  class GoogleCloudApigeeV1ListSharedFlowsResponse
4829
4831
  include Google::Apis::Core::Hashable
4830
4832
 
@@ -5105,6 +5107,11 @@ module Google
5105
5107
  # @return [String]
5106
5108
  attr_accessor :target_resource_name
5107
5109
 
5110
+ # Warnings encountered while executing the operation.
5111
+ # Corresponds to the JSON property `warnings`
5112
+ # @return [Array<String>]
5113
+ attr_accessor :warnings
5114
+
5108
5115
  def initialize(**args)
5109
5116
  update!(**args)
5110
5117
  end
@@ -5115,6 +5122,7 @@ module Google
5115
5122
  @progress = args[:progress] if args.key?(:progress)
5116
5123
  @state = args[:state] if args.key?(:state)
5117
5124
  @target_resource_name = args[:target_resource_name] if args.key?(:target_resource_name)
5125
+ @warnings = args[:warnings] if args.key?(:warnings)
5118
5126
  end
5119
5127
  end
5120
5128
 
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.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 = "20220402"
25
+ REVISION = "20220407"
26
26
  end
27
27
  end
28
28
  end
@@ -2608,6 +2608,7 @@ module Google
2608
2608
 
2609
2609
  property :state, as: 'state'
2610
2610
  property :target_resource_name, as: 'targetResourceName'
2611
+ collection :warnings, as: 'warnings'
2611
2612
  end
2612
2613
  end
2613
2614
 
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.41.0
4
+ version: 0.42.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.42.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: []