google-apis-compute_beta 0.96.0 → 0.98.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: b908093f62049af5dfa28e27b807b510e5941589aa462866c872919aafab75b4
4
- data.tar.gz: bcb3e69ee37d1ab6f9c3c0f1561ca09d836eda19db3a6ee9b5f00d1ab145b3b1
3
+ metadata.gz: fded344c3c8500eb4a69120ef8be02ce0c274d2a77c5bc7938b30e853fa7f717
4
+ data.tar.gz: d0b58010fb7344fb672f0d7d14d30d4f65bd4df6a4ced82a9eab5c36746a37cd
5
5
  SHA512:
6
- metadata.gz: 4cb401a6fd20a5e86d575082605d0b6632188aa45fc169c39d521400d800c727c9017517ce4277d286ea13838ab5e4747b61b1d21fed8eaa77b217090ef5063a
7
- data.tar.gz: cf2c4c1a60e1f7b6319975a7a8693ad56803f18fb6cab6dbaab56ab8e1bcaee925ea3b66927214ad48322eb7470947990dcfa0f556c9f873767ddfcbf28b3257
6
+ metadata.gz: 6eea8b2a1cddedff894bfc82e204c2298a3d00a0b99317f2d02274b03e3642f86107884a1f8fa08e5d77273e99eb3fc9250f3e844f5c0dc1680b4d3ae891548c
7
+ data.tar.gz: dd87e993da542426341f35b5e8073d700a9bffeb42149695e7bab3a7b1c72597084605c7fb7f502e3b8e7e367ae61ffe4f05c49a36d829b9241417028d3eedc3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.98.0 (2024-04-07)
4
+
5
+ * Regenerated from discovery document revision 20240326
6
+
7
+ ### v0.97.0 (2024-03-31)
8
+
9
+ * Regenerated from discovery document revision 20240324
10
+
3
11
  ### v0.96.0 (2024-03-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20240312
@@ -8331,12 +8331,13 @@ module Google
8331
8331
  # @return [String]
8332
8332
  attr_accessor :domain
8333
8333
 
8334
- # Additional structured details about this error. Keys should match /[a-zA-Z0-9-
8335
- # _]/ and be limited to 64 characters in length. When identifying the current
8336
- # value of an exceeded limit, the units should be contained in the key, not the
8337
- # value. For example, rather than `"instanceLimit": "100/request"`, should be
8338
- # returned as, `"instanceLimitPerRequest": "100"`, if the client exceeds the
8339
- # number of instances that can be created in a single (batch) request.
8334
+ # Additional structured details about this error. Keys must match /a-z+/ but
8335
+ # should ideally be lowerCamelCase. Also they must be limited to 64 characters
8336
+ # in length. When identifying the current value of an exceeded limit, the units
8337
+ # should be contained in the key, not the value. For example, rather than `"
8338
+ # instanceLimit": "100/request"`, should be returned as, `"
8339
+ # instanceLimitPerRequest": "100"`, if the client exceeds the number of
8340
+ # instances that can be created in a single (batch) request.
8340
8341
  # Corresponds to the JSON property `metadatas`
8341
8342
  # @return [Hash<String,String>]
8342
8343
  attr_accessor :metadatas
@@ -17234,7 +17235,7 @@ module Google
17234
17235
  attr_accessor :is_stateful
17235
17236
  alias_method :is_stateful?, :is_stateful
17236
17237
 
17237
- # [Output Only] Status of per-instance configurations on the instance.
17238
+ # [Output Only] Status of per-instance configurations on the instances.
17238
17239
  # Corresponds to the JSON property `perInstanceConfigs`
17239
17240
  # @return [Google::Apis::ComputeBeta::InstanceGroupManagerStatusStatefulPerInstanceConfigs]
17240
17241
  attr_accessor :per_instance_configs
@@ -31135,8 +31136,9 @@ module Google
31135
31136
  # header transformations, before forwarding the request to the selected backend.
31136
31137
  # If defaultRouteAction specifies any weightedBackendServices, defaultService
31137
31138
  # must not be set. Conversely if defaultService is set, defaultRouteAction
31138
- # cannot contain any weightedBackendServices. Only one of defaultRouteAction or
31139
- # defaultUrlRedirect must be set. URL maps for classic Application Load
31139
+ # cannot contain any weightedBackendServices. If defaultRouteAction is specified,
31140
+ # don't set defaultUrlRedirect. If defaultRouteAction.weightedBackendServices
31141
+ # is specified, don't set defaultService. URL maps for classic Application Load
31140
31142
  # Balancers only support the urlRewrite action within a path matcher's
31141
31143
  # defaultRouteAction.
31142
31144
  # Corresponds to the JSON property `defaultRouteAction`
@@ -31153,11 +31155,11 @@ module Google
31153
31155
  # before sending the request to the backend. However, if defaultService is
31154
31156
  # specified, defaultRouteAction cannot contain any weightedBackendServices.
31155
31157
  # Conversely, if defaultRouteAction specifies any weightedBackendServices,
31156
- # defaultService must not be specified. Only one of defaultService,
31157
- # defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set.
31158
- # Authorization requires one or more of the following Google IAM permissions on
31159
- # the specified resource default_service: - compute.backendBuckets.use - compute.
31160
- # backendServices.use
31158
+ # defaultService must not be specified. If defaultService is specified, then set
31159
+ # either defaultUrlRedirect or defaultRouteAction.weightedBackendService. Don't
31160
+ # set both. Authorization requires one or more of the following Google IAM
31161
+ # permissions on the specified resource default_service: - compute.
31162
+ # backendBuckets.use - compute.backendServices.use
31161
31163
  # Corresponds to the JSON property `defaultService`
31162
31164
  # @return [String]
31163
31165
  attr_accessor :default_service
@@ -37072,6 +37074,20 @@ module Google
37072
37074
  attr_accessor :enable_ipv6
37073
37075
  alias_method :enable_ipv6?, :enable_ipv6
37074
37076
 
37077
+ # List of export policies applied to this peer, in the order they must be
37078
+ # evaluated. The name must correspond to an existing policy that has
37079
+ # ROUTE_POLICY_TYPE_EXPORT type.
37080
+ # Corresponds to the JSON property `exportPolicies`
37081
+ # @return [Array<String>]
37082
+ attr_accessor :export_policies
37083
+
37084
+ # List of import policies applied to this peer, in the order they must be
37085
+ # evaluated. The name must correspond to an existing policy that has
37086
+ # ROUTE_POLICY_TYPE_IMPORT type.
37087
+ # Corresponds to the JSON property `importPolicies`
37088
+ # @return [Array<String>]
37089
+ attr_accessor :import_policies
37090
+
37075
37091
  # Name of the interface the BGP peer is associated with.
37076
37092
  # Corresponds to the JSON property `interfaceName`
37077
37093
  # @return [String]
@@ -37166,6 +37182,8 @@ module Google
37166
37182
  @enable = args[:enable] if args.key?(:enable)
37167
37183
  @enable_ipv4 = args[:enable_ipv4] if args.key?(:enable_ipv4)
37168
37184
  @enable_ipv6 = args[:enable_ipv6] if args.key?(:enable_ipv6)
37185
+ @export_policies = args[:export_policies] if args.key?(:export_policies)
37186
+ @import_policies = args[:import_policies] if args.key?(:import_policies)
37169
37187
  @interface_name = args[:interface_name] if args.key?(:interface_name)
37170
37188
  @ip_address = args[:ip_address] if args.key?(:ip_address)
37171
37189
  @ipv4_nexthop_address = args[:ipv4_nexthop_address] if args.key?(:ipv4_nexthop_address)
@@ -41119,10 +41137,10 @@ module Google
41119
41137
  # @return [String]
41120
41138
  attr_accessor :producer_forwarding_rule
41121
41139
 
41122
- # The number of consumer Network Connectivity Center spokes that connected
41123
- # Private Service Connect endpoints can be propagated to. This limit lets a
41124
- # service producer indirectly limit how many propagated Private Service Connect
41125
- # connections can be established to the producer's service attachment. If the
41140
+ # The number of consumer spokes that connected Private Service Connect endpoints
41141
+ # can be propagated to through Network Connectivity Center. This limit lets the
41142
+ # service producer limit how many propagated Private Service Connect connections
41143
+ # can be established to this service attachment from a single consumer. If the
41126
41144
  # connection preference of the service attachment is ACCEPT_MANUAL, the limit
41127
41145
  # applies to each project or network that is listed in the consumer accept list.
41128
41146
  # If the connection preference of the service attachment is ACCEPT_AUTOMATIC,
@@ -47024,6 +47042,25 @@ module Google
47024
47042
  # @return [String]
47025
47043
  attr_accessor :ssl_policy
47026
47044
 
47045
+ # Specifies whether TLS 1.3 0-RTT Data ("Early Data") should be accepted for
47046
+ # this service. Early Data allows a TLS resumption handshake to include the
47047
+ # initial application payload (a HTTP request) alongside the handshake, reducing
47048
+ # the effective round trips to "zero". This applies to TLS 1.3 connections over
47049
+ # TCP (HTTP/2) as well as over UDP (QUIC/h3). This can improve application
47050
+ # performance, especially on networks where interruptions may be common, such as
47051
+ # on mobile. Requests with Early Data will have the "Early-Data" HTTP header set
47052
+ # on the request, with a value of "1", to allow the backend to determine whether
47053
+ # Early Data was included. Note: TLS Early Data may allow requests to be
47054
+ # replayed, as the data is sent to the backend before the handshake has fully
47055
+ # completed. Applications that allow idempotent HTTP methods to make non-
47056
+ # idempotent changes, such as a GET request updating a database, should not
47057
+ # accept Early Data on those requests, and reject requests with the "Early-Data:
47058
+ # 1" HTTP header by returning a HTTP 425 (Too Early) status code, in order to
47059
+ # remain RFC compliant. The default value is DISABLED.
47060
+ # Corresponds to the JSON property `tlsEarlyData`
47061
+ # @return [String]
47062
+ attr_accessor :tls_early_data
47063
+
47027
47064
  # A fully-qualified or valid partial URL to the UrlMap resource that defines the
47028
47065
  # mapping from URL to the BackendService. For example, the following are all
47029
47066
  # valid URLs for specifying a URL map: - https://www.googleapis.compute/v1/
@@ -47058,6 +47095,7 @@ module Google
47058
47095
  @server_tls_policy = args[:server_tls_policy] if args.key?(:server_tls_policy)
47059
47096
  @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates)
47060
47097
  @ssl_policy = args[:ssl_policy] if args.key?(:ssl_policy)
47098
+ @tls_early_data = args[:tls_early_data] if args.key?(:tls_early_data)
47061
47099
  @url_map = args[:url_map] if args.key?(:url_map)
47062
47100
  end
47063
47101
  end
@@ -49781,9 +49819,9 @@ module Google
49781
49819
  # sending the request to the backend. However, if defaultService is specified,
49782
49820
  # defaultRouteAction cannot contain any weightedBackendServices. Conversely, if
49783
49821
  # routeAction specifies any weightedBackendServices, service must not be
49784
- # specified. Only one of defaultService, defaultUrlRedirect , or
49785
- # defaultRouteAction.weightedBackendService must be set. defaultService has no
49786
- # effect when the URL map is bound to a target gRPC proxy that has the
49822
+ # specified. If defaultService is specified, then set either defaultUrlRedirect ,
49823
+ # or defaultRouteAction.weightedBackendService Don't set both. defaultService
49824
+ # has no effect when the URL map is bound to a target gRPC proxy that has the
49787
49825
  # validateForProxyless field set to true.
49788
49826
  # Corresponds to the JSON property `defaultService`
49789
49827
  # @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.96.0"
19
+ GEM_VERSION = "0.98.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240312"
25
+ REVISION = "20240326"
26
26
  end
27
27
  end
28
28
  end
@@ -16034,6 +16034,8 @@ module Google
16034
16034
  property :enable, as: 'enable'
16035
16035
  property :enable_ipv4, as: 'enableIpv4'
16036
16036
  property :enable_ipv6, as: 'enableIpv6'
16037
+ collection :export_policies, as: 'exportPolicies'
16038
+ collection :import_policies, as: 'importPolicies'
16037
16039
  property :interface_name, as: 'interfaceName'
16038
16040
  property :ip_address, as: 'ipAddress'
16039
16041
  property :ipv4_nexthop_address, as: 'ipv4NexthopAddress'
@@ -18453,6 +18455,7 @@ module Google
18453
18455
  property :server_tls_policy, as: 'serverTlsPolicy'
18454
18456
  collection :ssl_certificates, as: 'sslCertificates'
18455
18457
  property :ssl_policy, as: 'sslPolicy'
18458
+ property :tls_early_data, as: 'tlsEarlyData'
18456
18459
  property :url_map, as: 'urlMap'
18457
18460
  end
18458
18461
  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.96.0
4
+ version: 0.98.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: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-04-07 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.96.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.98.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: []