google-apis-compute_v1 0.5.0 → 0.6.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: df6cddc93bf57181f486e4a18c1878468ab96053baa40e571cad068ec0d704d9
4
- data.tar.gz: 678318b3d1bda8b680b86238024e625e64347427f049fc7c0ea3906213182880
3
+ metadata.gz: 7c8803e03eb6fe8e78fc17bcf462b0c7b2fe9d63fc113426383be1035ef42989
4
+ data.tar.gz: 2faad6d913bb2f418304d67a89dd36e327d688519e0dbb6dbe05b8242e8833f4
5
5
  SHA512:
6
- metadata.gz: 778286e98e9ed410703f88b065aca608de8b8850c988cd2b61d07df8a48b0c061237586aa37c0786fd8172d8f369ac9ab2af73dcf2a3808c3d961195cea732d9
7
- data.tar.gz: 3b4f45615d61cd12d4a97afbe65a5248b7fbf18c8b8c7c0c10b2543fc09750f9fc6d47a682ce1c0445c83d5264bc48b03c2a0636c4c9a37a9c57df817c7ca9e0
6
+ metadata.gz: a20aaca7e41285d877cbb94465dcafc27106e1b86be50e0ca1475f4ba383d458417c44dfbf5fdf6c17e8066cf6d5e518f4faa91e05942851af034de5f9feb6b8
7
+ data.tar.gz: 57e5f28ca15026042af873a95ae12f09a6d5aabc7438cf2f42f05951a0080fe384fadbe1f06d1b4fb917b29e18a263770484c6ba9b64d01fb6defe4678993e3a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.6.0 (2021-03-10)
4
+
5
+ * Regenerated from discovery document revision 20210301
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.5.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -617,7 +617,7 @@ module Google
617
617
  # @return [String]
618
618
  attr_accessor :network_tier
619
619
 
620
- # The prefix length if the resource reprensents an IP range.
620
+ # The prefix length if the resource represents an IP range.
621
621
  # Corresponds to the JSON property `prefixLength`
622
622
  # @return [Fixnum]
623
623
  attr_accessor :prefix_length
@@ -630,7 +630,7 @@ module Google
630
630
  # - `NAT_AUTO` for addresses that are external IP addresses automatically
631
631
  # reserved for Cloud NAT.
632
632
  # - `IPSEC_INTERCONNECT` for addresses created from a private IP range that are
633
- # reserved for a VLAN attachment in an IPsec encrypted Interconnect
633
+ # reserved for a VLAN attachment in an IPsec-encrypted Cloud Interconnect
634
634
  # configuration. These addresses are regional resources.
635
635
  # Corresponds to the JSON property `purpose`
636
636
  # @return [String]
@@ -7585,6 +7585,8 @@ module Google
7585
7585
  # ip_address_specifications).
7586
7586
  # Must be set to `0.0.0.0` when the target is targetGrpcProxy that has
7587
7587
  # validateForProxyless field set to true.
7588
+ # For Private Service Connect forwarding rules that forward traffic to Google
7589
+ # APIs, IP address must be provided.
7588
7590
  # Corresponds to the JSON property `IPAddress`
7589
7591
  # @return [String]
7590
7592
  attr_accessor :ip_address
@@ -7757,6 +7759,8 @@ module Google
7757
7759
  # For Internal TCP/UDP Load Balancing, this field identifies the network that
7758
7760
  # the load balanced IP should belong to for this Forwarding Rule. If this field
7759
7761
  # is not specified, the default network will be used.
7762
+ # For Private Service Connect forwarding rules that forward traffic to Google
7763
+ # APIs, a network must be provided.
7760
7764
  # Corresponds to the JSON property `network`
7761
7765
  # @return [String]
7762
7766
  attr_accessor :network
@@ -7861,12 +7865,7 @@ module Google
7861
7865
  # @return [String]
7862
7866
  attr_accessor :subnetwork
7863
7867
 
7864
- # The URL of the target resource to receive the matched traffic. For regional
7865
- # forwarding rules, this target must be in the same region as the forwarding
7866
- # rule. For global forwarding rules, this target must be a global load balancing
7867
- # resource. The forwarded traffic must be of a type appropriate to the target
7868
- # object. For more information, see the "Target" column in [Port specifications](
7869
- # /load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
7868
+ #
7870
7869
  # Corresponds to the JSON property `target`
7871
7870
  # @return [String]
7872
7871
  attr_accessor :target
@@ -11613,6 +11612,11 @@ module Google
11613
11612
  # @return [Array<Google::Apis::ComputeV1::NetworkInterface>]
11614
11613
  attr_accessor :network_interfaces
11615
11614
 
11615
+ # PostKeyRevocationActionType of the instance.
11616
+ # Corresponds to the JSON property `postKeyRevocationActionType`
11617
+ # @return [String]
11618
+ attr_accessor :post_key_revocation_action_type
11619
+
11616
11620
  # The private IPv6 google access type for the VM. If not specified, use
11617
11621
  # INHERIT_FROM_SUBNETWORK as default.
11618
11622
  # Corresponds to the JSON property `privateIpv6GoogleAccess`
@@ -11727,6 +11731,7 @@ module Google
11727
11731
  @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
11728
11732
  @name = args[:name] if args.key?(:name)
11729
11733
  @network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
11734
+ @post_key_revocation_action_type = args[:post_key_revocation_action_type] if args.key?(:post_key_revocation_action_type)
11730
11735
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
11731
11736
  @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
11732
11737
  @resource_policies = args[:resource_policies] if args.key?(:resource_policies)
@@ -14239,6 +14244,11 @@ module Google
14239
14244
  # @return [Array<Google::Apis::ComputeV1::NetworkInterface>]
14240
14245
  attr_accessor :network_interfaces
14241
14246
 
14247
+ # PostKeyRevocationActionType of the instance.
14248
+ # Corresponds to the JSON property `postKeyRevocationActionType`
14249
+ # @return [String]
14250
+ attr_accessor :post_key_revocation_action_type
14251
+
14242
14252
  # The private IPv6 google access type for VMs. If not specified, use
14243
14253
  # INHERIT_FROM_SUBNETWORK as default.
14244
14254
  # Corresponds to the JSON property `privateIpv6GoogleAccess`
@@ -14296,6 +14306,7 @@ module Google
14296
14306
  @metadata = args[:metadata] if args.key?(:metadata)
14297
14307
  @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
14298
14308
  @network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
14309
+ @post_key_revocation_action_type = args[:post_key_revocation_action_type] if args.key?(:post_key_revocation_action_type)
14299
14310
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
14300
14311
  @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
14301
14312
  @resource_policies = args[:resource_policies] if args.key?(:resource_policies)
@@ -18931,8 +18942,9 @@ module Google
18931
18942
 
18932
18943
  # Fingerprint hash of contents stored in this network interface. This field will
18933
18944
  # be ignored when inserting an Instance or adding a NetworkInterface. An up-to-
18934
- # date fingerprint must be provided in order to update the NetworkInterface,
18935
- # otherwise the request will fail with error 412 conditionNotMet.
18945
+ # date fingerprint must be provided in order to update the NetworkInterface. The
18946
+ # request will fail with error 400 Bad Request if the fingerprint is not
18947
+ # provided, or 412 Precondition Failed if the fingerprint is out of date.
18936
18948
  # Corresponds to the JSON property `fingerprint`
18937
18949
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
18938
18950
  # @return [String]
@@ -31400,6 +31412,17 @@ module Google
31400
31412
  # @return [String]
31401
31413
  attr_accessor :description
31402
31414
 
31415
+ # Fingerprint of this resource. A hash of the contents stored in this object.
31416
+ # This field is used in optimistic locking. This field will be ignored when
31417
+ # inserting a TargetHttpsProxy. An up-to-date fingerprint must be provided in
31418
+ # order to patch the TargetHttpsProxy; otherwise, the request will fail with
31419
+ # error 412 conditionNotMet. To see the latest fingerprint, make a get() request
31420
+ # to retrieve the TargetHttpsProxy.
31421
+ # Corresponds to the JSON property `fingerprint`
31422
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
31423
+ # @return [String]
31424
+ attr_accessor :fingerprint
31425
+
31403
31426
  # [Output Only] The unique identifier for the resource. This identifier is
31404
31427
  # defined by the server.
31405
31428
  # Corresponds to the JSON property `id`
@@ -31502,6 +31525,7 @@ module Google
31502
31525
  @authorization_policy = args[:authorization_policy] if args.key?(:authorization_policy)
31503
31526
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
31504
31527
  @description = args[:description] if args.key?(:description)
31528
+ @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
31505
31529
  @id = args[:id] if args.key?(:id)
31506
31530
  @kind = args[:kind] if args.key?(:kind)
31507
31531
  @name = args[:name] if args.key?(:name)
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210209"
25
+ REVISION = "20210301"
26
26
  end
27
27
  end
28
28
  end
@@ -7563,6 +7563,7 @@ module Google
7563
7563
  property :name, as: 'name'
7564
7564
  collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
7565
7565
 
7566
+ property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
7566
7567
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
7567
7568
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
7568
7569
 
@@ -8252,6 +8253,7 @@ module Google
8252
8253
  property :min_cpu_platform, as: 'minCpuPlatform'
8253
8254
  collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
8254
8255
 
8256
+ property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
8255
8257
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
8256
8258
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
8257
8259
 
@@ -12615,6 +12617,7 @@ module Google
12615
12617
  property :authorization_policy, as: 'authorizationPolicy'
12616
12618
  property :creation_timestamp, as: 'creationTimestamp'
12617
12619
  property :description, as: 'description'
12620
+ property :fingerprint, :base64 => true, as: 'fingerprint'
12618
12621
  property :id, :numeric_string => true, as: 'id'
12619
12622
  property :kind, as: 'kind'
12620
12623
  property :name, as: 'name'
@@ -1884,7 +1884,8 @@ module Google
1884
1884
  execute_or_queue_command(command, &block)
1885
1885
  end
1886
1886
 
1887
- # Sets the security policy for the specified backend service.
1887
+ # Sets the Google Cloud Armor security policy for the specified backend service.
1888
+ # For more information, see Google Cloud Armor Overview
1888
1889
  # @param [String] project
1889
1890
  # Project ID for this request.
1890
1891
  # @param [String] backend_service
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.5.0
4
+ version: 0.6.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_v1
57
57
  post_install_message:
58
58
  rdoc_options: []