google-apis-compute_v1 0.56.0 → 0.57.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: 350c67a3bf7d4c5e13faa3273d4a91f4ecb91bb66d7b38d9c0f6d4e273cb49d7
4
- data.tar.gz: 101f27b56c8ee497970f42b392c80dfec25ca95c842f37c969ddcd15b15396eb
3
+ metadata.gz: e52dd904f4738381453f888fc93f8d3ceec0d9a3b74a1ffe25876537b0315fbd
4
+ data.tar.gz: 2189f0d2154db8a7de1c195251b88153a96d70eb916ec197516fca7e0b495020
5
5
  SHA512:
6
- metadata.gz: b2901a2cb9c5635720458f059c4c1263bd76146281e0d716f0ac76a0989b209dc774c19dadf46358bd81bb81049198aab635c94d82899907ce91d0e373d3705e
7
- data.tar.gz: 95b1df5cef5673b71d4086b6d0635627b9c8c20c4617d16e682303626628b004563bb7866d6b33d6a65a4148b0064e1da4e09bbefe659fdde9a42d9a04d2f66a
6
+ metadata.gz: b15404aba22ee9a361d29921a27cf875174c10abd4dc7672173798e2c7cab7f2c8930ae5745ec7a69fc9e2eb6da1ef29bc53d0abb7c9a1fcc58bc746172afb15
7
+ data.tar.gz: 51b9cb86456da66ecc945bd6d106d90dd601195d674deb18aafd6074f5a407ff02e7c9341e8919ef7afdffded81a1933a349a0884ef2515f44264dafdfff647f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.57.0 (2022-12-22)
4
+
5
+ * Regenerated from discovery document revision 20221206
6
+
3
7
  ### v0.56.0 (2022-12-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20221126
@@ -8916,12 +8916,13 @@ module Google
8916
8916
  # forwarding rules, this target must be in the same region as the forwarding
8917
8917
  # rule. For global forwarding rules, this target must be a global load balancing
8918
8918
  # resource. The forwarded traffic must be of a type appropriate to the target
8919
- # object. For more information, see the "Target" column in [Port specifications](
8919
+ # object. - For load balancers, see the "Target" column in [Port specifications](
8920
8920
  # https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#
8921
- # ip_address_specifications). For Private Service Connect forwarding rules that
8922
- # forward traffic to Google APIs, provide the name of a supported Google API
8923
- # bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All
8924
- # supported Google APIs.
8921
+ # ip_address_specifications). - For Private Service Connect forwarding rules
8922
+ # that forward traffic to Google APIs, provide the name of a supported Google
8923
+ # API bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis -
8924
+ # All supported Google APIs. - For Private Service Connect forwarding rules that
8925
+ # forward traffic to managed services, the target must be a service attachment.
8925
8926
  # Corresponds to the JSON property `target`
8926
8927
  # @return [String]
8927
8928
  attr_accessor :target
@@ -16378,8 +16379,9 @@ module Google
16378
16379
 
16379
16380
  # Email address to contact the customer NOC for operations and maintenance
16380
16381
  # notifications regarding this Interconnect. If specified, this will be used for
16381
- # notifications in addition to all other forms described, such as Stackdriver
16382
- # logs alerting and Cloud Notifications.
16382
+ # notifications in addition to all other forms described, such as Cloud
16383
+ # Monitoring logs alerting and Cloud Notifications. This field is required for
16384
+ # users who sign up for Cloud Interconnect using workforce identity federation.
16383
16385
  # Corresponds to the JSON property `nocContactEmail`
16384
16386
  # @return [String]
16385
16387
  attr_accessor :noc_contact_email
@@ -28689,13 +28691,6 @@ module Google
28689
28691
  # @return [String]
28690
28692
  attr_accessor :name
28691
28693
 
28692
- # Resource policies to be added to this reservation. The key is defined by user,
28693
- # and the value is resource policy url. This is to define placement policy with
28694
- # reservation.
28695
- # Corresponds to the JSON property `resourcePolicies`
28696
- # @return [Hash<String,String>]
28697
- attr_accessor :resource_policies
28698
-
28699
28694
  # [Output Only] Reserved for future use.
28700
28695
  # Corresponds to the JSON property `satisfiesPzs`
28701
28696
  # @return [Boolean]
@@ -28749,7 +28744,6 @@ module Google
28749
28744
  @id = args[:id] if args.key?(:id)
28750
28745
  @kind = args[:kind] if args.key?(:kind)
28751
28746
  @name = args[:name] if args.key?(:name)
28752
- @resource_policies = args[:resource_policies] if args.key?(:resource_policies)
28753
28747
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
28754
28748
  @self_link = args[:self_link] if args.key?(:self_link)
28755
28749
  @share_settings = args[:share_settings] if args.key?(:share_settings)
@@ -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.56.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221126"
25
+ REVISION = "20221206"
26
26
  end
27
27
  end
28
28
  end
@@ -12681,7 +12681,6 @@ module Google
12681
12681
  property :id, :numeric_string => true, as: 'id'
12682
12682
  property :kind, as: 'kind'
12683
12683
  property :name, as: 'name'
12684
- hash :resource_policies, as: 'resourcePolicies'
12685
12684
  property :satisfies_pzs, as: 'satisfiesPzs'
12686
12685
  property :self_link, as: 'selfLink'
12687
12686
  property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeV1::ShareSettings, decorator: Google::Apis::ComputeV1::ShareSettings::Representation
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.56.0
4
+ version: 0.57.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-12-12 00:00:00.000000000 Z
11
+ date: 2023-01-04 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.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.57.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: []