google-apis-compute_v1 0.125.0 → 0.126.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: a948137b8e0aa73f0365b5bfc394620ad5587df07a679a0a1265afba55c6f044
|
4
|
+
data.tar.gz: 4ee25c06a099fe0098dbedf55dfe1861f4c811a8f8eb0a7746594e783c606bad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fadf115830babf668f7251fe7052a993c7203dd0944ea48ce7797c388475c1a4592d70f054668adf34c34319e1c104a4c7c72506669a73c5cc16257f76564da
|
7
|
+
data.tar.gz: e9421319ffa28dbb299e4f9e80829d9d2d17ae7b2984448ca5613500810e4874efe67004066ef1191ccc2e0f02d9771baa4f749f07f454ba84d7b6037fca8f65
|
data/CHANGELOG.md
CHANGED
@@ -3444,7 +3444,7 @@ module Google
|
|
3444
3444
|
attr_accessor :max_utilization
|
3445
3445
|
|
3446
3446
|
# Name of a custom utilization signal. The name must be 1-64 characters long and
|
3447
|
-
# match the regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the
|
3447
|
+
# match the regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the
|
3448
3448
|
# first character must be a lowercase letter, and all following characters must
|
3449
3449
|
# be a dash, period, underscore, lowercase letter, or digit, except the last
|
3450
3450
|
# character, which cannot be a dash, period, or underscore. For usage guidelines,
|
@@ -3727,11 +3727,16 @@ module Google
|
|
3727
3727
|
# was redirected to the load balancer. - MAGLEV: used as a drop in replacement
|
3728
3728
|
# for the ring hash load balancer. Maglev is not as stable as ring hash but has
|
3729
3729
|
# faster table lookup build times and host selection times. For more information
|
3730
|
-
# about Maglev, see https://ai.google/research/pubs/pub44824
|
3731
|
-
#
|
3732
|
-
#
|
3733
|
-
#
|
3734
|
-
#
|
3730
|
+
# about Maglev, see https://ai.google/research/pubs/pub44824 -
|
3731
|
+
# WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing using
|
3732
|
+
# weights computed from Backend reported Custom Metrics. If set, the Backend
|
3733
|
+
# Service responses are expected to contain non-standard HTTP response header
|
3734
|
+
# field Endpoint-Load-Metrics. The reported metrics to use for computing the
|
3735
|
+
# weights are specified via the customMetrics field. This field is applicable to
|
3736
|
+
# either: - A regional backend service with the service_protocol set to HTTP,
|
3737
|
+
# HTTPS, HTTP2 or H2C, and load_balancing_scheme set to INTERNAL_MANAGED. - A
|
3738
|
+
# global backend service with the load_balancing_scheme set to
|
3739
|
+
# INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If
|
3735
3740
|
# sessionAffinity is not configured—that is, if session affinity remains at the
|
3736
3741
|
# default value of NONE—then the default value for localityLbPolicy is
|
3737
3742
|
# ROUND_ROBIN. If session affinity is set to a value other than NONE, then the
|
@@ -4366,7 +4371,7 @@ module Google
|
|
4366
4371
|
alias_method :dry_run?, :dry_run
|
4367
4372
|
|
4368
4373
|
# Name of a custom utilization signal. The name must be 1-64 characters long and
|
4369
|
-
# match the regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the
|
4374
|
+
# match the regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the
|
4370
4375
|
# first character must be a lowercase letter, and all following characters must
|
4371
4376
|
# be a dash, period, underscore, lowercase letter, or digit, except the last
|
4372
4377
|
# character, which cannot be a dash, period, or underscore. For usage guidelines,
|
@@ -42836,7 +42841,9 @@ module Google
|
|
42836
42841
|
# @return [String]
|
42837
42842
|
attr_accessor :target
|
42838
42843
|
|
42839
|
-
# Type of the redirect action.
|
42844
|
+
# Type of the redirect action. Possible values are: - GOOGLE_RECAPTCHA: redirect
|
42845
|
+
# to reCAPTCHA for manual challenge assessment. - EXTERNAL_302: redirect to a
|
42846
|
+
# different URL via a 302 response.
|
42840
42847
|
# Corresponds to the JSON property `type`
|
42841
42848
|
# @return [String]
|
42842
42849
|
attr_accessor :type
|
@@ -43073,7 +43080,8 @@ module Google
|
|
43073
43080
|
# service attachment. Each project or network has a connection limit. A given
|
43074
43081
|
# service attachment can manage connections at either the project or network
|
43075
43082
|
# level. Therefore, both the accept and reject lists for a given service
|
43076
|
-
# attachment must contain either only projects or only networks
|
43083
|
+
# attachment must contain either only projects or only networks or only
|
43084
|
+
# endpoints.
|
43077
43085
|
# Corresponds to the JSON property `consumerAcceptLists`
|
43078
43086
|
# @return [Array<Google::Apis::ComputeV1::ServiceAttachmentConsumerProjectLimit>]
|
43079
43087
|
attr_accessor :consumer_accept_lists
|
@@ -43137,6 +43145,11 @@ module Google
|
|
43137
43145
|
# @return [String]
|
43138
43146
|
attr_accessor :kind
|
43139
43147
|
|
43148
|
+
# Metadata of the service attachment.
|
43149
|
+
# Corresponds to the JSON property `metadata`
|
43150
|
+
# @return [Hash<String,String>]
|
43151
|
+
attr_accessor :metadata
|
43152
|
+
|
43140
43153
|
# Name of the resource. Provided by the client when the resource is created. The
|
43141
43154
|
# name must be 1-63 characters long, and comply with RFC1035. Specifically, the
|
43142
43155
|
# name must be 1-63 characters long and match the regular expression `[a-z]([-a-
|
@@ -43226,6 +43239,7 @@ module Google
|
|
43226
43239
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
43227
43240
|
@id = args[:id] if args.key?(:id)
|
43228
43241
|
@kind = args[:kind] if args.key?(:kind)
|
43242
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
43229
43243
|
@name = args[:name] if args.key?(:name)
|
43230
43244
|
@nat_subnets = args[:nat_subnets] if args.key?(:nat_subnets)
|
43231
43245
|
@producer_forwarding_rule = args[:producer_forwarding_rule] if args.key?(:producer_forwarding_rule)
|
@@ -43409,7 +43423,8 @@ module Google
|
|
43409
43423
|
class ServiceAttachmentConsumerProjectLimit
|
43410
43424
|
include Google::Apis::Core::Hashable
|
43411
43425
|
|
43412
|
-
# The value of the limit to set.
|
43426
|
+
# The value of the limit to set. For endpoint_url, the limit should be no more
|
43427
|
+
# than 1.
|
43413
43428
|
# Corresponds to the JSON property `connectionLimit`
|
43414
43429
|
# @return [Fixnum]
|
43415
43430
|
attr_accessor :connection_limit
|
@@ -45826,7 +45841,7 @@ module Google
|
|
45826
45841
|
# @return [String]
|
45827
45842
|
attr_accessor :performance_provisioning_type
|
45828
45843
|
|
45829
|
-
# Size
|
45844
|
+
# Size of the storage pool in GiB. For more information about the size limits,
|
45830
45845
|
# see https://cloud.google.com/compute/docs/disks/storage-pools.
|
45831
45846
|
# Corresponds to the JSON property `poolProvisionedCapacityGb`
|
45832
45847
|
# @return [Fixnum]
|
@@ -45838,8 +45853,8 @@ module Google
|
|
45838
45853
|
# @return [Fixnum]
|
45839
45854
|
attr_accessor :pool_provisioned_iops
|
45840
45855
|
|
45841
|
-
# Provisioned throughput of the storage pool. Only relevant if the
|
45842
|
-
# type is hyperdisk-balanced or hyperdisk-throughput.
|
45856
|
+
# Provisioned throughput of the storage pool in MiB/s. Only relevant if the
|
45857
|
+
# storage pool type is hyperdisk-balanced or hyperdisk-throughput.
|
45843
45858
|
# Corresponds to the JSON property `poolProvisionedThroughput`
|
45844
45859
|
# @return [Fixnum]
|
45845
45860
|
attr_accessor :pool_provisioned_throughput
|
@@ -46397,7 +46412,7 @@ module Google
|
|
46397
46412
|
# @return [String]
|
46398
46413
|
attr_accessor :last_resize_timestamp
|
46399
46414
|
|
46400
|
-
# [Output Only] Maximum allowed aggregate disk size in
|
46415
|
+
# [Output Only] Maximum allowed aggregate disk size in GiB.
|
46401
46416
|
# Corresponds to the JSON property `maxTotalProvisionedDiskCapacityGb`
|
46402
46417
|
# @return [Fixnum]
|
46403
46418
|
attr_accessor :max_total_provisioned_disk_capacity_gb
|
@@ -46416,7 +46431,7 @@ module Google
|
|
46416
46431
|
# @return [Fixnum]
|
46417
46432
|
attr_accessor :pool_used_iops
|
46418
46433
|
|
46419
|
-
# [Output Only] Sum of all the disks' provisioned throughput in
|
46434
|
+
# [Output Only] Sum of all the disks' provisioned throughput in MiB/s.
|
46420
46435
|
# Corresponds to the JSON property `poolUsedThroughput`
|
46421
46436
|
# @return [Fixnum]
|
46422
46437
|
attr_accessor :pool_used_throughput
|
@@ -46426,8 +46441,8 @@ module Google
|
|
46426
46441
|
# @return [Fixnum]
|
46427
46442
|
attr_accessor :pool_user_written_bytes
|
46428
46443
|
|
46429
|
-
# [Output Only] Sum of all the
|
46430
|
-
# pool. A disk's provisioned capacity is the same as its total capacity.
|
46444
|
+
# [Output Only] Sum of all the disks' provisioned capacity (in GiB) in this
|
46445
|
+
# storage pool. A disk's provisioned capacity is the same as its total capacity.
|
46431
46446
|
# Corresponds to the JSON property `totalProvisionedDiskCapacityGb`
|
46432
46447
|
# @return [Fixnum]
|
46433
46448
|
attr_accessor :total_provisioned_disk_capacity_gb
|
@@ -46437,9 +46452,9 @@ module Google
|
|
46437
46452
|
# @return [Fixnum]
|
46438
46453
|
attr_accessor :total_provisioned_disk_iops
|
46439
46454
|
|
46440
|
-
# [Output Only] Sum of all the disks' provisioned throughput in
|
46441
|
-
# amount that is allowed per disk that is not counted towards pool's
|
46442
|
-
# capacity.
|
46455
|
+
# [Output Only] Sum of all the disks' provisioned throughput in MiB/s, minus
|
46456
|
+
# some amount that is allowed per disk that is not counted towards pool's
|
46457
|
+
# throughput capacity.
|
46443
46458
|
# Corresponds to the JSON property `totalProvisionedDiskThroughput`
|
46444
46459
|
# @return [Fixnum]
|
46445
46460
|
attr_accessor :total_provisioned_disk_throughput
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.126.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250728"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -17726,6 +17726,7 @@ module Google
|
|
17726
17726
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
17727
17727
|
property :id, :numeric_string => true, as: 'id'
|
17728
17728
|
property :kind, as: 'kind'
|
17729
|
+
hash :metadata, as: 'metadata'
|
17729
17730
|
property :name, as: 'name'
|
17730
17731
|
collection :nat_subnets, as: 'natSubnets'
|
17731
17732
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
@@ -7377,9 +7377,9 @@ module Google
|
|
7377
7377
|
# Retrieves the specified Operations resource. Gets a list of operations by
|
7378
7378
|
# making a `list()` request.
|
7379
7379
|
# @param [String] operation
|
7380
|
-
# Name of the Operations resource to return
|
7380
|
+
# Name of the Operations resource to return. Parent is derived from this field.
|
7381
7381
|
# @param [String] parent_id
|
7382
|
-
# Parent ID for this request.
|
7382
|
+
# Parent ID for this request. Not used. Parent is derived from resource_id.
|
7383
7383
|
# @param [String] fields
|
7384
7384
|
# Selector specifying which fields to include in a partial response.
|
7385
7385
|
# @param [String] quota_user
|
@@ -42425,6 +42425,10 @@ module Google
|
|
42425
42425
|
# failure. The default value is false. For example, when partial success
|
42426
42426
|
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
42427
42427
|
# resources in the zone or no resources, with an error code.
|
42428
|
+
# @param [String] service_project
|
42429
|
+
# The project id or project number in which the subnetwork is intended to be
|
42430
|
+
# used. Only applied for Shared VPC. See [Shared VPC documentation](https://
|
42431
|
+
# cloud.google.com/vpc/docs/shared-vpc/)
|
42428
42432
|
# @param [String] fields
|
42429
42433
|
# Selector specifying which fields to include in a partial response.
|
42430
42434
|
# @param [String] quota_user
|
@@ -42444,7 +42448,7 @@ module Google
|
|
42444
42448
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
42445
42449
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
42446
42450
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
42447
|
-
def list_subnetwork_usable(project, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
42451
|
+
def list_subnetwork_usable(project, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, service_project: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
42448
42452
|
command = make_simple_command(:get, 'projects/{project}/aggregated/subnetworks/listUsable', options)
|
42449
42453
|
command.response_representation = Google::Apis::ComputeV1::UsableSubnetworksAggregatedList::Representation
|
42450
42454
|
command.response_class = Google::Apis::ComputeV1::UsableSubnetworksAggregatedList
|
@@ -42454,6 +42458,7 @@ module Google
|
|
42454
42458
|
command.query['orderBy'] = order_by unless order_by.nil?
|
42455
42459
|
command.query['pageToken'] = page_token unless page_token.nil?
|
42456
42460
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
42461
|
+
command.query['serviceProject'] = service_project unless service_project.nil?
|
42457
42462
|
command.query['fields'] = fields unless fields.nil?
|
42458
42463
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
42459
42464
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.126.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.126.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|