google-apis-apigee_v1 0.65.0 → 0.66.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: 6c0d20de68833018cfbeaf57b1c5880d6d3392e8ba3c1e9ea9e0fe7d2fdb6cc2
4
- data.tar.gz: 9391f33719f49dff55f0099f426d0cc36e5f65e13121b2e56dd0df6ca015f6b7
3
+ metadata.gz: cf73847f9cb6947572eb42f4b8da3c5e8dda535214e3471f760874a28671977b
4
+ data.tar.gz: 594f0a5b935d4721d82178b2514003c490bb04b3b86b4b4b2d5e6714c7d81083
5
5
  SHA512:
6
- metadata.gz: 7381cc9a4dad9564355246056d21b7e1ea7accad3f89ff6258535b0c087be6051c21929e02c849639ffe83112cc40ab6b0f56a192b186b7c7d7ccecfc4c2fc29
7
- data.tar.gz: 01f49e50edceed0f1a1f4e70e7b4025c045802841a638a6aba7c18e45d2b6781c5dbd4d81416973991be305bdc95748a48580140b8c2ffd0a59b5d61b9f1d01f
6
+ metadata.gz: 046bf3dad22d9d040556f89f49b97abda854f9e6e0f2af6f283315108312b7ba3843c8856e800c5ccb507bda1350b08ff294ff875c9419687d24f7c3ca377875
7
+ data.tar.gz: 24bb0fdf00cb35225e4400582b9a06ade5820f206e5737e71db3db3ab0e0bfca045da5f43ec2ac77ed0746c0be4af84437127d69e5e8c08efe314311ae8a505c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.66.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230312
6
+
3
7
  ### v0.65.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230303
@@ -2728,6 +2728,11 @@ module Google
2728
2728
  class GoogleCloudApigeeV1DeploymentGroupConfig
2729
2729
  include Google::Apis::Core::Hashable
2730
2730
 
2731
+ # Type of the deployment group, which will be either Standard or Extensible.
2732
+ # Corresponds to the JSON property `deploymentGroupType`
2733
+ # @return [String]
2734
+ attr_accessor :deployment_group_type
2735
+
2731
2736
  # Name of the deployment group in the following format: `organizations/`org`/
2732
2737
  # environments/`env`/deploymentGroups/`group``.
2733
2738
  # Corresponds to the JSON property `name`
@@ -2752,6 +2757,7 @@ module Google
2752
2757
 
2753
2758
  # Update properties of this object
2754
2759
  def update!(**args)
2760
+ @deployment_group_type = args[:deployment_group_type] if args.key?(:deployment_group_type)
2755
2761
  @name = args[:name] if args.key?(:name)
2756
2762
  @revision_id = args[:revision_id] if args.key?(:revision_id)
2757
2763
  @uid = args[:uid] if args.key?(:uid)
@@ -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.65.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230303"
25
+ REVISION = "20230312"
26
26
  end
27
27
  end
28
28
  end
@@ -2134,6 +2134,7 @@ module Google
2134
2134
  class GoogleCloudApigeeV1DeploymentGroupConfig
2135
2135
  # @private
2136
2136
  class Representation < Google::Apis::Core::JsonRepresentation
2137
+ property :deployment_group_type, as: 'deploymentGroupType'
2137
2138
  property :name, as: 'name'
2138
2139
  property :revision_id, :numeric_string => true, as: 'revisionId'
2139
2140
  property :uid, as: 'uid'
@@ -9214,13 +9214,7 @@ module Google
9214
9214
  end
9215
9215
 
9216
9216
  # Lists operations that match the specified filter in the request. If the server
9217
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
9218
- # binding allows API services to override the binding to use different resource
9219
- # name schemes, such as `users/*/operations`. To override the binding, API
9220
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
9221
- # service configuration. For backwards compatibility, the default name includes
9222
- # the operations collection id, however overriding users must ensure the name
9223
- # binding is the parent resource, without the operations collection id.
9217
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
9224
9218
  # @param [String] name
9225
9219
  # The name of the operation's parent resource.
9226
9220
  # @param [String] filter
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.65.0
4
+ version: 0.66.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: 2023-03-12 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.66.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: []