google-apis-compute_alpha 0.46.0 → 0.47.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: '039f69e44eaa948bd53c90c917c8b2a7a1081beaa075a27ae76e47d5aa5b39ef'
4
- data.tar.gz: 2bedc3b86dc9ec43135b391f00052f0d88bb51c64e8fd344f0158ff70181c756
3
+ metadata.gz: 04c58785fd46683d0d769f818636f80fb8b7c7c8a4ec18298642186e0db81181
4
+ data.tar.gz: 3f16ff0218040b42839102efbcaf23561a77f1b1ffbc01751bc77ec79fd091af
5
5
  SHA512:
6
- metadata.gz: f358c2ae233fd9a2e37f30ceee669fd9579a302d9b9b3d09109edf4f1efd328d09e880f01b96334f802a51238e4523ae5f4fdcb961e04bde416c1b90bf382c0d
7
- data.tar.gz: 755f7298b850ad9f534c20607f65e036c2704ef114c1a25587d50171d1f5fec0ef7311090f6cc7f7184a713992f0204a43c20c99d1d004e374cfd53adc3bda6b
6
+ metadata.gz: 00255cc6d80fc7f9fbbd2d1582861f30c302883b01643d54982fe039a346d98ecb347736eeed176e665828f34079511d6f60b835332fc9d6e87b57e6239a8fb7
7
+ data.tar.gz: 5369f2b485854c39a65b204e32e5080457e923770219415820fdd3127b8fc86b2534835e63dc2edad65f8747bba39d8de3efe2f780137212ea13c024a4bee28f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.47.0 (2022-08-25)
4
+
5
+ * Regenerated from discovery document revision 20220816
6
+
3
7
  ### v0.46.0 (2022-08-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20220809
@@ -13756,9 +13756,9 @@ module Google
13756
13756
  # forwarding the request to the selected backend. If routeAction specifies any
13757
13757
  # weightedBackendServices, service must not be set. Conversely if service is set,
13758
13758
  # routeAction cannot contain any weightedBackendServices. Only one of
13759
- # urlRedirect, service or routeAction.weightedBackendService must be set.
13760
- # UrlMaps for external HTTP(S) load balancers support only the urlRewrite action
13761
- # within a route rule's routeAction.
13759
+ # urlRedirect, service or routeAction.weightedBackendService must be set. URL
13760
+ # maps for Classic external HTTP(S) load balancers only support the urlRewrite
13761
+ # action within a route rule's routeAction.
13762
13762
  # Corresponds to the JSON property `routeAction`
13763
13763
  # @return [Google::Apis::ComputeAlpha::HttpRouteAction]
13764
13764
  attr_accessor :route_action
@@ -14975,7 +14975,7 @@ module Google
14975
14975
  # @return [Google::Apis::ComputeAlpha::Tags]
14976
14976
  attr_accessor :tags
14977
14977
 
14978
- # Upcoming Maintenance notification information. TODO(b/196881882) Deprecate
14978
+ # Upcoming Maintenance notification information. TODO(b/242069500) Deprecate
14979
14979
  # this proto once it's fully migrated to be under proto ResourceStatus.
14980
14980
  # UpcomingMaintenance.
14981
14981
  # Corresponds to the JSON property `upcomingMaintenance`
@@ -22953,7 +22953,7 @@ module Google
22953
22953
  class LocalizedMessage
22954
22954
  include Google::Apis::Core::Hashable
22955
22955
 
22956
- # The locale used following the specification defined at http://www.rfc-editor.
22956
+ # The locale used following the specification defined at https://www.rfc-editor.
22957
22957
  # org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
22958
22958
  # Corresponds to the JSON property `locale`
22959
22959
  # @return [String]
@@ -30446,8 +30446,9 @@ module Google
30446
30446
  # If defaultRouteAction specifies any weightedBackendServices, defaultService
30447
30447
  # must not be set. Conversely if defaultService is set, defaultRouteAction
30448
30448
  # cannot contain any weightedBackendServices. Only one of defaultRouteAction or
30449
- # defaultUrlRedirect must be set. UrlMaps for external HTTP(S) load balancers
30450
- # support only the urlRewrite action within a path matcher's defaultRouteAction.
30449
+ # defaultUrlRedirect must be set. URL maps for Classic external HTTP(S) load
30450
+ # balancers only support the urlRewrite action within a path matcher's
30451
+ # defaultRouteAction.
30451
30452
  # Corresponds to the JSON property `defaultRouteAction`
30452
30453
  # @return [Google::Apis::ComputeAlpha::HttpRouteAction]
30453
30454
  attr_accessor :default_route_action
@@ -30553,8 +30554,9 @@ module Google
30553
30554
  # the request to the selected backend. If routeAction specifies any
30554
30555
  # weightedBackendServices, service must not be set. Conversely if service is set,
30555
30556
  # routeAction cannot contain any weightedBackendServices. Only one of
30556
- # routeAction or urlRedirect must be set. URL maps for external HTTP(S) load
30557
- # balancers support only the urlRewrite action within a path rule's routeAction.
30557
+ # routeAction or urlRedirect must be set. URL maps for Classic external HTTP(S)
30558
+ # load balancers only support the urlRewrite action within a path rule's
30559
+ # routeAction.
30558
30560
  # Corresponds to the JSON property `routeAction`
30559
30561
  # @return [Google::Apis::ComputeAlpha::HttpRouteAction]
30560
30562
  attr_accessor :route_action
@@ -47582,7 +47584,7 @@ module Google
47582
47584
  end
47583
47585
  end
47584
47586
 
47585
- # Upcoming Maintenance notification information. TODO(b/196881882) Deprecate
47587
+ # Upcoming Maintenance notification information. TODO(b/242069500) Deprecate
47586
47588
  # this proto once it's fully migrated to be under proto ResourceStatus.
47587
47589
  # UpcomingMaintenance.
47588
47590
  class UpcomingMaintenance
@@ -47693,8 +47695,8 @@ module Google
47693
47695
  # defaultRouteAction specifies any weightedBackendServices, defaultService must
47694
47696
  # not be set. Conversely if defaultService is set, defaultRouteAction cannot
47695
47697
  # contain any weightedBackendServices. Only one of defaultRouteAction or
47696
- # defaultUrlRedirect must be set. UrlMaps for external HTTP(S) load balancers
47697
- # support only the urlRewrite action within defaultRouteAction.
47698
+ # defaultUrlRedirect must be set. URL maps for Classic external HTTP(S) load
47699
+ # balancers only support the urlRewrite action within defaultRouteAction.
47698
47700
  # defaultRouteAction has no effect when the URL map is bound to a target gRPC
47699
47701
  # proxy that has the validateForProxyless field set to true.
47700
47702
  # Corresponds to the JSON property `defaultRouteAction`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220809"
25
+ REVISION = "20220816"
26
26
  end
27
27
  end
28
28
  end
@@ -33405,6 +33405,7 @@ module Google
33405
33405
  # @param [String] security_policy
33406
33406
  # Name of the security policy to update.
33407
33407
  # @param [Google::Apis::ComputeAlpha::SecurityPolicy] security_policy_object
33408
+ # @param [Array<String>, String] paths
33408
33409
  # @param [String] request_id
33409
33410
  # An optional request ID to identify requests. Specify a unique request ID so
33410
33411
  # that if you must retry your request, the server will know to ignore the
@@ -33415,6 +33416,8 @@ module Google
33415
33416
  # second request. This prevents clients from accidentally creating duplicate
33416
33417
  # commitments. The request ID must be a valid UUID with the exception that zero
33417
33418
  # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
33419
+ # @param [String] update_mask
33420
+ # Indicates fields to be cleared as part of this request.
33418
33421
  # @param [String] fields
33419
33422
  # Selector specifying which fields to include in a partial response.
33420
33423
  # @param [String] quota_user
@@ -33434,7 +33437,7 @@ module Google
33434
33437
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
33435
33438
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
33436
33439
  # @raise [Google::Apis::AuthorizationError] Authorization is required
33437
- def patch_region_security_policy(project, region, security_policy, security_policy_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
33440
+ def patch_region_security_policy(project, region, security_policy, security_policy_object = nil, paths: nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
33438
33441
  command = make_simple_command(:patch, 'projects/{project}/regions/{region}/securityPolicies/{securityPolicy}', options)
33439
33442
  command.request_representation = Google::Apis::ComputeAlpha::SecurityPolicy::Representation
33440
33443
  command.request_object = security_policy_object
@@ -33443,7 +33446,9 @@ module Google
33443
33446
  command.params['project'] = project unless project.nil?
33444
33447
  command.params['region'] = region unless region.nil?
33445
33448
  command.params['securityPolicy'] = security_policy unless security_policy.nil?
33449
+ command.query['paths'] = paths unless paths.nil?
33446
33450
  command.query['requestId'] = request_id unless request_id.nil?
33451
+ command.query['updateMask'] = update_mask unless update_mask.nil?
33447
33452
  command.query['fields'] = fields unless fields.nil?
33448
33453
  command.query['quotaUser'] = quota_user unless quota_user.nil?
33449
33454
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -38207,6 +38212,7 @@ module Google
38207
38212
  # @param [String] security_policy
38208
38213
  # Name of the security policy to update.
38209
38214
  # @param [Google::Apis::ComputeAlpha::SecurityPolicy] security_policy_object
38215
+ # @param [Array<String>, String] paths
38210
38216
  # @param [String] request_id
38211
38217
  # An optional request ID to identify requests. Specify a unique request ID so
38212
38218
  # that if you must retry your request, the server will know to ignore the
@@ -38217,6 +38223,8 @@ module Google
38217
38223
  # second request. This prevents clients from accidentally creating duplicate
38218
38224
  # commitments. The request ID must be a valid UUID with the exception that zero
38219
38225
  # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
38226
+ # @param [String] update_mask
38227
+ # Indicates fields to be cleared as part of this request.
38220
38228
  # @param [String] fields
38221
38229
  # Selector specifying which fields to include in a partial response.
38222
38230
  # @param [String] quota_user
@@ -38236,7 +38244,7 @@ module Google
38236
38244
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
38237
38245
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
38238
38246
  # @raise [Google::Apis::AuthorizationError] Authorization is required
38239
- def patch_security_policy(project, security_policy, security_policy_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
38247
+ def patch_security_policy(project, security_policy, security_policy_object = nil, paths: nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
38240
38248
  command = make_simple_command(:patch, 'projects/{project}/global/securityPolicies/{securityPolicy}', options)
38241
38249
  command.request_representation = Google::Apis::ComputeAlpha::SecurityPolicy::Representation
38242
38250
  command.request_object = security_policy_object
@@ -38244,7 +38252,9 @@ module Google
38244
38252
  command.response_class = Google::Apis::ComputeAlpha::Operation
38245
38253
  command.params['project'] = project unless project.nil?
38246
38254
  command.params['securityPolicy'] = security_policy unless security_policy.nil?
38255
+ command.query['paths'] = paths unless paths.nil?
38247
38256
  command.query['requestId'] = request_id unless request_id.nil?
38257
+ command.query['updateMask'] = update_mask unless update_mask.nil?
38248
38258
  command.query['fields'] = fields unless fields.nil?
38249
38259
  command.query['quotaUser'] = quota_user unless quota_user.nil?
38250
38260
  command.query['userIp'] = user_ip unless user_ip.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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-08-15 00:00:00.000000000 Z
11
+ date: 2022-08-29 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-compute_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []