google-apis-apigee_v1 0.40.0 → 0.43.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: ab192efca62e77f2353a1b9c4a4d9ac90217b6ad531202e25cc73c2d691f95bd
4
- data.tar.gz: 87c7c6eac135a0958e09baf27e8901bf3be4fb2db3382197f8d0ee3f3769b0f8
3
+ metadata.gz: 4e11f8c9828e4a7480a2a33bf8634f77284af04961ed33fa5e63ea23f4ff59b2
4
+ data.tar.gz: 20e7ad2cfeb1376739b9814aec7721b83bf9c0f46f10a3bce1a8c46d6ee853c2
5
5
  SHA512:
6
- metadata.gz: 05db938a7e7f92cd75d1abf08015fe56f2f04a7f484ca836e1fdcbddf30e74c9a6c049366d5d584211c4d0241951848e38ce4313ee5e4584d57220b8db550977
7
- data.tar.gz: 6c3b02643d761d9a1f8bd7cf44983dbb25ff587df4c8b5bc972e76df4b59a990043ffb4fcdb608a53afe5a276be6eafbd37b1cc717028418b9804e557b09d71e
6
+ metadata.gz: 1bff02f5baf5b5d6f2827f7a3d0db6424fb9818aa7fcdd0bb17db28a1c6b9ede8898bfdb716e08a66694bbc001112b076175d54e7cab504556762789959603b6
7
+ data.tar.gz: cab4c96945ef78993da24d9d1ba9536a89f3610776bcfad4973bc4ebddf06e2a9fc2c474dae5c8065cfc6c4167e16924ab02c1e7e99a1d3e466fb77ffdc326d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.43.0 (2022-04-26)
4
+
5
+ * Regenerated from discovery document revision 20220421
6
+
7
+ ### v0.42.0 (2022-04-12)
8
+
9
+ * Regenerated from discovery document revision 20220407
10
+
11
+ ### v0.41.0 (2022-04-05)
12
+
13
+ * Regenerated from discovery document revision 20220402
14
+
3
15
  ### v0.40.0 (2022-03-29)
4
16
 
5
17
  * Regenerated from discovery document revision 20220324
@@ -692,7 +692,7 @@ module Google
692
692
  attr_accessor :read_only
693
693
  alias_method :read_only?, :read_only
694
694
 
695
- # Output only. List of revisons defined for the API proxy.
695
+ # Output only. List of revisions defined for the API proxy.
696
696
  # Corresponds to the JSON property `revision`
697
697
  # @return [Array<String>]
698
698
  attr_accessor :revision
@@ -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
 
@@ -7735,7 +7743,7 @@ module Google
7735
7743
  # @return [Google::Apis::ApigeeV1::GoogleTypeExpr]
7736
7744
  attr_accessor :condition
7737
7745
 
7738
- # Specifies the principals requesting access for a Cloud Platform resource. `
7746
+ # Specifies the principals requesting access for a Google Cloud resource. `
7739
7747
  # members` can have the following values: * `allUsers`: A special identifier
7740
7748
  # that represents anyone who is on the internet; with or without a Google
7741
7749
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -7936,7 +7944,7 @@ module Google
7936
7944
  include Google::Apis::Core::Hashable
7937
7945
 
7938
7946
  # The set of permissions to check for the `resource`. Permissions with wildcards
7939
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
7947
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
7940
7948
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
7941
7949
  # Corresponds to the JSON property `permissions`
7942
7950
  # @return [Array<String>]
@@ -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.40.0"
19
+ GEM_VERSION = "0.43.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 = "20220324"
25
+ REVISION = "20220421"
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.40.0
4
+ version: 0.43.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-04 00:00:00.000000000 Z
11
+ date: 2022-05-02 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.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.43.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: []