google-apis-apigee_v1 0.18.0 → 0.19.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: bfc0457e915590c55cbcf0713bfcde193df59f4ab69820b6b471990f5a12aa8f
4
- data.tar.gz: dbea9876b6a1665e6ffdb668ed11f07f03fad8ef50637dd0852ba5632ef96e6d
3
+ metadata.gz: f176de5cf82eb86c1844297ff9e069e94ec815b10d85569462bef292e639c3a3
4
+ data.tar.gz: 62aa86c4d339d487218b27c3335d61c3ae66faf559725e393a7bf5670f8c3c3d
5
5
  SHA512:
6
- metadata.gz: e3c76b62e1ea6ec02562367ea13a1648957a444031cb6b8a661914c78ce5c0526024495ea4d19b321d2ab2c5923fc85d258eadab80a005ca9250b20dc3eaab01
7
- data.tar.gz: 28aae1a1956b737a66a96282630a1aeeb755eb8a46ab6b1cc5263ff3aeef9c2dbc539bdd069033c29a6141cd6d913ee1d33e14ad7f15bdee490d621fe8891f22
6
+ metadata.gz: 79f40a0ad240a492f6cb7e8368e5b2b21a0d3e4d47cf8a34bc0719b95a2c39f6ed18f31189d9af4f59234ec4e40b0e1bd0d72c4d767abc01165139ab5ac4c9da
7
+ data.tar.gz: a6b6ba074fcc0736123a19a78485d32342adaa4225c1bc3c72d089c95221a68595a0a4bab45ff07e117e9c86b884c2d709ec64ea412957040aa5d240d83ea717
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.19.0 (2021-08-03)
4
+
5
+ * Regenerated from discovery document revision 20210729
6
+
3
7
  ### v0.18.0 (2021-07-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20210722
@@ -257,11 +257,6 @@ module Google
257
257
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig]
258
258
  attr_accessor :advanced_api_ops_config
259
259
 
260
- # Configuration for the Integration add-on.
261
- # Corresponds to the JSON property `integrationConfig`
262
- # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig]
263
- attr_accessor :integration_config
264
-
265
260
  # Configuration for the Monetization add-on.
266
261
  # Corresponds to the JSON property `monetizationConfig`
267
262
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig]
@@ -274,7 +269,6 @@ module Google
274
269
  # Update properties of this object
275
270
  def update!(**args)
276
271
  @advanced_api_ops_config = args[:advanced_api_ops_config] if args.key?(:advanced_api_ops_config)
277
- @integration_config = args[:integration_config] if args.key?(:integration_config)
278
272
  @monetization_config = args[:monetization_config] if args.key?(:monetization_config)
279
273
  end
280
274
  end
@@ -3626,26 +3620,6 @@ module Google
3626
3620
  end
3627
3621
  end
3628
3622
 
3629
- # Configuration for the Integration add-on.
3630
- class GoogleCloudApigeeV1IntegrationConfig
3631
- include Google::Apis::Core::Hashable
3632
-
3633
- # Flag that specifies whether the Integration add-on is enabled.
3634
- # Corresponds to the JSON property `enabled`
3635
- # @return [Boolean]
3636
- attr_accessor :enabled
3637
- alias_method :enabled?, :enabled
3638
-
3639
- def initialize(**args)
3640
- update!(**args)
3641
- end
3642
-
3643
- # Update properties of this object
3644
- def update!(**args)
3645
- @enabled = args[:enabled] if args.key?(:enabled)
3646
- end
3647
- end
3648
-
3649
3623
  #
3650
3624
  class GoogleCloudApigeeV1KeyAliasReference
3651
3625
  include Google::Apis::Core::Hashable
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210722"
25
+ REVISION = "20210729"
26
26
  end
27
27
  end
28
28
  end
@@ -472,12 +472,6 @@ module Google
472
472
  include Google::Apis::Core::JsonObjectSupport
473
473
  end
474
474
 
475
- class GoogleCloudApigeeV1IntegrationConfig
476
- class Representation < Google::Apis::Core::JsonRepresentation; end
477
-
478
- include Google::Apis::Core::JsonObjectSupport
479
- end
480
-
481
475
  class GoogleCloudApigeeV1KeyAliasReference
482
476
  class Representation < Google::Apis::Core::JsonRepresentation; end
483
477
 
@@ -1205,8 +1199,6 @@ module Google
1205
1199
  class Representation < Google::Apis::Core::JsonRepresentation
1206
1200
  property :advanced_api_ops_config, as: 'advancedApiOpsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig::Representation
1207
1201
 
1208
- property :integration_config, as: 'integrationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig::Representation
1209
-
1210
1202
  property :monetization_config, as: 'monetizationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig::Representation
1211
1203
 
1212
1204
  end
@@ -2039,13 +2031,6 @@ module Google
2039
2031
  end
2040
2032
  end
2041
2033
 
2042
- class GoogleCloudApigeeV1IntegrationConfig
2043
- # @private
2044
- class Representation < Google::Apis::Core::JsonRepresentation
2045
- property :enabled, as: 'enabled'
2046
- end
2047
- end
2048
-
2049
2034
  class GoogleCloudApigeeV1KeyAliasReference
2050
2035
  # @private
2051
2036
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6871,6 +6871,45 @@ module Google
6871
6871
  execute_or_queue_command(command, &block)
6872
6872
  end
6873
6873
 
6874
+ # Updates an Apigee runtime instance. You can update the fields described in
6875
+ # NodeConfig. No other fields will be updated. **Note:** Not supported for
6876
+ # Apigee hybrid.
6877
+ # @param [String] name
6878
+ # Required. Name of the instance. Use the following structure in your request: `
6879
+ # organizations/`org`/instances/`instance``.
6880
+ # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Instance] google_cloud_apigee_v1_instance_object
6881
+ # @param [String] update_mask
6882
+ # List of fields to be updated.
6883
+ # @param [String] fields
6884
+ # Selector specifying which fields to include in a partial response.
6885
+ # @param [String] quota_user
6886
+ # Available to use for quota purposes for server-side applications. Can be any
6887
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
6888
+ # @param [Google::Apis::RequestOptions] options
6889
+ # Request-specific options
6890
+ #
6891
+ # @yield [result, err] Result & error if block supplied
6892
+ # @yieldparam result [Google::Apis::ApigeeV1::GoogleLongrunningOperation] parsed result object
6893
+ # @yieldparam err [StandardError] error object if request failed
6894
+ #
6895
+ # @return [Google::Apis::ApigeeV1::GoogleLongrunningOperation]
6896
+ #
6897
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
6898
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6899
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
6900
+ def patch_organization_instance(name, google_cloud_apigee_v1_instance_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
6901
+ command = make_simple_command(:patch, 'v1/{+name}', options)
6902
+ command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Instance::Representation
6903
+ command.request_object = google_cloud_apigee_v1_instance_object
6904
+ command.response_representation = Google::Apis::ApigeeV1::GoogleLongrunningOperation::Representation
6905
+ command.response_class = Google::Apis::ApigeeV1::GoogleLongrunningOperation
6906
+ command.params['name'] = name unless name.nil?
6907
+ command.query['updateMask'] = update_mask unless update_mask.nil?
6908
+ command.query['fields'] = fields unless fields.nil?
6909
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
6910
+ execute_or_queue_command(command, &block)
6911
+ end
6912
+
6874
6913
  # Reports the latest status for a runtime instance.
6875
6914
  # @param [String] instance
6876
6915
  # The name of the instance reporting this status. For SaaS the request will be
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.18.0
4
+ version: 0.19.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: 2021-08-02 00:00:00.000000000 Z
11
+ date: 2021-08-09 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/master/generated/google-apis-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1
63
63
  post_install_message:
64
64
  rdoc_options: []