google-apis-compute_beta 0.94.0 → 0.95.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b51f7120795e4662da738232317b1348e708cfb39b7920c7fcd1af1d74e76be
|
|
4
|
+
data.tar.gz: f648272117103eef889cd215fff87172e6b59c61bb4db4017ab7a1419509cd99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5eb1db6d9e5b7480936bad41cda6e126cc287e70711f9057455088bddeb1d911b27eb4a197beb9401edb0d95e889d9912a0e8369f00a41f570e1a11b21353bd
|
|
7
|
+
data.tar.gz: 6fd9b75304bd79968c82c28343084e9976ea632538a71b94147f15a5705c70e0b847ca88769d0cc985d57faad1d25f214c084167419f64fb6f32d2b3b3684473
|
data/CHANGELOG.md
CHANGED
|
@@ -6269,10 +6269,10 @@ module Google
|
|
|
6269
6269
|
attr_accessor :allow_methods
|
|
6270
6270
|
|
|
6271
6271
|
# Specifies a regular expression that matches allowed origins. For more
|
|
6272
|
-
# information
|
|
6273
|
-
#
|
|
6274
|
-
#
|
|
6275
|
-
#
|
|
6272
|
+
# information, see regular expression syntax . An origin is allowed if it
|
|
6273
|
+
# matches either an item in allowOrigins or an item in allowOriginRegexes.
|
|
6274
|
+
# Regular expressions can only be used when the loadBalancingScheme is set to
|
|
6275
|
+
# INTERNAL_SELF_MANAGED.
|
|
6276
6276
|
# Corresponds to the JSON property `allowOriginRegexes`
|
|
6277
6277
|
# @return [Array<String>]
|
|
6278
6278
|
attr_accessor :allow_origin_regexes
|
|
@@ -6284,8 +6284,8 @@ module Google
|
|
|
6284
6284
|
# @return [Array<String>]
|
|
6285
6285
|
attr_accessor :allow_origins
|
|
6286
6286
|
|
|
6287
|
-
# If true,
|
|
6288
|
-
#
|
|
6287
|
+
# If true, disables the CORS policy. The default value is false, which indicates
|
|
6288
|
+
# that the CORS policy is in effect.
|
|
6289
6289
|
# Corresponds to the JSON property `disabled`
|
|
6290
6290
|
# @return [Boolean]
|
|
6291
6291
|
attr_accessor :disabled
|
|
@@ -16511,7 +16511,8 @@ module Google
|
|
|
16511
16511
|
class InstanceGroupManagerResizeRequest
|
|
16512
16512
|
include Google::Apis::Core::Hashable
|
|
16513
16513
|
|
|
16514
|
-
#
|
|
16514
|
+
# This field is deprecated, please use resize_by instead. The count of instances
|
|
16515
|
+
# to create as part of this resize request.
|
|
16515
16516
|
# Corresponds to the JSON property `count`
|
|
16516
16517
|
# @return [Fixnum]
|
|
16517
16518
|
attr_accessor :count
|
|
@@ -34281,7 +34282,7 @@ module Google
|
|
|
34281
34282
|
attr_accessor :rules
|
|
34282
34283
|
|
|
34283
34284
|
# [Output Only] The type of the firewall policy. Can be one of HIERARCHY,
|
|
34284
|
-
# NETWORK, NETWORK_REGIONAL.
|
|
34285
|
+
# NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL.
|
|
34285
34286
|
# Corresponds to the JSON property `type`
|
|
34286
34287
|
# @return [String]
|
|
34287
34288
|
attr_accessor :type
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeBeta
|
|
18
18
|
# Version of the google-apis-compute_beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.95.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240305"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -6437,7 +6437,6 @@ module Google
|
|
|
6437
6437
|
# @param [String] future_reservation
|
|
6438
6438
|
# Name of the reservation to update. Name should conform to RFC1035.
|
|
6439
6439
|
# @param [Google::Apis::ComputeBeta::FutureReservation] future_reservation_object
|
|
6440
|
-
# @param [Array<String>, String] paths
|
|
6441
6440
|
# @param [String] request_id
|
|
6442
6441
|
# An optional request ID to identify requests. Specify a unique request ID so
|
|
6443
6442
|
# that if you must retry your request, the server will know to ignore the
|
|
@@ -6469,7 +6468,7 @@ module Google
|
|
|
6469
6468
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
6470
6469
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
6471
6470
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
6472
|
-
def update_future_reservation(project, zone, future_reservation, future_reservation_object = nil,
|
|
6471
|
+
def update_future_reservation(project, zone, future_reservation, future_reservation_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
6473
6472
|
command = make_simple_command(:patch, 'projects/{project}/zones/{zone}/futureReservations/{futureReservation}', options)
|
|
6474
6473
|
command.request_representation = Google::Apis::ComputeBeta::FutureReservation::Representation
|
|
6475
6474
|
command.request_object = future_reservation_object
|
|
@@ -6478,7 +6477,6 @@ module Google
|
|
|
6478
6477
|
command.params['project'] = project unless project.nil?
|
|
6479
6478
|
command.params['zone'] = zone unless zone.nil?
|
|
6480
6479
|
command.params['futureReservation'] = future_reservation unless future_reservation.nil?
|
|
6481
|
-
command.query['paths'] = paths unless paths.nil?
|
|
6482
6480
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
6483
6481
|
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
6484
6482
|
command.query['fields'] = fields unless fields.nil?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-compute_beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.95.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: 2024-03-
|
|
11
|
+
date: 2024-03-17 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_beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.95.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|