google-apis-apigee_v1 0.39.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: 98d6539fda7144a3b710a7a0039f9626c1f6c65da18772712c519f320dc28762
4
- data.tar.gz: a9d9bb738bce62a3936bcd96ab0757c6d769d64d68e200d2c0fd973093068430
3
+ metadata.gz: eea308066c257c4f083b7e4f03a443fae19209d9dd780727e2716106d204c62b
4
+ data.tar.gz: b58fbbd2a3a20062a41c4d2a7a670b584a5714d3ac6907d4db853b140a70fad5
5
5
  SHA512:
6
- metadata.gz: 4883246aaad8c7e6ea4838686332a387a43744c28133781485630b60716e899c76c7d84b86b5df9bae49d143c8f4010d43d80bfe834934775e1a88076cef682b
7
- data.tar.gz: fd873c85f75662ba8d46d72815f186d62c9df6eb21e95d4523895986001b76ce2b228183bdd47ccc700c1e816e0d1cff16df45c82d8ea57b3add5bdb1396d43d
6
+ metadata.gz: 57def9287592976d86416a9fb069137a65228f10fdb2b2246dc893af82598fe2e91cb56375145f7e941101d5e7d2197f16e7aae4bb5b9e6f869619b50b9c9bc2
7
+ data.tar.gz: c9b70890a3dbc5ccf2319409f1030c3181f00a5db611eccf9f9083cb9fc42641616a1ba9876d4b3ed72c4e893baf1490a77d0799e6bd15b484266c55210c525d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
7
+ ### v0.41.0 (2022-04-05)
8
+
9
+ * Regenerated from discovery document revision 20220402
10
+
11
+ ### v0.40.0 (2022-03-29)
12
+
13
+ * Regenerated from discovery document revision 20220324
14
+
3
15
  ### v0.39.0 (2022-03-15)
4
16
 
5
17
  * 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
 
@@ -4302,7 +4309,8 @@ module Google
4302
4309
  end
4303
4310
  end
4304
4311
 
4305
- #
4312
+ # To change this message, in the same CL add a change log in go/changing-api-
4313
+ # proto-breaks-ui
4306
4314
  class GoogleCloudApigeeV1ListApiProxiesResponse
4307
4315
  include Google::Apis::Core::Hashable
4308
4316
 
@@ -4817,7 +4825,8 @@ module Google
4817
4825
  end
4818
4826
  end
4819
4827
 
4820
- #
4828
+ # To change this message, in the same CL add a change log in go/changing-api-
4829
+ # proto-breaks-ui
4821
4830
  class GoogleCloudApigeeV1ListSharedFlowsResponse
4822
4831
  include Google::Apis::Core::Hashable
4823
4832
 
@@ -5098,6 +5107,11 @@ module Google
5098
5107
  # @return [String]
5099
5108
  attr_accessor :target_resource_name
5100
5109
 
5110
+ # Warnings encountered while executing the operation.
5111
+ # Corresponds to the JSON property `warnings`
5112
+ # @return [Array<String>]
5113
+ attr_accessor :warnings
5114
+
5101
5115
  def initialize(**args)
5102
5116
  update!(**args)
5103
5117
  end
@@ -5108,6 +5122,7 @@ module Google
5108
5122
  @progress = args[:progress] if args.key?(:progress)
5109
5123
  @state = args[:state] if args.key?(:state)
5110
5124
  @target_resource_name = args[:target_resource_name] if args.key?(:target_resource_name)
5125
+ @warnings = args[:warnings] if args.key?(:warnings)
5111
5126
  end
5112
5127
  end
5113
5128
 
@@ -7728,7 +7743,7 @@ module Google
7728
7743
  # @return [Google::Apis::ApigeeV1::GoogleTypeExpr]
7729
7744
  attr_accessor :condition
7730
7745
 
7731
- # Specifies the principals requesting access for a Cloud Platform resource. `
7746
+ # Specifies the principals requesting access for a Google Cloud resource. `
7732
7747
  # members` can have the following values: * `allUsers`: A special identifier
7733
7748
  # that represents anyone who is on the internet; with or without a Google
7734
7749
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -7929,7 +7944,7 @@ module Google
7929
7944
  include Google::Apis::Core::Hashable
7930
7945
 
7931
7946
  # The set of permissions to check for the `resource`. Permissions with wildcards
7932
- # (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
7933
7948
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
7934
7949
  # Corresponds to the JSON property `permissions`
7935
7950
  # @return [Array<String>]
@@ -8054,8 +8069,7 @@ module Google
8054
8069
  # A generic empty message that you can re-use to avoid defining duplicated empty
8055
8070
  # messages in your APIs. A typical example is to use it as the request or the
8056
8071
  # 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 ````.
8072
+ # protobuf.Empty) returns (google.protobuf.Empty); `
8059
8073
  class GoogleProtobufEmpty
8060
8074
  include Google::Apis::Core::Hashable
8061
8075
 
@@ -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.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 = "20220310"
25
+ REVISION = "20220407"
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
 
@@ -2607,6 +2608,7 @@ module Google
2607
2608
 
2608
2609
  property :state, as: 'state'
2609
2610
  property :target_resource_name, as: 'targetResourceName'
2611
+ collection :warnings, as: 'warnings'
2610
2612
  end
2611
2613
  end
2612
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.39.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-03-21 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.39.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: []