google-apis-compute_beta 0.42.0 → 0.43.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: 2c31188ae154de781bad8b57b9b068b2dcbbe112d20fab89f9a4a7a2d70913cf
4
- data.tar.gz: 67b69a0d185412d4b0e3a35ff6739f945fbfda4f9a40e0e2bc17b94d0dcb40ac
3
+ metadata.gz: 4d7578da3e8dc3c7d8ec94a74163ecc8447143238307618c408262af37227283
4
+ data.tar.gz: 37b431f74539ecd88f2eb4c4983b1689ebd3cbd949cbed04e282aec996b8aba0
5
5
  SHA512:
6
- metadata.gz: 7e733bc5ed81c89eb5fb3d86d35a65056071adf7f40f40584460b958bba58d7fbe7d73698c10c7dcafbe87980c796342998b6c0f1db5fefc497fa2d77025c67a
7
- data.tar.gz: db21d19a9510fc3f6bb5e9599c99aae48950be45d821c77644a5cc9f47ecdabdfd9d2dddf93f3373067382cd0e6ee45fd2f471931b24e413a3fe0d26128df473
6
+ metadata.gz: 56296dee260c8951439acf467dd96e0dfd7634e9991699f800f683163061bc9ba8eade5a8871e943d60e30f1f6d5cfd9a62ab40a300ad9964f328faf198b1fa9
7
+ data.tar.gz: 22fa455e9a0f7a449c5e596f556f522870e5304b9383e7dd55e1d10bd45002a888f95d2eea1576cb6f6aaa2960246b23250d745db7947a3c5dd81f903b89aa69
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.43.0 (2022-07-20)
4
+
5
+ * Regenerated from discovery document revision 20220714
6
+
3
7
  ### v0.42.0 (2022-07-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20220705
@@ -21064,9 +21064,9 @@ module Google
21064
21064
  # allows for routing to multiple App Engine services without having to create
21065
21065
  # multiple Network Endpoint Groups and backend services. For example, the
21066
21066
  # request URLs "foo1-dot-appname.appspot.com/v1" and "foo1-dot-appname.appspot.
21067
- # com/v2" can be backed by the same Serverless NEG with URL mask "-dot-appname.
21068
- # appspot.com/". The URL mask will parse them to ` service = "foo1", version = "
21069
- # v1" ` and ` service = "foo1", version = "v2" ` respectively.
21067
+ # com/v2" can be backed by the same Serverless NEG with URL mask "<service>-dot-
21068
+ # appname.appspot.com/<version>". The URL mask will parse them to ` service = "
21069
+ # foo1", version = "v1" ` and ` service = "foo1", version = "v2" ` respectively.
21070
21070
  # Corresponds to the JSON property `urlMask`
21071
21071
  # @return [String]
21072
21072
  attr_accessor :url_mask
@@ -21105,8 +21105,8 @@ module Google
21105
21105
  # routing to multiple Cloud Functions without having to create multiple Network
21106
21106
  # Endpoint Groups and backend services. For example, request URLs " mydomain.com/
21107
21107
  # function1" and "mydomain.com/function2" can be backed by the same Serverless
21108
- # NEG with URL mask "/". The URL mask will parse them to ` function = "function1"
21109
- # ` and ` function = "function2" ` respectively.
21108
+ # NEG with URL mask "/<function>". The URL mask will parse them to ` function = "
21109
+ # function1" ` and ` function = "function2" ` respectively.
21110
21110
  # Corresponds to the JSON property `urlMask`
21111
21111
  # @return [String]
21112
21112
  attr_accessor :url_mask
@@ -28831,7 +28831,7 @@ module Google
28831
28831
  include Google::Apis::Core::Hashable
28832
28832
 
28833
28833
  # New set of SslCertificate resources to associate with this TargetHttpsProxy
28834
- # resource. Currently exactly one SslCertificate resource must be specified.
28834
+ # resource.
28835
28835
  # Corresponds to the JSON property `sslCertificates`
28836
28836
  # @return [Array<String>]
28837
28837
  attr_accessor :ssl_certificates
@@ -28886,7 +28886,11 @@ module Google
28886
28886
  class RequestMirrorPolicy
28887
28887
  include Google::Apis::Core::Hashable
28888
28888
 
28889
- # The full or partial URL to the BackendService resource being mirrored to.
28889
+ # The full or partial URL to the BackendService resource being mirrored to. The
28890
+ # backend service configured for a mirroring policy must reference backends that
28891
+ # are of the same type as the original backend service matched in the URL map.
28892
+ # Serverless NEG backends are not currently supported as a mirrored backend
28893
+ # service.
28890
28894
  # Corresponds to the JSON property `backendService`
28891
28895
  # @return [String]
28892
28896
  attr_accessor :backend_service
@@ -34891,6 +34895,11 @@ module Google
34891
34895
  # @return [String]
34892
34896
  attr_accessor :chain_name
34893
34897
 
34898
+ # [Output Only] Size in bytes of the snapshot at creation time.
34899
+ # Corresponds to the JSON property `creationSizeBytes`
34900
+ # @return [Fixnum]
34901
+ attr_accessor :creation_size_bytes
34902
+
34894
34903
  # [Output Only] Creation timestamp in RFC3339 text format.
34895
34904
  # Corresponds to the JSON property `creationTimestamp`
34896
34905
  # @return [String]
@@ -35001,6 +35010,11 @@ module Google
35001
35010
  # @return [Google::Apis::ComputeBeta::CustomerEncryptionKey]
35002
35011
  attr_accessor :snapshot_encryption_key
35003
35012
 
35013
+ # Indicates the type of the snapshot.
35014
+ # Corresponds to the JSON property `snapshotType`
35015
+ # @return [String]
35016
+ attr_accessor :snapshot_type
35017
+
35004
35018
  # The source disk used to create this snapshot.
35005
35019
  # Corresponds to the JSON property `sourceDisk`
35006
35020
  # @return [String]
@@ -35070,6 +35084,7 @@ module Google
35070
35084
  @architecture = args[:architecture] if args.key?(:architecture)
35071
35085
  @auto_created = args[:auto_created] if args.key?(:auto_created)
35072
35086
  @chain_name = args[:chain_name] if args.key?(:chain_name)
35087
+ @creation_size_bytes = args[:creation_size_bytes] if args.key?(:creation_size_bytes)
35073
35088
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
35074
35089
  @description = args[:description] if args.key?(:description)
35075
35090
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
@@ -35086,6 +35101,7 @@ module Google
35086
35101
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
35087
35102
  @self_link = args[:self_link] if args.key?(:self_link)
35088
35103
  @snapshot_encryption_key = args[:snapshot_encryption_key] if args.key?(:snapshot_encryption_key)
35104
+ @snapshot_type = args[:snapshot_type] if args.key?(:snapshot_type)
35089
35105
  @source_disk = args[:source_disk] if args.key?(:source_disk)
35090
35106
  @source_disk_encryption_key = args[:source_disk_encryption_key] if args.key?(:source_disk_encryption_key)
35091
35107
  @source_disk_id = args[:source_disk_id] if args.key?(:source_disk_id)
@@ -38711,8 +38727,9 @@ module Google
38711
38727
  # @return [String]
38712
38728
  attr_accessor :name
38713
38729
 
38714
- # NAT option controlling how IPs are NAT'ed to the instance. Currently only
38715
- # NO_NAT (default value) is supported.
38730
+ # Must have a value of NO_NAT. Protocol forwarding delivers packets while
38731
+ # preserving the destination IP address of the forwarding rule referencing the
38732
+ # target instance.
38716
38733
  # Corresponds to the JSON property `natPolicy`
38717
38734
  # @return [String]
38718
38735
  attr_accessor :nat_policy
@@ -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.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220705"
25
+ REVISION = "20220714"
26
26
  end
27
27
  end
28
28
  end
@@ -14313,6 +14313,7 @@ module Google
14313
14313
  property :architecture, as: 'architecture'
14314
14314
  property :auto_created, as: 'autoCreated'
14315
14315
  property :chain_name, as: 'chainName'
14316
+ property :creation_size_bytes, :numeric_string => true, as: 'creationSizeBytes'
14316
14317
  property :creation_timestamp, as: 'creationTimestamp'
14317
14318
  property :description, as: 'description'
14318
14319
  property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
@@ -14330,6 +14331,7 @@ module Google
14330
14331
  property :self_link, as: 'selfLink'
14331
14332
  property :snapshot_encryption_key, as: 'snapshotEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
14332
14333
 
14334
+ property :snapshot_type, as: 'snapshotType'
14333
14335
  property :source_disk, as: 'sourceDisk'
14334
14336
  property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
14335
14337
 
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.42.0
4
+ version: 0.43.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-07-18 00:00:00.000000000 Z
11
+ date: 2022-07-25 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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.43.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: []