google-apis-compute_beta 0.59.0 → 0.60.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: ac0004b8deb9e1a9549b724dfe3d30eb10ae5172183f1c65a12c3585b20533dd
4
- data.tar.gz: 8b55b98afe5bf9eb3e57d8ff1db5a42e98dd1ff0867ef197b9b866104fbcf999
3
+ metadata.gz: eb6950e80ba3e0e3fedb24686918b03a33b5f825041ee772796fb4d59e5efb6b
4
+ data.tar.gz: 91d81f25a4dafd5d3de994b933f525ad179c0cf179f1020aa23fecac947c3f5b
5
5
  SHA512:
6
- metadata.gz: 4f317d983b49dbc290084cfb8691bb5d15fb8ceff70f19351885f51f100a5093c0b9012d37b00bf981d0dfe7cc1d9882c4bbaaef261060662c336c889bc5643f
7
- data.tar.gz: f774ae321fbb81ab95f544618e92debb4a33bf9ae87cd932f542124ced002e1d0fec56b3c3b781758494d0375a236319e190f64cc8dcc36ff267d0089834d5fb
6
+ metadata.gz: da552951c781ef42a2469ef5efa93f55cbbdbb82eff8a59f81204ee3a675970a9553941807a8f8c65d5b1ee7f54b1fc5c37f5923d0721bf4ece94bc3857543b1
7
+ data.tar.gz: e3cb526fb19aefb60eee29c7dd1157318ccd8ce9306b9ed8db4dbc52f54938ccdcc15d9e72d1e229eef46ae1aa4f725ff24f5c9cc0629e9e414f66a0fada0582
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.60.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230201
6
+
3
7
  ### v0.59.0 (2023-01-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20230119
@@ -512,8 +512,9 @@ module Google
512
512
 
513
513
  # The first IPv6 address of the external IPv6 range associated with this
514
514
  # instance, prefix length is stored in externalIpv6PrefixLength in
515
- # ipv6AccessConfig. The field is output only, an IPv6 address from a subnetwork
516
- # associated with the instance will be allocated dynamically.
515
+ # ipv6AccessConfig. To use a static external IP address, it must be unused and
516
+ # in the same region as the instance's zone. If not specified, GCP will
517
+ # automatically assign an external IPv6 address from the instance's subnetwork.
517
518
  # Corresponds to the JSON property `externalIpv6`
518
519
  # @return [String]
519
520
  attr_accessor :external_ipv6
@@ -4811,22 +4812,22 @@ module Google
4811
4812
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
4812
4813
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
4813
4814
  # email address that represents a Google group. For example, `admins@example.com`
4814
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
4815
- # identifier) representing a user that has been recently deleted. For example, `
4816
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
4817
- # value reverts to `user:`emailid`` and the recovered user retains the role in
4818
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
4819
- # address (plus unique identifier) representing a service account that has been
4820
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
4815
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
4816
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
4817
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
4818
+ # representing a user that has been recently deleted. For example, `alice@
4819
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
4820
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
4821
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
4822
+ # (plus unique identifier) representing a service account that has been recently
4823
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
4821
4824
  # 123456789012345678901`. If the service account is undeleted, this value
4822
4825
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
4823
4826
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
4824
4827
  # An email address (plus unique identifier) representing a Google group that has
4825
4828
  # been recently deleted. For example, `admins@example.com?uid=
4826
4829
  # 123456789012345678901`. If the group is recovered, this value reverts to `
4827
- # group:`emailid`` and the recovered group retains the role in the binding. * `
4828
- # domain:`domain``: The G Suite domain (primary) that represents all the users
4829
- # of that domain. For example, `google.com` or `example.com`.
4830
+ # group:`emailid`` and the recovered group retains the role in the binding.
4830
4831
  # Corresponds to the JSON property `members`
4831
4832
  # @return [Array<String>]
4832
4833
  attr_accessor :members
@@ -22702,7 +22703,10 @@ module Google
22702
22703
  # @return [String]
22703
22704
  attr_accessor :ipv6_access_type
22704
22705
 
22705
- # An IPv6 internal network address for this network interface.
22706
+ # An IPv6 internal network address for this network interface. To use a static
22707
+ # internal IP address, it must be unused and in the same region as the instance'
22708
+ # s zone. If not specified, GCP will automatically assign an internal IPv6
22709
+ # address from the instance's subnetwork.
22706
22710
  # Corresponds to the JSON property `ipv6Address`
22707
22711
  # @return [String]
22708
22712
  attr_accessor :ipv6_address
@@ -30901,6 +30905,11 @@ module Google
30901
30905
  # @return [String]
30902
30906
  attr_accessor :collocation
30903
30907
 
30908
+ # Specifies the number of max logical switches.
30909
+ # Corresponds to the JSON property `maxDistance`
30910
+ # @return [Fixnum]
30911
+ attr_accessor :max_distance
30912
+
30904
30913
  # Number of VMs in this placement group. Google does not recommend that you use
30905
30914
  # this field unless you use a compact policy and you want your policy to work
30906
30915
  # only if it contains this exact number of VMs.
@@ -30916,6 +30925,7 @@ module Google
30916
30925
  def update!(**args)
30917
30926
  @availability_domain_count = args[:availability_domain_count] if args.key?(:availability_domain_count)
30918
30927
  @collocation = args[:collocation] if args.key?(:collocation)
30928
+ @max_distance = args[:max_distance] if args.key?(:max_distance)
30919
30929
  @vm_count = args[:vm_count] if args.key?(:vm_count)
30920
30930
  end
30921
30931
  end
@@ -34240,7 +34250,11 @@ module Google
34240
34250
  # CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be
34241
34251
  # configured to filter HTTP requests targeting services managed by Traffic
34242
34252
  # Director in a service mesh. They filter requests before the request is served
34243
- # from the application. This field can be set only at resource creation time.
34253
+ # from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can
34254
+ # be configured to filter packets targeting network load balancing resources
34255
+ # such as backend services, target pools, target instances, and instances with
34256
+ # external IPs. They filter requests before the request is served from the
34257
+ # application. This field can be set only at resource creation time.
34244
34258
  # Corresponds to the JSON property `type`
34245
34259
  # @return [String]
34246
34260
  attr_accessor :type
@@ -43747,7 +43761,7 @@ module Google
43747
43761
  # request to modify or update labels. You must always provide an up-to-date
43748
43762
  # fingerprint hash in order to update or change labels, otherwise the request
43749
43763
  # will fail with error 412 conditionNotMet. To see the latest fingerprint, make
43750
- # a get() request to retrieve an VpnGateway.
43764
+ # a get() request to retrieve a VpnGateway.
43751
43765
  # Corresponds to the JSON property `labelFingerprint`
43752
43766
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
43753
43767
  # @return [String]
@@ -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.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230119"
25
+ REVISION = "20230201"
26
26
  end
27
27
  end
28
28
  end
@@ -13481,6 +13481,7 @@ module Google
13481
13481
  class Representation < Google::Apis::Core::JsonRepresentation
13482
13482
  property :availability_domain_count, as: 'availabilityDomainCount'
13483
13483
  property :collocation, as: 'collocation'
13484
+ property :max_distance, as: 'maxDistance'
13484
13485
  property :vm_count, as: 'vmCount'
13485
13486
  end
13486
13487
  end
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.59.0
4
+ version: 0.60.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: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.60.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: []