google-apis-compute_v1 0.30.0 → 0.33.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: 98ed004a22e26dae08d4b24e10776f198f1f1f838a01a77e27d05aec05cac01c
4
- data.tar.gz: 0cbd32785a097d4d85dce803ffda39c2aaa33b0d07f9e0cbaa6468dbf9d20412
3
+ metadata.gz: ba4822bf8310b0ce1efff14f4f315271e247544f0c334158831102b6e7f2324d
4
+ data.tar.gz: e853ab3c30c27d7a4b26687289908bb7aecf06180c6f8d2d66e9970be65d676b
5
5
  SHA512:
6
- metadata.gz: 48ec3a871456f61e3cfc77c5d69b8bb46eb2ae418d4efc7c650e1f5307a390d3f4d3b174ad4764b3f49fc2a3583b68e9c77642183fc60fffe4a7da5c29ee3309
7
- data.tar.gz: 8bd9f719316bae10d68cc2363123eb70f1d6368559181cc31c8eaacb890bf79df56cfb587505f0d5f038c88115cfd81401a3691fee8df0cb230b8101aaad3b0e
6
+ metadata.gz: ec20174adb56a0227741063dd6ac50c8892b0e77217ea5e7edadd245e8ab492531aec831d4f368cc6a301b45285011b7772671658ec63fbedf26b6466d635811
7
+ data.tar.gz: 496a0036d2a9bbf0be7fb3710a1b224855fb0676d5cded7077a01fcf8fdfe07b886ee1e57bc02bfe7f70c1a3a3f9352fcee1a1b1d6a7e7cfb0e6eee97e4506e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.33.0 (2022-04-22)
4
+
5
+ * Regenerated from discovery document revision 20220420
6
+
7
+ ### v0.32.0 (2022-04-16)
8
+
9
+ * Regenerated from discovery document revision 20220405
10
+
11
+ ### v0.31.0 (2022-03-30)
12
+
13
+ * Regenerated from discovery document revision 20220322
14
+
3
15
  ### v0.30.0 (2022-03-22)
4
16
 
5
17
  * Regenerated from discovery document revision 20220315
@@ -1284,9 +1284,10 @@ module Google
1284
1284
 
1285
1285
  # [Input Only] Specifies the parameters for a new disk that will be created
1286
1286
  # alongside the new instance. Use initialization parameters to create boot disks
1287
- # or local SSDs attached to the new instance. This property is mutually
1288
- # exclusive with the source property; you can only define one or the other, but
1289
- # not both.
1287
+ # or local SSDs attached to the new instance. This field is persisted and
1288
+ # returned for instanceTemplate and not returned in the context of instance.
1289
+ # This property is mutually exclusive with the source property; you can only
1290
+ # define one or the other, but not both.
1290
1291
  # Corresponds to the JSON property `initializeParams`
1291
1292
  # @return [Google::Apis::ComputeV1::AttachedDiskInitializeParams]
1292
1293
  attr_accessor :initialize_params
@@ -1366,9 +1367,10 @@ module Google
1366
1367
 
1367
1368
  # [Input Only] Specifies the parameters for a new disk that will be created
1368
1369
  # alongside the new instance. Use initialization parameters to create boot disks
1369
- # or local SSDs attached to the new instance. This property is mutually
1370
- # exclusive with the source property; you can only define one or the other, but
1371
- # not both.
1370
+ # or local SSDs attached to the new instance. This field is persisted and
1371
+ # returned for instanceTemplate and not returned in the context of instance.
1372
+ # This property is mutually exclusive with the source property; you can only
1373
+ # define one or the other, but not both.
1372
1374
  class AttachedDiskInitializeParams
1373
1375
  include Google::Apis::Core::Hashable
1374
1376
 
@@ -2828,9 +2830,9 @@ module Google
2828
2830
  # @return [Array<String>]
2829
2831
  attr_accessor :include_http_headers
2830
2832
 
2831
- # Names of query string parameters to include in cache keys. All other
2832
- # parameters will be excluded. '&' and '=' will be percent encoded and not
2833
- # treated as delimiters.
2833
+ # Names of query string parameters to include in cache keys. Default parameters
2834
+ # are always included. '&' and '=' will be percent encoded and not treated as
2835
+ # delimiters.
2834
2836
  # Corresponds to the JSON property `queryStringWhitelist`
2835
2837
  # @return [Array<String>]
2836
2838
  attr_accessor :query_string_whitelist
@@ -3145,6 +3147,15 @@ module Google
3145
3147
  # @return [String]
3146
3148
  attr_accessor :load_balancing_scheme
3147
3149
 
3150
+ # A list of locality load balancing policies to be used in order of preference.
3151
+ # Either the policy or the customPolicy field should be set. Overrides any value
3152
+ # set in the localityLbPolicy field. localityLbPolicies is only supported when
3153
+ # the BackendService is referenced by a URL Map that is referenced by a target
3154
+ # gRPC proxy that has the validateForProxyless field set to true.
3155
+ # Corresponds to the JSON property `localityLbPolicies`
3156
+ # @return [Array<Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfig>]
3157
+ attr_accessor :locality_lb_policies
3158
+
3148
3159
  # The load balancing algorithm used within the scope of the locality. The
3149
3160
  # possible values are: - ROUND_ROBIN: This is a simple policy in which each
3150
3161
  # healthy backend is selected in round robin order. This is the default. -
@@ -3313,6 +3324,7 @@ module Google
3313
3324
  @id = args[:id] if args.key?(:id)
3314
3325
  @kind = args[:kind] if args.key?(:kind)
3315
3326
  @load_balancing_scheme = args[:load_balancing_scheme] if args.key?(:load_balancing_scheme)
3327
+ @locality_lb_policies = args[:locality_lb_policies] if args.key?(:locality_lb_policies)
3316
3328
  @locality_lb_policy = args[:locality_lb_policy] if args.key?(:locality_lb_policy)
3317
3329
  @log_config = args[:log_config] if args.key?(:log_config)
3318
3330
  @max_stream_duration = args[:max_stream_duration] if args.key?(:max_stream_duration)
@@ -3978,6 +3990,88 @@ module Google
3978
3990
  end
3979
3991
  end
3980
3992
 
3993
+ # Container for either a built-in LB policy supported by gRPC or Envoy or a
3994
+ # custom one implemented by the end user.
3995
+ class BackendServiceLocalityLoadBalancingPolicyConfig
3996
+ include Google::Apis::Core::Hashable
3997
+
3998
+ # The configuration for a custom policy implemented by the user and deployed
3999
+ # with the client.
4000
+ # Corresponds to the JSON property `customPolicy`
4001
+ # @return [Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy]
4002
+ attr_accessor :custom_policy
4003
+
4004
+ # The configuration for a built-in load balancing policy.
4005
+ # Corresponds to the JSON property `policy`
4006
+ # @return [Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfigPolicy]
4007
+ attr_accessor :policy
4008
+
4009
+ def initialize(**args)
4010
+ update!(**args)
4011
+ end
4012
+
4013
+ # Update properties of this object
4014
+ def update!(**args)
4015
+ @custom_policy = args[:custom_policy] if args.key?(:custom_policy)
4016
+ @policy = args[:policy] if args.key?(:policy)
4017
+ end
4018
+ end
4019
+
4020
+ # The configuration for a custom policy implemented by the user and deployed
4021
+ # with the client.
4022
+ class BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
4023
+ include Google::Apis::Core::Hashable
4024
+
4025
+ # An optional, arbitrary JSON object with configuration data, understood by a
4026
+ # locally installed custom policy implementation.
4027
+ # Corresponds to the JSON property `data`
4028
+ # @return [String]
4029
+ attr_accessor :data
4030
+
4031
+ # Identifies the custom policy. The value should match the type the custom
4032
+ # implementation is registered with on the gRPC clients. It should follow
4033
+ # protocol buffer message naming conventions and include the full path (e.g.
4034
+ # myorg.CustomLbPolicy). The maximum length is 256 characters. Note that
4035
+ # specifying the same custom policy more than once for a backend is not a valid
4036
+ # configuration and will be rejected.
4037
+ # Corresponds to the JSON property `name`
4038
+ # @return [String]
4039
+ attr_accessor :name
4040
+
4041
+ def initialize(**args)
4042
+ update!(**args)
4043
+ end
4044
+
4045
+ # Update properties of this object
4046
+ def update!(**args)
4047
+ @data = args[:data] if args.key?(:data)
4048
+ @name = args[:name] if args.key?(:name)
4049
+ end
4050
+ end
4051
+
4052
+ # The configuration for a built-in load balancing policy.
4053
+ class BackendServiceLocalityLoadBalancingPolicyConfigPolicy
4054
+ include Google::Apis::Core::Hashable
4055
+
4056
+ # The name of a locality load balancer policy to be used. The value should be
4057
+ # one of the predefined ones as supported by localityLbPolicy, although at the
4058
+ # moment only ROUND_ROBIN is supported. This field should only be populated when
4059
+ # the customPolicy field is not used. Note that specifying the same policy more
4060
+ # than once for a backend is not a valid configuration and will be rejected.
4061
+ # Corresponds to the JSON property `name`
4062
+ # @return [String]
4063
+ attr_accessor :name
4064
+
4065
+ def initialize(**args)
4066
+ update!(**args)
4067
+ end
4068
+
4069
+ # Update properties of this object
4070
+ def update!(**args)
4071
+ @name = args[:name] if args.key?(:name)
4072
+ end
4073
+ end
4074
+
3981
4075
  # The available logging options for the load balancer traffic served by this
3982
4076
  # backend service.
3983
4077
  class BackendServiceLogConfig
@@ -4397,7 +4491,7 @@ module Google
4397
4491
  # @return [Google::Apis::ComputeV1::Expr]
4398
4492
  attr_accessor :condition
4399
4493
 
4400
- # Specifies the principals requesting access for a Cloud Platform resource. `
4494
+ # Specifies the principals requesting access for a Google Cloud resource. `
4401
4495
  # members` can have the following values: * `allUsers`: A special identifier
4402
4496
  # that represents anyone who is on the internet; with or without a Google
4403
4497
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -8149,6 +8243,12 @@ module Google
8149
8243
  # @return [Fixnum]
8150
8244
  attr_accessor :priority
8151
8245
 
8246
+ # An optional name for the rule. This field is not a unique identifier and can
8247
+ # be updated.
8248
+ # Corresponds to the JSON property `ruleName`
8249
+ # @return [String]
8250
+ attr_accessor :rule_name
8251
+
8152
8252
  # [Output Only] Calculation of the complexity of a single firewall policy rule.
8153
8253
  # Corresponds to the JSON property `ruleTupleCount`
8154
8254
  # @return [Fixnum]
@@ -8193,6 +8293,7 @@ module Google
8193
8293
  @kind = args[:kind] if args.key?(:kind)
8194
8294
  @match = args[:match] if args.key?(:match)
8195
8295
  @priority = args[:priority] if args.key?(:priority)
8296
+ @rule_name = args[:rule_name] if args.key?(:rule_name)
8196
8297
  @rule_tuple_count = args[:rule_tuple_count] if args.key?(:rule_tuple_count)
8197
8298
  @target_resources = args[:target_resources] if args.key?(:target_resources)
8198
8299
  @target_secure_tags = args[:target_secure_tags] if args.key?(:target_secure_tags)
@@ -13612,14 +13713,15 @@ module Google
13612
13713
  # [Output Only] A bit indicating whether the managed instance group has stateful
13613
13714
  # configuration, that is, if you have configured any items in a stateful policy
13614
13715
  # or in per-instance configs. The group might report that it has no stateful
13615
- # config even when there is still some preserved state on a managed instance,
13616
- # for example, if you have deleted all PICs but not yet applied those deletions.
13716
+ # configuration even when there is still some preserved state on a managed
13717
+ # instance, for example, if you have deleted all PICs but not yet applied those
13718
+ # deletions.
13617
13719
  # Corresponds to the JSON property `hasStatefulConfig`
13618
13720
  # @return [Boolean]
13619
13721
  attr_accessor :has_stateful_config
13620
13722
  alias_method :has_stateful_config?, :has_stateful_config
13621
13723
 
13622
- # [Output Only] Status of per-instance configs on the instance.
13724
+ # [Output Only] Status of per-instance configurations on the instance.
13623
13725
  # Corresponds to the JSON property `perInstanceConfigs`
13624
13726
  # @return [Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs]
13625
13727
  attr_accessor :per_instance_configs
@@ -13639,9 +13741,9 @@ module Google
13639
13741
  class InstanceGroupManagerStatusStatefulPerInstanceConfigs
13640
13742
  include Google::Apis::Core::Hashable
13641
13743
 
13642
- # A bit indicating if all of the group's per-instance configs (listed in the
13643
- # output of a listPerInstanceConfigs API call) have status EFFECTIVE or there
13644
- # are no per-instance-configs.
13744
+ # A bit indicating if all of the group's per-instance configurations (listed in
13745
+ # the output of a listPerInstanceConfigs API call) have status EFFECTIVE or
13746
+ # there are no per-instance-configs.
13645
13747
  # Corresponds to the JSON property `allEffective`
13646
13748
  # @return [Boolean]
13647
13749
  attr_accessor :all_effective
@@ -14095,8 +14197,8 @@ module Google
14095
14197
  class InstanceGroupManagersPatchPerInstanceConfigsReq
14096
14198
  include Google::Apis::Core::Hashable
14097
14199
 
14098
- # The list of per-instance configs to insert or patch on this managed instance
14099
- # group.
14200
+ # The list of per-instance configurations to insert or patch on this managed
14201
+ # instance group.
14100
14202
  # Corresponds to the JSON property `perInstanceConfigs`
14101
14203
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
14102
14204
  attr_accessor :per_instance_configs
@@ -14283,8 +14385,8 @@ module Google
14283
14385
  class InstanceGroupManagersUpdatePerInstanceConfigsReq
14284
14386
  include Google::Apis::Core::Hashable
14285
14387
 
14286
- # The list of per-instance configs to insert or patch on this managed instance
14287
- # group.
14388
+ # The list of per-instance configurations to insert or patch on this managed
14389
+ # instance group.
14288
14390
  # Corresponds to the JSON property `perInstanceConfigs`
14289
14391
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
14290
14392
  attr_accessor :per_instance_configs
@@ -19675,7 +19777,8 @@ module Google
19675
19777
  attr_accessor :network_endpoint_type
19676
19778
 
19677
19779
  # The target service url used to set up private service connection to a Google
19678
- # API. An example value is: "asia-northeast3-cloudkms.googleapis.com"
19780
+ # API or a PSC Producer Service Attachment. An example value is: "asia-
19781
+ # northeast3-cloudkms.googleapis.com"
19679
19782
  # Corresponds to the JSON property `pscTargetService`
19680
19783
  # @return [String]
19681
19784
  attr_accessor :psc_target_service
@@ -24462,18 +24565,18 @@ module Google
24462
24565
  # Fingerprint of this per-instance config. This field can be used in optimistic
24463
24566
  # locking. It is ignored when inserting a per-instance config. An up-to-date
24464
24567
  # fingerprint must be provided in order to update an existing per-instance
24465
- # config or the field needs to be unset.
24568
+ # configuration or the field needs to be unset.
24466
24569
  # Corresponds to the JSON property `fingerprint`
24467
24570
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
24468
24571
  # @return [String]
24469
24572
  attr_accessor :fingerprint
24470
24573
 
24471
- # The name of a per-instance config and its corresponding instance. Serves as a
24472
- # merge key during UpdatePerInstanceConfigs operations, that is, if a per-
24473
- # instance config with the same name exists then it will be updated, otherwise a
24474
- # new one will be created for the VM instance with the same name. An attempt to
24475
- # create a per-instance config for a VM instance that either doesn't exist or is
24476
- # not part of the group will result in an error.
24574
+ # The name of a per-instance configuration and its corresponding instance.
24575
+ # Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if
24576
+ # a per-instance configuration with the same name exists then it will be updated,
24577
+ # otherwise a new one will be created for the VM instance with the same name.
24578
+ # An attempt to create a per-instance configconfiguration for a VM instance that
24579
+ # either doesn't exist or is not part of the group will result in an error.
24477
24580
  # Corresponds to the JSON property `name`
24478
24581
  # @return [String]
24479
24582
  attr_accessor :name
@@ -24483,8 +24586,8 @@ module Google
24483
24586
  # @return [Google::Apis::ComputeV1::PreservedState]
24484
24587
  attr_accessor :preserved_state
24485
24588
 
24486
- # The status of applying this per-instance config on the corresponding managed
24487
- # instance.
24589
+ # The status of applying this per-instance configuration on the corresponding
24590
+ # managed instance.
24488
24591
  # Corresponds to the JSON property `status`
24489
24592
  # @return [String]
24490
24593
  attr_accessor :status
@@ -26400,8 +26503,8 @@ module Google
26400
26503
  class RegionInstanceGroupManagerPatchInstanceConfigReq
26401
26504
  include Google::Apis::Core::Hashable
26402
26505
 
26403
- # The list of per-instance configs to insert or patch on this managed instance
26404
- # group.
26506
+ # The list of per-instance configurations to insert or patch on this managed
26507
+ # instance group.
26405
26508
  # Corresponds to the JSON property `perInstanceConfigs`
26406
26509
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
26407
26510
  attr_accessor :per_instance_configs
@@ -26420,8 +26523,8 @@ module Google
26420
26523
  class RegionInstanceGroupManagerUpdateInstanceConfigReq
26421
26524
  include Google::Apis::Core::Hashable
26422
26525
 
26423
- # The list of per-instance configs to insert or patch on this managed instance
26424
- # group.
26526
+ # The list of per-instance configurations to insert or patch on this managed
26527
+ # instance group.
26425
26528
  # Corresponds to the JSON property `perInstanceConfigs`
26426
26529
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
26427
26530
  attr_accessor :per_instance_configs
@@ -34197,7 +34300,7 @@ module Google
34197
34300
  attr_accessor :enable_flow_logs
34198
34301
  alias_method :enable_flow_logs?, :enable_flow_logs
34199
34302
 
34200
- # [Output Only] The range of external IPv6 addresses that are owned by this
34303
+ # [Output Only] The external IPv6 address range that is assigned to this
34201
34304
  # subnetwork.
34202
34305
  # Corresponds to the JSON property `externalIpv6Prefix`
34203
34306
  # @return [String]
@@ -34226,9 +34329,8 @@ module Google
34226
34329
  # @return [Fixnum]
34227
34330
  attr_accessor :id
34228
34331
 
34229
- # [Output Only] The range of internal IPv6 addresses that are owned by this
34230
- # subnetwork. Note this is for general VM to VM communication, not to be
34231
- # confused with the ipv6_cidr_range field.
34332
+ # [Output Only] The internal IPv6 address range that is assigned to this
34333
+ # subnetwork.
34232
34334
  # Corresponds to the JSON property `internalIpv6Prefix`
34233
34335
  # @return [String]
34234
34336
  attr_accessor :internal_ipv6_prefix
@@ -34245,14 +34347,12 @@ module Google
34245
34347
 
34246
34348
  # The access type of IPv6 address this subnet holds. It's immutable and can only
34247
34349
  # be specified during creation or the first time the subnet is updated into
34248
- # IPV4_IPV6 dual stack. If the ipv6_type is EXTERNAL then this subnet cannot
34249
- # enable direct path.
34350
+ # IPV4_IPV6 dual stack.
34250
34351
  # Corresponds to the JSON property `ipv6AccessType`
34251
34352
  # @return [String]
34252
34353
  attr_accessor :ipv6_access_type
34253
34354
 
34254
- # [Output Only] The range of internal IPv6 addresses that are owned by this
34255
- # subnetwork. Note this will be for private google access only eventually.
34355
+ # [Output Only] This field is for internal use.
34256
34356
  # Corresponds to the JSON property `ipv6CidrRange`
34257
34357
  # @return [String]
34258
34358
  attr_accessor :ipv6_cidr_range
@@ -34293,10 +34393,8 @@ module Google
34293
34393
  attr_accessor :private_ip_google_access
34294
34394
  alias_method :private_ip_google_access?, :private_ip_google_access
34295
34395
 
34296
- # The private IPv6 google access type for the VMs in this subnet. This is an
34297
- # expanded field of enablePrivateV6Access. If both fields are set,
34298
- # privateIpv6GoogleAccess will take priority. This field can be both set at
34299
- # resource creation time and updated using patch.
34396
+ # This field is for internal use. This field can be both set at resource
34397
+ # creation time and updated using patch.
34300
34398
  # Corresponds to the JSON property `privateIpv6GoogleAccess`
34301
34399
  # @return [String]
34302
34400
  attr_accessor :private_ipv6_google_access
@@ -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.30.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220315"
25
+ REVISION = "20220420"
26
26
  end
27
27
  end
28
28
  end
@@ -454,6 +454,24 @@ module Google
454
454
  include Google::Apis::Core::JsonObjectSupport
455
455
  end
456
456
 
457
+ class BackendServiceLocalityLoadBalancingPolicyConfig
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class BackendServiceLocalityLoadBalancingPolicyConfigPolicy
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
457
475
  class BackendServiceLogConfig
458
476
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
477
 
@@ -6161,6 +6179,8 @@ module Google
6161
6179
  property :id, :numeric_string => true, as: 'id'
6162
6180
  property :kind, as: 'kind'
6163
6181
  property :load_balancing_scheme, as: 'loadBalancingScheme'
6182
+ collection :locality_lb_policies, as: 'localityLbPolicies', class: Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfig, decorator: Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfig::Representation
6183
+
6164
6184
  property :locality_lb_policy, as: 'localityLbPolicy'
6165
6185
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::BackendServiceLogConfig, decorator: Google::Apis::ComputeV1::BackendServiceLogConfig::Representation
6166
6186
 
@@ -6325,6 +6345,31 @@ module Google
6325
6345
  end
6326
6346
  end
6327
6347
 
6348
+ class BackendServiceLocalityLoadBalancingPolicyConfig
6349
+ # @private
6350
+ class Representation < Google::Apis::Core::JsonRepresentation
6351
+ property :custom_policy, as: 'customPolicy', class: Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy, decorator: Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy::Representation
6352
+
6353
+ property :policy, as: 'policy', class: Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfigPolicy, decorator: Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfigPolicy::Representation
6354
+
6355
+ end
6356
+ end
6357
+
6358
+ class BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
6359
+ # @private
6360
+ class Representation < Google::Apis::Core::JsonRepresentation
6361
+ property :data, as: 'data'
6362
+ property :name, as: 'name'
6363
+ end
6364
+ end
6365
+
6366
+ class BackendServiceLocalityLoadBalancingPolicyConfigPolicy
6367
+ # @private
6368
+ class Representation < Google::Apis::Core::JsonRepresentation
6369
+ property :name, as: 'name'
6370
+ end
6371
+ end
6372
+
6328
6373
  class BackendServiceLogConfig
6329
6374
  # @private
6330
6375
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7305,6 +7350,7 @@ module Google
7305
7350
  property :match, as: 'match', class: Google::Apis::ComputeV1::FirewallPolicyRuleMatcher, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleMatcher::Representation
7306
7351
 
7307
7352
  property :priority, as: 'priority'
7353
+ property :rule_name, as: 'ruleName'
7308
7354
  property :rule_tuple_count, as: 'ruleTupleCount'
7309
7355
  collection :target_resources, as: 'targetResources'
7310
7356
  collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag::Representation
@@ -8299,8 +8299,8 @@ module Google
8299
8299
  execute_or_queue_command(command, &block)
8300
8300
  end
8301
8301
 
8302
- # Creates instances with per-instance configs in this managed instance group.
8303
- # Instances are created using the current instance template. The create
8302
+ # Creates instances with per-instance configurations in this managed instance
8303
+ # group. Instances are created using the current instance template. The create
8304
8304
  # instances operation is marked DONE if the createInstances request is
8305
8305
  # successful. The underlying actions take additional time. You must separately
8306
8306
  # verify the status of the creating or actions with the listmanagedinstances
@@ -8472,7 +8472,7 @@ module Google
8472
8472
  execute_or_queue_command(command, &block)
8473
8473
  end
8474
8474
 
8475
- # Deletes selected per-instance configs for the managed instance group.
8475
+ # Deletes selected per-instance configurations for the managed instance group.
8476
8476
  # @param [String] project
8477
8477
  # Project ID for this request.
8478
8478
  # @param [String] zone
@@ -8868,8 +8868,8 @@ module Google
8868
8868
  execute_or_queue_command(command, &block)
8869
8869
  end
8870
8870
 
8871
- # Lists all of the per-instance configs defined for the managed instance group.
8872
- # The orderBy query parameter is not supported.
8871
+ # Lists all of the per-instance configurations defined for the managed instance
8872
+ # group. The orderBy query parameter is not supported.
8873
8873
  # @param [String] project
8874
8874
  # Project ID for this request.
8875
8875
  # @param [String] zone
@@ -9015,7 +9015,7 @@ module Google
9015
9015
  execute_or_queue_command(command, &block)
9016
9016
  end
9017
9017
 
9018
- # Inserts or patches per-instance configs for the managed instance group.
9018
+ # Inserts or patches per-instance configurations for the managed instance group.
9019
9019
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
9020
9020
  # insert or patch.
9021
9021
  # @param [String] project
@@ -9315,7 +9315,7 @@ module Google
9315
9315
  execute_or_queue_command(command, &block)
9316
9316
  end
9317
9317
 
9318
- # Inserts or updates per-instance configs for the managed instance group.
9318
+ # Inserts or updates per-instance configurations for the managed instance group.
9319
9319
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
9320
9320
  # insert or patch.
9321
9321
  # @param [String] project
@@ -22166,9 +22166,9 @@ module Google
22166
22166
  execute_or_queue_command(command, &block)
22167
22167
  end
22168
22168
 
22169
- # Creates instances with per-instance configs in this regional managed instance
22170
- # group. Instances are created using the current instance template. The create
22171
- # instances operation is marked DONE if the createInstances request is
22169
+ # Creates instances with per-instance configurations in this regional managed
22170
+ # instance group. Instances are created using the current instance template. The
22171
+ # create instances operation is marked DONE if the createInstances request is
22172
22172
  # successful. The underlying actions take additional time. You must separately
22173
22173
  # verify the status of the creating or actions with the listmanagedinstances
22174
22174
  # method.
@@ -22338,7 +22338,7 @@ module Google
22338
22338
  execute_or_queue_command(command, &block)
22339
22339
  end
22340
22340
 
22341
- # Deletes selected per-instance configs for the managed instance group.
22341
+ # Deletes selected per-instance configurations for the managed instance group.
22342
22342
  # @param [String] project
22343
22343
  # Project ID for this request.
22344
22344
  # @param [String] region
@@ -22727,8 +22727,8 @@ module Google
22727
22727
  execute_or_queue_command(command, &block)
22728
22728
  end
22729
22729
 
22730
- # Lists all of the per-instance configs defined for the managed instance group.
22731
- # The orderBy query parameter is not supported.
22730
+ # Lists all of the per-instance configurations defined for the managed instance
22731
+ # group. The orderBy query parameter is not supported.
22732
22732
  # @param [String] project
22733
22733
  # Project ID for this request.
22734
22734
  # @param [String] region
@@ -22873,7 +22873,7 @@ module Google
22873
22873
  execute_or_queue_command(command, &block)
22874
22874
  end
22875
22875
 
22876
- # Inserts or patches per-instance configs for the managed instance group.
22876
+ # Inserts or patches per-instance configurations for the managed instance group.
22877
22877
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
22878
22878
  # insert or patch.
22879
22879
  # @param [String] project
@@ -23159,7 +23159,7 @@ module Google
23159
23159
  execute_or_queue_command(command, &block)
23160
23160
  end
23161
23161
 
23162
- # Inserts or updates per-instance configs for the managed instance group.
23162
+ # Inserts or updates per-instance configurations for the managed instance group.
23163
23163
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
23164
23164
  # insert or patch.
23165
23165
  # @param [String] project
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.30.0
4
+ version: 0.33.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-04-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.33.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: []