google-apis-apigee_v1 0.38.0 → 0.41.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: 5430c4726c07ebde79e13a8f2fec3f766fcd5d2f6f193322f56d7c40f9b1673f
4
- data.tar.gz: 18b0efa86021665c189c425626834d81a6d8c39b6810cfb7c349a175aead7a5c
3
+ metadata.gz: 0ef6308a547f1dda3549ebbdc515631e05b4cf76ffbd8febf88f7da383f7ff2b
4
+ data.tar.gz: 42567476ca78b2abe5df427e83419f8faad7de55600e282f6b698353f41fd92c
5
5
  SHA512:
6
- metadata.gz: dce7135d4728bb4c294b1973f8c624766085e728a37b893ffaaf63670d3b902696884f6cfc53214b76a8dde8051117c54465b9e8341a5a9635a7aa6c85bd7bbe
7
- data.tar.gz: 96c7f6c09b12dc86bdca3583fe6eaeaf4ed26e2444b5be6f17f56e2bef7307b444c661d1a5937e85ef38ae13c795c59a9da76707bb94eae18eac6276937d6810
6
+ metadata.gz: c7cf2680322c99c138f9eaed4470495a5eb1cdea3522cb7c178023176aa32a5a55cdbb98fbccd34131d2ee7ed515131e8245badff6afa7037b3816805172ddc9
7
+ data.tar.gz: 6b088119154b135ff37b0bbe6e0d2ddcc1cd699a5733ca98228a37a6d6f91d53be69087cb9b501b1658c2d37d17842d27f4edfaa4bb32e8b793f0161d6b30776
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.41.0 (2022-04-05)
4
+
5
+ * Regenerated from discovery document revision 20220402
6
+
7
+ ### v0.40.0 (2022-03-29)
8
+
9
+ * Regenerated from discovery document revision 20220324
10
+
11
+ ### v0.39.0 (2022-03-15)
12
+
13
+ * Regenerated from discovery document revision 20220310
14
+
3
15
  ### v0.38.0 (2022-03-08)
4
16
 
5
17
  * Regenerated from discovery document revision 20220303
@@ -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
 
@@ -3282,6 +3289,11 @@ module Google
3282
3289
  # @return [String]
3283
3290
  attr_accessor :environment
3284
3291
 
3292
+ # Output only. ID of the environment group.
3293
+ # Corresponds to the JSON property `environmentGroupId`
3294
+ # @return [String]
3295
+ attr_accessor :environment_group_id
3296
+
3285
3297
  # ID of the environment group attachment.
3286
3298
  # Corresponds to the JSON property `name`
3287
3299
  # @return [String]
@@ -3295,6 +3307,7 @@ module Google
3295
3307
  def update!(**args)
3296
3308
  @created_at = args[:created_at] if args.key?(:created_at)
3297
3309
  @environment = args[:environment] if args.key?(:environment)
3310
+ @environment_group_id = args[:environment_group_id] if args.key?(:environment_group_id)
3298
3311
  @name = args[:name] if args.key?(:name)
3299
3312
  end
3300
3313
  end
@@ -7722,7 +7735,7 @@ module Google
7722
7735
  # @return [Google::Apis::ApigeeV1::GoogleTypeExpr]
7723
7736
  attr_accessor :condition
7724
7737
 
7725
- # Specifies the principals requesting access for a Cloud Platform resource. `
7738
+ # Specifies the principals requesting access for a Google Cloud resource. `
7726
7739
  # members` can have the following values: * `allUsers`: A special identifier
7727
7740
  # that represents anyone who is on the internet; with or without a Google
7728
7741
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -7923,7 +7936,7 @@ module Google
7923
7936
  include Google::Apis::Core::Hashable
7924
7937
 
7925
7938
  # The set of permissions to check for the `resource`. Permissions with wildcards
7926
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
7939
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
7927
7940
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
7928
7941
  # Corresponds to the JSON property `permissions`
7929
7942
  # @return [Array<String>]
@@ -8048,8 +8061,7 @@ module Google
8048
8061
  # A generic empty message that you can re-use to avoid defining duplicated empty
8049
8062
  # messages in your APIs. A typical example is to use it as the request or the
8050
8063
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
8051
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
8052
- # `Empty` is empty JSON object ````.
8064
+ # protobuf.Empty) returns (google.protobuf.Empty); `
8053
8065
  class GoogleProtobufEmpty
8054
8066
  include Google::Apis::Core::Hashable
8055
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.38.0"
19
+ GEM_VERSION = "0.41.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 = "20220303"
25
+ REVISION = "20220402"
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
 
@@ -2045,6 +2046,7 @@ module Google
2045
2046
  class Representation < Google::Apis::Core::JsonRepresentation
2046
2047
  property :created_at, :numeric_string => true, as: 'createdAt'
2047
2048
  property :environment, as: 'environment'
2049
+ property :environment_group_id, as: 'environmentGroupId'
2048
2050
  property :name, as: 'name'
2049
2051
  end
2050
2052
  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.38.0
4
+ version: 0.41.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-14 00:00:00.000000000 Z
11
+ date: 2022-04-11 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.41.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: []