google-apis-compute_beta 0.48.0 → 0.50.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: e094ea6535c4a715d1a2b73c48d212b0a0662f85f27fa3ba63950fb4ea9794f9
4
- data.tar.gz: f7aece4502da498700c3bbc5652f1d14eaf61d4cf08a1cca96a93f341066b6e1
3
+ metadata.gz: 1c5458ca1d2bd8c56b1f7c7800b3b87217130f32c8575c42f0f771b5bf7575f2
4
+ data.tar.gz: cfc93c5ea203c3006ea2b87d1c3ad932785e62cd32fa59266e7769a646d0f96d
5
5
  SHA512:
6
- metadata.gz: 535c3884cd03229f93401006e3f01d7b7f0c7c3ffd707c8d60715637aceec27642e029431e80cec4af1d396a12089a6d3045d733aa29c4163ac1f5a5429b606e
7
- data.tar.gz: 1ccbf886e7c38a28bc5a35b3e1e1f60f677f0a461b36e339c872317b7a946a2162e06a591acc48301638da04f144890e1c06f6c2729acd34d85c684c11fa09e5
6
+ metadata.gz: 965a041a51b037daffb00dd483bb49900948e1a836aedb9b6d2fd5527a9ef448465e197f30b7e3f4b376a68ea66afc55bdba39435d03572729d619db0048f53e
7
+ data.tar.gz: 8c9537e5fc1e69cc13f619888316821659a500eef70532e46cdebd4669a311d8091480a673b9415f71d8581ac27cc4bcb4d9ece22cd276f3c3bda8c6dd0f1fe4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.50.0 (2022-09-20)
4
+
5
+ * Regenerated using generator version 0.10.0
6
+
7
+ ### v0.49.0 (2022-09-10)
8
+
9
+ * Regenerated from discovery document revision 20220831
10
+
3
11
  ### v0.48.0 (2022-08-31)
4
12
 
5
13
  * Regenerated from discovery document revision 20220823
@@ -654,12 +654,12 @@ module Google
654
654
  # - NAT_AUTO for the regional external IP addresses used by Cloud NAT when
655
655
  # allocating addresses using automatic NAT IP address allocation. -
656
656
  # IPSEC_INTERCONNECT for addresses created from a private IP range that are
657
- # reserved for a VLAN attachment in an *IPsec-encrypted Cloud Interconnect*
658
- # configuration. These addresses are regional resources. Not currently available
659
- # publicly. - `SHARED_LOADBALANCER_VIP` for an internal IP address that is
660
- # assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT`
661
- # for a private network address that is used to configure Private Service
662
- # Connect. Only global internal addresses can use this purpose.
657
+ # reserved for a VLAN attachment in an *HA VPN over Cloud Interconnect*
658
+ # configuration. These addresses are regional resources. - `
659
+ # SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to
660
+ # multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private
661
+ # network address that is used to configure Private Service Connect. Only global
662
+ # internal addresses can use this purpose.
663
663
  # Corresponds to the JSON property `purpose`
664
664
  # @return [String]
665
665
  attr_accessor :purpose
@@ -4246,8 +4246,8 @@ module Google
4246
4246
  class BackendServiceLogConfig
4247
4247
  include Google::Apis::Core::Hashable
4248
4248
 
4249
- # This field denotes whether to enable logging for the load balancer traffic
4250
- # served by this backend service.
4249
+ # Denotes whether to enable logging for the load balancer traffic served by this
4250
+ # backend service. The default value is false.
4251
4251
  # Corresponds to the JSON property `enable`
4252
4252
  # @return [Boolean]
4253
4253
  attr_accessor :enable
@@ -4257,7 +4257,7 @@ module Google
4257
4257
  # service. The value of the field must be in [0, 1]. This configures the
4258
4258
  # sampling rate of requests to the load balancer where 1.0 means all logged
4259
4259
  # requests are reported and 0.0 means no logged requests are reported. The
4260
- # default value is 0.0.
4260
+ # default value is 1.0.
4261
4261
  # Corresponds to the JSON property `sampleRate`
4262
4262
  # @return [Float]
4263
4263
  attr_accessor :sample_rate
@@ -4664,31 +4664,33 @@ module Google
4664
4664
  # members` can have the following values: * `allUsers`: A special identifier
4665
4665
  # that represents anyone who is on the internet; with or without a Google
4666
4666
  # account. * `allAuthenticatedUsers`: A special identifier that represents
4667
- # anyone who is authenticated with a Google account or a service account. * `
4668
- # user:`emailid``: An email address that represents a specific Google account.
4669
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
4670
- # address that represents a Google service account. For example, `my-other-app@
4671
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
4672
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
4673
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
4674
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
4675
- # . * `group:`emailid``: An email address that represents a Google group. For
4676
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
4677
- # email address (plus unique identifier) representing a user that has been
4678
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
4679
- # If the user is recovered, this value reverts to `user:`emailid`` and the
4680
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
4681
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
4682
- # representing a service account that has been recently deleted. For example, `
4683
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
4684
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
4685
- # and the undeleted service account retains the role in the binding. * `deleted:
4686
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
4687
- # representing a Google group that has been recently deleted. For example, `
4688
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
4689
- # value reverts to `group:`emailid`` and the recovered group retains the role in
4690
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
4691
- # all the users of that domain. For example, `google.com` or `example.com`.
4667
+ # anyone who is authenticated with a Google account or a service account. Does
4668
+ # not include identities that come from external identity providers (IdPs)
4669
+ # through identity federation. * `user:`emailid``: An email address that
4670
+ # represents a specific Google account. For example, `alice@example.com` . * `
4671
+ # serviceAccount:`emailid``: An email address that represents a Google service
4672
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
4673
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
4674
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
4675
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
4676
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
4677
+ # email address that represents a Google group. For example, `admins@example.com`
4678
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
4679
+ # identifier) representing a user that has been recently deleted. For example, `
4680
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
4681
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
4682
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
4683
+ # address (plus unique identifier) representing a service account that has been
4684
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
4685
+ # 123456789012345678901`. If the service account is undeleted, this value
4686
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
4687
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
4688
+ # An email address (plus unique identifier) representing a Google group that has
4689
+ # been recently deleted. For example, `admins@example.com?uid=
4690
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
4691
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
4692
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
4693
+ # of that domain. For example, `google.com` or `example.com`.
4692
4694
  # Corresponds to the JSON property `members`
4693
4695
  # @return [Array<String>]
4694
4696
  attr_accessor :members
@@ -8261,13 +8263,13 @@ module Google
8261
8263
 
8262
8264
  # Deprecated, please use short name instead. User-provided name of the
8263
8265
  # Organization firewall policy. The name should be unique in the organization in
8264
- # which the firewall policy is created. This name must be set on creation and
8265
- # cannot be changed. The name must be 1-63 characters long, and comply with
8266
- # RFC1035. Specifically, the name must be 1-63 characters long and match the
8267
- # regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
8268
- # character must be a lowercase letter, and all following characters must be a
8269
- # dash, lowercase letter, or digit, except the last character, which cannot be a
8270
- # dash.
8266
+ # which the firewall policy is created. This field is not applicable to network
8267
+ # firewall policies. This name must be set on creation and cannot be changed.
8268
+ # The name must be 1-63 characters long, and comply with RFC1035. Specifically,
8269
+ # the name must be 1-63 characters long and match the regular expression `[a-z]([
8270
+ # -a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase
8271
+ # letter, and all following characters must be a dash, lowercase letter, or
8272
+ # digit, except the last character, which cannot be a dash.
8271
8273
  # Corresponds to the JSON property `displayName`
8272
8274
  # @return [String]
8273
8275
  attr_accessor :display_name
@@ -8296,13 +8298,15 @@ module Google
8296
8298
  # @return [String]
8297
8299
  attr_accessor :kind
8298
8300
 
8299
- # [Output Only] Name of the resource. It is a numeric ID allocated by GCP which
8300
- # uniquely identifies the Firewall Policy.
8301
+ # Name of the resource. For Organization Firewall Policies it's a [Output Only]
8302
+ # numeric ID allocated by GCP which uniquely identifies the Organization
8303
+ # Firewall Policy.
8301
8304
  # Corresponds to the JSON property `name`
8302
8305
  # @return [String]
8303
8306
  attr_accessor :name
8304
8307
 
8305
- # [Output Only] The parent of the firewall policy.
8308
+ # [Output Only] The parent of the firewall policy. This field is not applicable
8309
+ # to network firewall policies.
8306
8310
  # Corresponds to the JSON property `parent`
8307
8311
  # @return [String]
8308
8312
  attr_accessor :parent
@@ -8339,14 +8343,15 @@ module Google
8339
8343
  # @return [String]
8340
8344
  attr_accessor :self_link_with_id
8341
8345
 
8342
- # User-provided name of the Organization firewall plicy. The name should be
8343
- # unique in the organization in which the firewall policy is created. This name
8344
- # must be set on creation and cannot be changed. The name must be 1-63
8345
- # characters long, and comply with RFC1035. Specifically, the name must be 1-63
8346
- # characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`
8347
- # which means the first character must be a lowercase letter, and all following
8348
- # characters must be a dash, lowercase letter, or digit, except the last
8349
- # character, which cannot be a dash.
8346
+ # User-provided name of the Organization firewall policy. The name should be
8347
+ # unique in the organization in which the firewall policy is created. This field
8348
+ # is not applicable to network firewall policies. This name must be set on
8349
+ # creation and cannot be changed. The name must be 1-63 characters long, and
8350
+ # comply with RFC1035. Specifically, the name must be 1-63 characters long and
8351
+ # match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the
8352
+ # first character must be a lowercase letter, and all following characters must
8353
+ # be a dash, lowercase letter, or digit, except the last character, which cannot
8354
+ # be a dash.
8350
8355
  # Corresponds to the JSON property `shortName`
8351
8356
  # @return [String]
8352
8357
  attr_accessor :short_name
@@ -17165,8 +17170,8 @@ module Google
17165
17170
  # attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that
17166
17171
  # is encrypted by an IPsec device, such as an HA VPN gateway or third-party
17167
17172
  # IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such
17168
- # a VLAN attachment. To use *IPsec-encrypted Cloud Interconnect*, the VLAN
17169
- # attachment must be created with this option. Not currently available publicly.
17173
+ # a VLAN attachment. To use *HA VPN over Cloud Interconnect*, the VLAN
17174
+ # attachment must be created with this option.
17170
17175
  # Corresponds to the JSON property `encryption`
17171
17176
  # @return [String]
17172
17177
  attr_accessor :encryption
@@ -30869,7 +30874,7 @@ module Google
30869
30874
  attr_accessor :description
30870
30875
 
30871
30876
  # Indicates if a router is dedicated for use with encrypted VLAN attachments (
30872
- # interconnectAttachments). Not currently available publicly.
30877
+ # interconnectAttachments).
30873
30878
  # Corresponds to the JSON property `encryptedInterconnectRouter`
30874
30879
  # @return [Boolean]
30875
30880
  attr_accessor :encrypted_interconnect_router
@@ -42818,9 +42823,8 @@ module Google
42818
42823
 
42819
42824
  # URL of the VLAN attachment (interconnectAttachment) resource for this VPN
42820
42825
  # gateway interface. When the value of this field is present, the VPN gateway is
42821
- # used for IPsec-encrypted Cloud Interconnect; all egress or ingress traffic for
42826
+ # used for HA VPN over Cloud Interconnect; all egress or ingress traffic for
42822
42827
  # this VPN gateway interface goes through the specified VLAN attachment resource.
42823
- # Not currently available publicly.
42824
42828
  # Corresponds to the JSON property `interconnectAttachment`
42825
42829
  # @return [String]
42826
42830
  attr_accessor :interconnect_attachment
@@ -42829,11 +42833,11 @@ module Google
42829
42833
  # gateway. The IP address could be either a regional external IP address or a
42830
42834
  # regional internal IP address. The two IP addresses for a VPN gateway must be
42831
42835
  # all regional external or regional internal IP addresses. There cannot be a mix
42832
- # of regional external IP addresses and regional internal IP addresses. For
42833
- # IPsec-encrypted Cloud Interconnect, the IP addresses for both interfaces could
42834
- # either be regional internal IP addresses or regional external IP addresses.
42835
- # For regular (non IPsec-encrypted Cloud Interconnect) HA VPN tunnels, the IP
42836
- # address must be a regional external IP address.
42836
+ # of regional external IP addresses and regional internal IP addresses. For HA
42837
+ # VPN over Cloud Interconnect, the IP addresses for both interfaces could either
42838
+ # be regional internal IP addresses or regional external IP addresses. For
42839
+ # regular (non HA VPN over Cloud Interconnect) HA VPN tunnels, the IP address
42840
+ # must be a regional external IP address.
42837
42841
  # Corresponds to the JSON property `ipAddress`
42838
42842
  # @return [String]
42839
42843
  attr_accessor :ip_address
@@ -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.48.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220823"
25
+ REVISION = "20220831"
26
26
  end
27
27
  end
28
28
  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.48.0
4
+ version: 0.50.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-09-05 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.50.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: []