google-apis-apigee_v1 0.39.0 → 0.40.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: 98d6539fda7144a3b710a7a0039f9626c1f6c65da18772712c519f320dc28762
4
- data.tar.gz: a9d9bb738bce62a3936bcd96ab0757c6d769d64d68e200d2c0fd973093068430
3
+ metadata.gz: ab192efca62e77f2353a1b9c4a4d9ac90217b6ad531202e25cc73c2d691f95bd
4
+ data.tar.gz: 87c7c6eac135a0958e09baf27e8901bf3be4fb2db3382197f8d0ee3f3769b0f8
5
5
  SHA512:
6
- metadata.gz: 4883246aaad8c7e6ea4838686332a387a43744c28133781485630b60716e899c76c7d84b86b5df9bae49d143c8f4010d43d80bfe834934775e1a88076cef682b
7
- data.tar.gz: fd873c85f75662ba8d46d72815f186d62c9df6eb21e95d4523895986001b76ce2b228183bdd47ccc700c1e816e0d1cff16df45c82d8ea57b3add5bdb1396d43d
6
+ metadata.gz: 05db938a7e7f92cd75d1abf08015fe56f2f04a7f484ca836e1fdcbddf30e74c9a6c049366d5d584211c4d0241951848e38ce4313ee5e4584d57220b8db550977
7
+ data.tar.gz: 6c3b02643d761d9a1f8bd7cf44983dbb25ff587df4c8b5bc972e76df4b59a990043ffb4fcdb608a53afe5a276be6eafbd37b1cc717028418b9804e557b09d71e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.40.0 (2022-03-29)
4
+
5
+ * Regenerated from discovery document revision 20220324
6
+
3
7
  ### v0.39.0 (2022-03-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20220310
@@ -2960,6 +2960,12 @@ module Google
2960
2960
  # @return [String]
2961
2961
  attr_accessor :service_attachment
2962
2962
 
2963
+ # Output only. State of the endpoint attachment. Values other than `ACTIVE` mean
2964
+ # the resource is not ready to use.
2965
+ # Corresponds to the JSON property `state`
2966
+ # @return [String]
2967
+ attr_accessor :state
2968
+
2963
2969
  def initialize(**args)
2964
2970
  update!(**args)
2965
2971
  end
@@ -2970,6 +2976,7 @@ module Google
2970
2976
  @location = args[:location] if args.key?(:location)
2971
2977
  @name = args[:name] if args.key?(:name)
2972
2978
  @service_attachment = args[:service_attachment] if args.key?(:service_attachment)
2979
+ @state = args[:state] if args.key?(:state)
2973
2980
  end
2974
2981
  end
2975
2982
 
@@ -8054,8 +8061,7 @@ module Google
8054
8061
  # A generic empty message that you can re-use to avoid defining duplicated empty
8055
8062
  # messages in your APIs. A typical example is to use it as the request or the
8056
8063
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
8057
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
8058
- # `Empty` is empty JSON object ````.
8064
+ # protobuf.Empty) returns (google.protobuf.Empty); `
8059
8065
  class GoogleProtobufEmpty
8060
8066
  include Google::Apis::Core::Hashable
8061
8067
 
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.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 = "20220310"
25
+ REVISION = "20220324"
26
26
  end
27
27
  end
28
28
  end
@@ -1967,6 +1967,7 @@ module Google
1967
1967
  property :location, as: 'location'
1968
1968
  property :name, as: 'name'
1969
1969
  property :service_attachment, as: 'serviceAttachment'
1970
+ property :state, as: 'state'
1970
1971
  end
1971
1972
  end
1972
1973
 
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.39.0
4
+ version: 0.40.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-21 00:00:00.000000000 Z
11
+ date: 2022-04-04 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.40.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: []