google-apis-compute_v1 0.21.0 → 0.22.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76dee39e1c29e115778ee793ac35179262efea5c00db0403805f0a193b6b6fec
|
4
|
+
data.tar.gz: 81808d77e8e0f0c4e647b69712314292bf65e18dbd60a16e91b2cb4fd16d54a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ef0ee82d6512193bff0e9ce669043b2cf08e43b1511f7730e9aca904fdafac32df266b4761d5e2a7cc90b271578d5e9b643fd80e4d6dc60592c54cf7f79e978
|
7
|
+
data.tar.gz: 9494fcfb9e3b54614eb1466697852c62c81759f0fabc76edf185a9980793f9c8039a64e47c9b70b292ad7dba007288853363192db4773bfeb58d372acd06e888
|
data/CHANGELOG.md
CHANGED
@@ -464,15 +464,15 @@ module Google
|
|
464
464
|
class AccessConfig
|
465
465
|
include Google::Apis::Core::Hashable
|
466
466
|
|
467
|
-
#
|
468
|
-
#
|
467
|
+
# The first IPv6 address of the external IPv6 range associated with this
|
468
|
+
# instance, prefix length is stored in externalIpv6PrefixLength in
|
469
469
|
# ipv6AccessConfig. The field is output only, an IPv6 address from a subnetwork
|
470
470
|
# associated with the instance will be allocated dynamically.
|
471
471
|
# Corresponds to the JSON property `externalIpv6`
|
472
472
|
# @return [String]
|
473
473
|
attr_accessor :external_ipv6
|
474
474
|
|
475
|
-
#
|
475
|
+
# The prefix length of the external IPv6 range.
|
476
476
|
# Corresponds to the JSON property `externalIpv6PrefixLength`
|
477
477
|
# @return [Fixnum]
|
478
478
|
attr_accessor :external_ipv6_prefix_length
|
@@ -1399,6 +1399,11 @@ module Google
|
|
1399
1399
|
# @return [Hash<String,String>]
|
1400
1400
|
attr_accessor :labels
|
1401
1401
|
|
1402
|
+
# A list of publicly visible licenses. Reserved for Google's use.
|
1403
|
+
# Corresponds to the JSON property `licenses`
|
1404
|
+
# @return [Array<String>]
|
1405
|
+
attr_accessor :licenses
|
1406
|
+
|
1402
1407
|
# Specifies which action to take on instance update with this disk. Default is
|
1403
1408
|
# to use the existing disk.
|
1404
1409
|
# Corresponds to the JSON property `onUpdateAction`
|
@@ -1471,6 +1476,7 @@ module Google
|
|
1471
1476
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
1472
1477
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
1473
1478
|
@labels = args[:labels] if args.key?(:labels)
|
1479
|
+
@licenses = args[:licenses] if args.key?(:licenses)
|
1474
1480
|
@on_update_action = args[:on_update_action] if args.key?(:on_update_action)
|
1475
1481
|
@provisioned_iops = args[:provisioned_iops] if args.key?(:provisioned_iops)
|
1476
1482
|
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
|
@@ -14926,7 +14932,7 @@ module Google
|
|
14926
14932
|
# @return [Google::Apis::ComputeV1::ReservationAffinity]
|
14927
14933
|
attr_accessor :reservation_affinity
|
14928
14934
|
|
14929
|
-
# Resource policies (names, not
|
14935
|
+
# Resource policies (names, not URLs) applied to instances created from these
|
14930
14936
|
# properties. Note that for MachineImage, this is not supported yet.
|
14931
14937
|
# Corresponds to the JSON property `resourcePolicies`
|
14932
14938
|
# @return [Array<String>]
|
@@ -15818,6 +15824,17 @@ module Google
|
|
15818
15824
|
# @return [String]
|
15819
15825
|
attr_accessor :bandwidth
|
15820
15826
|
|
15827
|
+
# Up to 16 candidate prefixes that control the allocation of
|
15828
|
+
# cloudRouterIpv6Address and customerRouterIpv6Address for this attachment. Each
|
15829
|
+
# prefix must be in the Global Unique Address (GUA) space. It is highly
|
15830
|
+
# recommended that it be in a range owned by the requestor. A GUA in a range
|
15831
|
+
# owned by Google will cause the request to fail. Google will select an
|
15832
|
+
# available prefix from the supplied candidates or fail the request. If not
|
15833
|
+
# supplied, a /125 from a Google-owned GUA block will be selected.
|
15834
|
+
# Corresponds to the JSON property `candidateIpv6Subnets`
|
15835
|
+
# @return [Array<String>]
|
15836
|
+
attr_accessor :candidate_ipv6_subnets
|
15837
|
+
|
15821
15838
|
# Up to 16 candidate prefixes that can be used to restrict the allocation of
|
15822
15839
|
# cloudRouterIpAddress and customerRouterIpAddress for this attachment. All
|
15823
15840
|
# prefixes must be within link-local address space (169.254.0.0/16) and must be /
|
@@ -15835,6 +15852,20 @@ module Google
|
|
15835
15852
|
# @return [String]
|
15836
15853
|
attr_accessor :cloud_router_ip_address
|
15837
15854
|
|
15855
|
+
# [Output Only] IPv6 address + prefix length to be configured on Cloud Router
|
15856
|
+
# Interface for this interconnect attachment.
|
15857
|
+
# Corresponds to the JSON property `cloudRouterIpv6Address`
|
15858
|
+
# @return [String]
|
15859
|
+
attr_accessor :cloud_router_ipv6_address
|
15860
|
+
|
15861
|
+
# If supplied, the interface id (index within the subnet) to be used for the
|
15862
|
+
# cloud router address. The id must be in the range of 1 to 6. If a subnet mask
|
15863
|
+
# is supplied, it must be /125, and the subnet should either be 0 or match the
|
15864
|
+
# selected subnet.
|
15865
|
+
# Corresponds to the JSON property `cloudRouterIpv6InterfaceId`
|
15866
|
+
# @return [String]
|
15867
|
+
attr_accessor :cloud_router_ipv6_interface_id
|
15868
|
+
|
15838
15869
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
15839
15870
|
# Corresponds to the JSON property `creationTimestamp`
|
15840
15871
|
# @return [String]
|
@@ -15846,6 +15877,20 @@ module Google
|
|
15846
15877
|
# @return [String]
|
15847
15878
|
attr_accessor :customer_router_ip_address
|
15848
15879
|
|
15880
|
+
# [Output Only] IPv6 address + prefix length to be configured on the customer
|
15881
|
+
# router subinterface for this interconnect attachment.
|
15882
|
+
# Corresponds to the JSON property `customerRouterIpv6Address`
|
15883
|
+
# @return [String]
|
15884
|
+
attr_accessor :customer_router_ipv6_address
|
15885
|
+
|
15886
|
+
# If supplied, the interface id (index within the subnet) to be used for the
|
15887
|
+
# customer router address. The id must be in the range of 1 to 6. If a subnet
|
15888
|
+
# mask is supplied, it must be /125, and the subnet should either be 0 or match
|
15889
|
+
# the selected subnet.
|
15890
|
+
# Corresponds to the JSON property `customerRouterIpv6InterfaceId`
|
15891
|
+
# @return [String]
|
15892
|
+
attr_accessor :customer_router_ipv6_interface_id
|
15893
|
+
|
15849
15894
|
# [Output only for types PARTNER and DEDICATED. Not present for PARTNER_PROVIDER.
|
15850
15895
|
# ] Dataplane version for this InterconnectAttachment. This field is only
|
15851
15896
|
# present for Dataplane version 2 and higher. Absence of this field in the API
|
@@ -16008,6 +16053,14 @@ module Google
|
|
16008
16053
|
# @return [String]
|
16009
16054
|
attr_accessor :self_link
|
16010
16055
|
|
16056
|
+
# The stack type for this interconnect attachment to identify whether the IPv6
|
16057
|
+
# feature is enabled or not. If not specified, IPV4_ONLY will be used. This
|
16058
|
+
# field can be both set at interconnect attachments creation and update
|
16059
|
+
# interconnect attachment operations.
|
16060
|
+
# Corresponds to the JSON property `stackType`
|
16061
|
+
# @return [String]
|
16062
|
+
attr_accessor :stack_type
|
16063
|
+
|
16011
16064
|
# [Output Only] The current state of this attachment's functionality. Enum
|
16012
16065
|
# values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and
|
16013
16066
|
# PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER,
|
@@ -16050,10 +16103,15 @@ module Google
|
|
16050
16103
|
def update!(**args)
|
16051
16104
|
@admin_enabled = args[:admin_enabled] if args.key?(:admin_enabled)
|
16052
16105
|
@bandwidth = args[:bandwidth] if args.key?(:bandwidth)
|
16106
|
+
@candidate_ipv6_subnets = args[:candidate_ipv6_subnets] if args.key?(:candidate_ipv6_subnets)
|
16053
16107
|
@candidate_subnets = args[:candidate_subnets] if args.key?(:candidate_subnets)
|
16054
16108
|
@cloud_router_ip_address = args[:cloud_router_ip_address] if args.key?(:cloud_router_ip_address)
|
16109
|
+
@cloud_router_ipv6_address = args[:cloud_router_ipv6_address] if args.key?(:cloud_router_ipv6_address)
|
16110
|
+
@cloud_router_ipv6_interface_id = args[:cloud_router_ipv6_interface_id] if args.key?(:cloud_router_ipv6_interface_id)
|
16055
16111
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
16056
16112
|
@customer_router_ip_address = args[:customer_router_ip_address] if args.key?(:customer_router_ip_address)
|
16113
|
+
@customer_router_ipv6_address = args[:customer_router_ipv6_address] if args.key?(:customer_router_ipv6_address)
|
16114
|
+
@customer_router_ipv6_interface_id = args[:customer_router_ipv6_interface_id] if args.key?(:customer_router_ipv6_interface_id)
|
16057
16115
|
@dataplane_version = args[:dataplane_version] if args.key?(:dataplane_version)
|
16058
16116
|
@description = args[:description] if args.key?(:description)
|
16059
16117
|
@edge_availability_domain = args[:edge_availability_domain] if args.key?(:edge_availability_domain)
|
@@ -16074,6 +16132,7 @@ module Google
|
|
16074
16132
|
@router = args[:router] if args.key?(:router)
|
16075
16133
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
16076
16134
|
@self_link = args[:self_link] if args.key?(:self_link)
|
16135
|
+
@stack_type = args[:stack_type] if args.key?(:stack_type)
|
16077
16136
|
@state = args[:state] if args.key?(:state)
|
16078
16137
|
@type = args[:type] if args.key?(:type)
|
16079
16138
|
@vlan_tag8021q = args[:vlan_tag8021q] if args.key?(:vlan_tag8021q)
|
@@ -19129,6 +19188,12 @@ module Google
|
|
19129
19188
|
# @return [String]
|
19130
19189
|
attr_accessor :network_endpoint_type
|
19131
19190
|
|
19191
|
+
# The target service url used to set up private service connection to a Google
|
19192
|
+
# API. An example value is: "asia-northeast3-cloudkms.googleapis.com"
|
19193
|
+
# Corresponds to the JSON property `pscTargetService`
|
19194
|
+
# @return [String]
|
19195
|
+
attr_accessor :psc_target_service
|
19196
|
+
|
19132
19197
|
# [Output Only] The URL of the region where the network endpoint group is
|
19133
19198
|
# located.
|
19134
19199
|
# Corresponds to the JSON property `region`
|
@@ -19174,6 +19239,7 @@ module Google
|
|
19174
19239
|
@name = args[:name] if args.key?(:name)
|
19175
19240
|
@network = args[:network] if args.key?(:network)
|
19176
19241
|
@network_endpoint_type = args[:network_endpoint_type] if args.key?(:network_endpoint_type)
|
19242
|
+
@psc_target_service = args[:psc_target_service] if args.key?(:psc_target_service)
|
19177
19243
|
@region = args[:region] if args.key?(:region)
|
19178
19244
|
@self_link = args[:self_link] if args.key?(:self_link)
|
19179
19245
|
@size = args[:size] if args.key?(:size)
|
@@ -19874,7 +19940,7 @@ module Google
|
|
19874
19940
|
# @return [String]
|
19875
19941
|
attr_accessor :ipv6_access_type
|
19876
19942
|
|
19877
|
-
#
|
19943
|
+
# An IPv6 internal network address for this network interface.
|
19878
19944
|
# Corresponds to the JSON property `ipv6Address`
|
19879
19945
|
# @return [String]
|
19880
19946
|
attr_accessor :ipv6_address
|
@@ -31203,6 +31269,13 @@ module Google
|
|
31203
31269
|
# @return [String]
|
31204
31270
|
attr_accessor :description
|
31205
31271
|
|
31272
|
+
# If specified, the domain name will be used during the integration between the
|
31273
|
+
# PSC connected endpoints and the Cloud DNS. For example, this is a valid domain
|
31274
|
+
# name: "p.mycompany.com.". Current max number of domain names supported is 1.
|
31275
|
+
# Corresponds to the JSON property `domainNames`
|
31276
|
+
# @return [Array<String>]
|
31277
|
+
attr_accessor :domain_names
|
31278
|
+
|
31206
31279
|
# If true, enable the proxy protocol which is for supplying client TCP/IP
|
31207
31280
|
# address data in TCP connections that traverse proxies on their way to
|
31208
31281
|
# destination servers.
|
@@ -31291,6 +31364,7 @@ module Google
|
|
31291
31364
|
@consumer_reject_lists = args[:consumer_reject_lists] if args.key?(:consumer_reject_lists)
|
31292
31365
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
31293
31366
|
@description = args[:description] if args.key?(:description)
|
31367
|
+
@domain_names = args[:domain_names] if args.key?(:domain_names)
|
31294
31368
|
@enable_proxy_protocol = args[:enable_proxy_protocol] if args.key?(:enable_proxy_protocol)
|
31295
31369
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
31296
31370
|
@id = args[:id] if args.key?(:id)
|
@@ -33350,7 +33424,7 @@ module Google
|
|
33350
33424
|
attr_accessor :ipv6_access_type
|
33351
33425
|
|
33352
33426
|
# [Output Only] The range of internal IPv6 addresses that are owned by this
|
33353
|
-
# subnetwork.
|
33427
|
+
# subnetwork. Note this will be for private google access only eventually.
|
33354
33428
|
# Corresponds to the JSON property `ipv6CidrRange`
|
33355
33429
|
# @return [String]
|
33356
33430
|
attr_accessor :ipv6_cidr_range
|
@@ -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.22.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 = "
|
25
|
+
REVISION = "20211208"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5678,6 +5678,7 @@ module Google
|
|
5678
5678
|
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
5679
5679
|
property :disk_type, as: 'diskType'
|
5680
5680
|
hash :labels, as: 'labels'
|
5681
|
+
collection :licenses, as: 'licenses'
|
5681
5682
|
property :on_update_action, as: 'onUpdateAction'
|
5682
5683
|
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
5683
5684
|
collection :resource_policies, as: 'resourcePolicies'
|
@@ -9066,10 +9067,15 @@ module Google
|
|
9066
9067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9067
9068
|
property :admin_enabled, as: 'adminEnabled'
|
9068
9069
|
property :bandwidth, as: 'bandwidth'
|
9070
|
+
collection :candidate_ipv6_subnets, as: 'candidateIpv6Subnets'
|
9069
9071
|
collection :candidate_subnets, as: 'candidateSubnets'
|
9070
9072
|
property :cloud_router_ip_address, as: 'cloudRouterIpAddress'
|
9073
|
+
property :cloud_router_ipv6_address, as: 'cloudRouterIpv6Address'
|
9074
|
+
property :cloud_router_ipv6_interface_id, as: 'cloudRouterIpv6InterfaceId'
|
9071
9075
|
property :creation_timestamp, as: 'creationTimestamp'
|
9072
9076
|
property :customer_router_ip_address, as: 'customerRouterIpAddress'
|
9077
|
+
property :customer_router_ipv6_address, as: 'customerRouterIpv6Address'
|
9078
|
+
property :customer_router_ipv6_interface_id, as: 'customerRouterIpv6InterfaceId'
|
9073
9079
|
property :dataplane_version, as: 'dataplaneVersion'
|
9074
9080
|
property :description, as: 'description'
|
9075
9081
|
property :edge_availability_domain, as: 'edgeAvailabilityDomain'
|
@@ -9092,6 +9098,7 @@ module Google
|
|
9092
9098
|
property :router, as: 'router'
|
9093
9099
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
9094
9100
|
property :self_link, as: 'selfLink'
|
9101
|
+
property :stack_type, as: 'stackType'
|
9095
9102
|
property :state, as: 'state'
|
9096
9103
|
property :type, as: 'type'
|
9097
9104
|
property :vlan_tag8021q, as: 'vlanTag8021q'
|
@@ -9892,6 +9899,7 @@ module Google
|
|
9892
9899
|
property :name, as: 'name'
|
9893
9900
|
property :network, as: 'network'
|
9894
9901
|
property :network_endpoint_type, as: 'networkEndpointType'
|
9902
|
+
property :psc_target_service, as: 'pscTargetService'
|
9895
9903
|
property :region, as: 'region'
|
9896
9904
|
property :self_link, as: 'selfLink'
|
9897
9905
|
property :size, as: 'size'
|
@@ -12984,6 +12992,7 @@ module Google
|
|
12984
12992
|
collection :consumer_reject_lists, as: 'consumerRejectLists'
|
12985
12993
|
property :creation_timestamp, as: 'creationTimestamp'
|
12986
12994
|
property :description, as: 'description'
|
12995
|
+
collection :domain_names, as: 'domainNames'
|
12987
12996
|
property :enable_proxy_protocol, as: 'enableProxyProtocol'
|
12988
12997
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
12989
12998
|
property :id, :numeric_string => true, as: 'id'
|
@@ -2434,7 +2434,10 @@ module Google
|
|
2434
2434
|
execute_or_queue_command(command, &block)
|
2435
2435
|
end
|
2436
2436
|
|
2437
|
-
# Creates a snapshot of a specified persistent disk.
|
2437
|
+
# Creates a snapshot of a specified persistent disk. For regular snapshot
|
2438
|
+
# creation, consider using snapshots.insert instead, as that method supports
|
2439
|
+
# more features, such as creating snapshots in a project different from the
|
2440
|
+
# source disk project.
|
2438
2441
|
# @param [String] project
|
2439
2442
|
# Project ID for this request.
|
2440
2443
|
# @param [String] zone
|
@@ -6280,8 +6283,7 @@ module Google
|
|
6280
6283
|
# operation with the same request ID was received, and if so, will ignore the
|
6281
6284
|
# second request. This prevents clients from accidentally creating duplicate
|
6282
6285
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
6283
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
6284
|
-
# MixerMutationRequestBuilder
|
6286
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
6285
6287
|
# @param [String] fields
|
6286
6288
|
# Selector specifying which fields to include in a partial response.
|
6287
6289
|
# @param [String] quota_user
|
@@ -6364,8 +6366,7 @@ module Google
|
|
6364
6366
|
# operation with the same request ID was received, and if so, will ignore the
|
6365
6367
|
# second request. This prevents clients from accidentally creating duplicate
|
6366
6368
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
6367
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
6368
|
-
# MixerMutationRequestBuilder
|
6369
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
6369
6370
|
# @param [String] fields
|
6370
6371
|
# Selector specifying which fields to include in a partial response.
|
6371
6372
|
# @param [String] quota_user
|
@@ -6493,8 +6494,7 @@ module Google
|
|
6493
6494
|
# operation with the same request ID was received, and if so, will ignore the
|
6494
6495
|
# second request. This prevents clients from accidentally creating duplicate
|
6495
6496
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
6496
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
6497
|
-
# MixerMutationRequestBuilder
|
6497
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
6498
6498
|
# @param [String] fields
|
6499
6499
|
# Selector specifying which fields to include in a partial response.
|
6500
6500
|
# @param [String] quota_user
|
@@ -17917,8 +17917,7 @@ module Google
|
|
17917
17917
|
# operation with the same request ID was received, and if so, will ignore the
|
17918
17918
|
# second request. This prevents clients from accidentally creating duplicate
|
17919
17919
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
17920
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
17921
|
-
# MixerMutationRequestBuilder
|
17920
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
17922
17921
|
# @param [String] fields
|
17923
17922
|
# Selector specifying which fields to include in a partial response.
|
17924
17923
|
# @param [String] quota_user
|
@@ -18001,8 +18000,7 @@ module Google
|
|
18001
18000
|
# operation with the same request ID was received, and if so, will ignore the
|
18002
18001
|
# second request. This prevents clients from accidentally creating duplicate
|
18003
18002
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
18004
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
18005
|
-
# MixerMutationRequestBuilder
|
18003
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
18006
18004
|
# @param [String] fields
|
18007
18005
|
# Selector specifying which fields to include in a partial response.
|
18008
18006
|
# @param [String] quota_user
|
@@ -18130,8 +18128,7 @@ module Google
|
|
18130
18128
|
# operation with the same request ID was received, and if so, will ignore the
|
18131
18129
|
# second request. This prevents clients from accidentally creating duplicate
|
18132
18130
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
18133
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
18134
|
-
# MixerMutationRequestBuilder
|
18131
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
18135
18132
|
# @param [String] fields
|
18136
18133
|
# Selector specifying which fields to include in a partial response.
|
18137
18134
|
# @param [String] quota_user
|
@@ -18268,8 +18265,7 @@ module Google
|
|
18268
18265
|
# operation with the same request ID was received, and if so, will ignore the
|
18269
18266
|
# second request. This prevents clients from accidentally creating duplicate
|
18270
18267
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
18271
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
18272
|
-
# MixerMutationRequestBuilder
|
18268
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
18273
18269
|
# @param [String] fields
|
18274
18270
|
# Selector specifying which fields to include in a partial response.
|
18275
18271
|
# @param [String] quota_user
|
@@ -18358,8 +18354,7 @@ module Google
|
|
18358
18354
|
# operation with the same request ID was received, and if so, will ignore the
|
18359
18355
|
# second request. This prevents clients from accidentally creating duplicate
|
18360
18356
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
18361
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
18362
|
-
# MixerMutationRequestBuilder
|
18357
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
18363
18358
|
# @param [String] fields
|
18364
18359
|
# Selector specifying which fields to include in a partial response.
|
18365
18360
|
# @param [String] quota_user
|
@@ -18493,8 +18488,7 @@ module Google
|
|
18493
18488
|
# operation with the same request ID was received, and if so, will ignore the
|
18494
18489
|
# second request. This prevents clients from accidentally creating duplicate
|
18495
18490
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
18496
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
18497
|
-
# MixerMutationRequestBuilder
|
18491
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
18498
18492
|
# @param [String] fields
|
18499
18493
|
# Selector specifying which fields to include in a partial response.
|
18500
18494
|
# @param [String] quota_user
|
@@ -19722,7 +19716,10 @@ module Google
|
|
19722
19716
|
execute_or_queue_command(command, &block)
|
19723
19717
|
end
|
19724
19718
|
|
19725
|
-
# Creates a snapshot of
|
19719
|
+
# Creates a snapshot of a specified persistent disk. For regular snapshot
|
19720
|
+
# creation, consider using snapshots.insert instead, as that method supports
|
19721
|
+
# more features, such as creating snapshots in a project different from the
|
19722
|
+
# source disk project.
|
19726
19723
|
# @param [String] project
|
19727
19724
|
# Project ID for this request.
|
19728
19725
|
# @param [String] region
|
@@ -22608,8 +22605,7 @@ module Google
|
|
22608
22605
|
# operation with the same request ID was received, and if so, will ignore the
|
22609
22606
|
# second request. This prevents clients from accidentally creating duplicate
|
22610
22607
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
22611
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
22612
|
-
# MixerMutationRequestBuilder
|
22608
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
22613
22609
|
# @param [String] fields
|
22614
22610
|
# Selector specifying which fields to include in a partial response.
|
22615
22611
|
# @param [String] quota_user
|
@@ -22698,8 +22694,7 @@ module Google
|
|
22698
22694
|
# operation with the same request ID was received, and if so, will ignore the
|
22699
22695
|
# second request. This prevents clients from accidentally creating duplicate
|
22700
22696
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
22701
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
22702
|
-
# MixerMutationRequestBuilder
|
22697
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
22703
22698
|
# @param [String] fields
|
22704
22699
|
# Selector specifying which fields to include in a partial response.
|
22705
22700
|
# @param [String] quota_user
|
@@ -23034,8 +23029,7 @@ module Google
|
|
23034
23029
|
# operation with the same request ID was received, and if so, will ignore the
|
23035
23030
|
# second request. This prevents clients from accidentally creating duplicate
|
23036
23031
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
23037
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23038
|
-
# MixerMutationRequestBuilder
|
23032
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23039
23033
|
# @param [String] fields
|
23040
23034
|
# Selector specifying which fields to include in a partial response.
|
23041
23035
|
# @param [String] quota_user
|
@@ -23125,8 +23119,7 @@ module Google
|
|
23125
23119
|
# operation with the same request ID was received, and if so, will ignore the
|
23126
23120
|
# second request. This prevents clients from accidentally creating duplicate
|
23127
23121
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
23128
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23129
|
-
# MixerMutationRequestBuilder
|
23122
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23130
23123
|
# @param [String] fields
|
23131
23124
|
# Selector specifying which fields to include in a partial response.
|
23132
23125
|
# @param [String] quota_user
|
@@ -23533,8 +23526,7 @@ module Google
|
|
23533
23526
|
# operation with the same request ID was received, and if so, will ignore the
|
23534
23527
|
# second request. This prevents clients from accidentally creating duplicate
|
23535
23528
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
23536
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23537
|
-
# MixerMutationRequestBuilder
|
23529
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23538
23530
|
# @param [String] fields
|
23539
23531
|
# Selector specifying which fields to include in a partial response.
|
23540
23532
|
# @param [String] quota_user
|
@@ -23624,8 +23616,7 @@ module Google
|
|
23624
23616
|
# operation with the same request ID was received, and if so, will ignore the
|
23625
23617
|
# second request. This prevents clients from accidentally creating duplicate
|
23626
23618
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
23627
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23628
|
-
# MixerMutationRequestBuilder
|
23619
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23629
23620
|
# @param [String] fields
|
23630
23621
|
# Selector specifying which fields to include in a partial response.
|
23631
23622
|
# @param [String] quota_user
|
@@ -23758,8 +23749,7 @@ module Google
|
|
23758
23749
|
# operation with the same request ID was received, and if so, will ignore the
|
23759
23750
|
# second request. This prevents clients from accidentally creating duplicate
|
23760
23751
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
23761
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23762
|
-
# MixerMutationRequestBuilder
|
23752
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23763
23753
|
# @param [String] fields
|
23764
23754
|
# Selector specifying which fields to include in a partial response.
|
23765
23755
|
# @param [String] quota_user
|
@@ -23812,8 +23802,7 @@ module Google
|
|
23812
23802
|
# operation with the same request ID was received, and if so, will ignore the
|
23813
23803
|
# second request. This prevents clients from accidentally creating duplicate
|
23814
23804
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
23815
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23816
|
-
# MixerMutationRequestBuilder
|
23805
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
23817
23806
|
# @param [String] fields
|
23818
23807
|
# Selector specifying which fields to include in a partial response.
|
23819
23808
|
# @param [String] quota_user
|
@@ -26687,8 +26676,7 @@ module Google
|
|
26687
26676
|
# operation with the same request ID was received, and if so, will ignore the
|
26688
26677
|
# second request. This prevents clients from accidentally creating duplicate
|
26689
26678
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
26690
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
26691
|
-
# MixerMutationRequestBuilder
|
26679
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
26692
26680
|
# @param [String] fields
|
26693
26681
|
# Selector specifying which fields to include in a partial response.
|
26694
26682
|
# @param [String] quota_user
|
@@ -26820,8 +26808,7 @@ module Google
|
|
26820
26808
|
# operation with the same request ID was received, and if so, will ignore the
|
26821
26809
|
# second request. This prevents clients from accidentally creating duplicate
|
26822
26810
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
26823
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
26824
|
-
# MixerMutationRequestBuilder
|
26811
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
26825
26812
|
# @param [String] fields
|
26826
26813
|
# Selector specifying which fields to include in a partial response.
|
26827
26814
|
# @param [String] quota_user
|
@@ -26956,8 +26943,7 @@ module Google
|
|
26956
26943
|
# operation with the same request ID was received, and if so, will ignore the
|
26957
26944
|
# second request. This prevents clients from accidentally creating duplicate
|
26958
26945
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
26959
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
26960
|
-
# MixerMutationRequestBuilder
|
26946
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
26961
26947
|
# @param [String] fields
|
26962
26948
|
# Selector specifying which fields to include in a partial response.
|
26963
26949
|
# @param [String] quota_user
|
@@ -27207,7 +27193,9 @@ module Google
|
|
27207
27193
|
end
|
27208
27194
|
|
27209
27195
|
# Creates a snapshot in the specified project using the data included in the
|
27210
|
-
# request.
|
27196
|
+
# request. For regular snapshot creation, consider using this method instead of
|
27197
|
+
# disks.createSnapshot, as this method supports more features, such as creating
|
27198
|
+
# snapshots in a project different from the source disk project.
|
27211
27199
|
# @param [String] project
|
27212
27200
|
# Project ID for this request.
|
27213
27201
|
# @param [Google::Apis::ComputeV1::Snapshot] snapshot_object
|
@@ -27551,8 +27539,7 @@ module Google
|
|
27551
27539
|
# operation with the same request ID was received, and if so, will ignore the
|
27552
27540
|
# second request. This prevents clients from accidentally creating duplicate
|
27553
27541
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
27554
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
27555
|
-
# MixerMutationRequestBuilder
|
27542
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
27556
27543
|
# @param [String] fields
|
27557
27544
|
# Selector specifying which fields to include in a partial response.
|
27558
27545
|
# @param [String] quota_user
|
@@ -27636,8 +27623,7 @@ module Google
|
|
27636
27623
|
# operation with the same request ID was received, and if so, will ignore the
|
27637
27624
|
# second request. This prevents clients from accidentally creating duplicate
|
27638
27625
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
27639
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
27640
|
-
# MixerMutationRequestBuilder
|
27626
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
27641
27627
|
# @param [String] fields
|
27642
27628
|
# Selector specifying which fields to include in a partial response.
|
27643
27629
|
# @param [String] quota_user
|
@@ -28786,8 +28772,7 @@ module Google
|
|
28786
28772
|
# operation with the same request ID was received, and if so, will ignore the
|
28787
28773
|
# second request. This prevents clients from accidentally creating duplicate
|
28788
28774
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
28789
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
28790
|
-
# MixerMutationRequestBuilder
|
28775
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
28791
28776
|
# @param [String] fields
|
28792
28777
|
# Selector specifying which fields to include in a partial response.
|
28793
28778
|
# @param [String] quota_user
|
@@ -28870,8 +28855,7 @@ module Google
|
|
28870
28855
|
# operation with the same request ID was received, and if so, will ignore the
|
28871
28856
|
# second request. This prevents clients from accidentally creating duplicate
|
28872
28857
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
28873
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
28874
|
-
# MixerMutationRequestBuilder
|
28858
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
28875
28859
|
# @param [String] fields
|
28876
28860
|
# Selector specifying which fields to include in a partial response.
|
28877
28861
|
# @param [String] quota_user
|
@@ -28999,8 +28983,7 @@ module Google
|
|
28999
28983
|
# operation with the same request ID was received, and if so, will ignore the
|
29000
28984
|
# second request. This prevents clients from accidentally creating duplicate
|
29001
28985
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
29002
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
29003
|
-
# MixerMutationRequestBuilder
|
28986
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
29004
28987
|
# @param [String] fields
|
29005
28988
|
# Selector specifying which fields to include in a partial response.
|
29006
28989
|
# @param [String] quota_user
|
@@ -29348,8 +29331,7 @@ module Google
|
|
29348
29331
|
# operation with the same request ID was received, and if so, will ignore the
|
29349
29332
|
# second request. This prevents clients from accidentally creating duplicate
|
29350
29333
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
29351
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
29352
|
-
# MixerMutationRequestBuilder
|
29334
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
29353
29335
|
# @param [String] fields
|
29354
29336
|
# Selector specifying which fields to include in a partial response.
|
29355
29337
|
# @param [String] quota_user
|
@@ -29747,8 +29729,7 @@ module Google
|
|
29747
29729
|
# operation with the same request ID was received, and if so, will ignore the
|
29748
29730
|
# second request. This prevents clients from accidentally creating duplicate
|
29749
29731
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
29750
|
-
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
29751
|
-
# MixerMutationRequestBuilder
|
29732
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
29752
29733
|
# @param [String] fields
|
29753
29734
|
# Selector specifying which fields to include in a partial response.
|
29754
29735
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.22.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-12-
|
11
|
+
date: 2021-12-13 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.22.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|