google-apis-compute_alpha 0.31.0 → 0.32.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: bf3e0f258664d9bbe34a6d34e0eaa582bacc07ade20b406ab1a64d0ae1c099da
4
- data.tar.gz: fefc1035246c1905d2ce5df7eb759adb4c4193fdea6a6d4a51e897f6fb9735e4
3
+ metadata.gz: 255bbc916b6f5fd0474eaa87676603ff5edc82d55a7f0a01bd16d10e4659b0fa
4
+ data.tar.gz: 23ff923008f49562aa020a321ef06c7e4c6e641eb8f78fe16ca1c1f0c29cfd08
5
5
  SHA512:
6
- metadata.gz: a62817847f8899eacc323be4dc0feeedc1d5a5914914c1c8cbb3eb1b29b7f2655c839faf10e7c073258396e04bd1483745df3a1339a7bc9bb55399980cdc0af7
7
- data.tar.gz: c3c891a7b6a215dcddb433e157a784b9c97ab6aabea15c2717c524052462e505b658c3348da428568c446e8a89e9a3b22f36de545fa413a607d236bdc1345da7
6
+ metadata.gz: 4e90e0dab70620f78d2e9624dfe88be6a34d2308c80fe587a4af7f66b011d9a09d9f3ebed7a0a7d97c5e371c2db0f755cda53d1a94d1dac341c476ee14890477
7
+ data.tar.gz: 434d784ddb855fffc80bfad72fe782a63f7a9a0f742f1768a099676c6daac6fbe3ed6033d2d3234b6c2e15bd32cc237004da364b12eeffd770dcdfbb74bca966
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.32.0 (2022-04-21)
4
+
5
+ * Regenerated from discovery document revision 20220420
6
+
3
7
  ### v0.31.0 (2022-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20220322
@@ -1382,9 +1382,10 @@ module Google
1382
1382
 
1383
1383
  # [Input Only] Specifies the parameters for a new disk that will be created
1384
1384
  # alongside the new instance. Use initialization parameters to create boot disks
1385
- # or local SSDs attached to the new instance. This property is mutually
1386
- # exclusive with the source property; you can only define one or the other, but
1387
- # not both.
1385
+ # or local SSDs attached to the new instance. This field is persisted and
1386
+ # returned for instanceTemplate and not returned in the context of instance.
1387
+ # This property is mutually exclusive with the source property; you can only
1388
+ # define one or the other, but not both.
1388
1389
  # Corresponds to the JSON property `initializeParams`
1389
1390
  # @return [Google::Apis::ComputeAlpha::AttachedDiskInitializeParams]
1390
1391
  attr_accessor :initialize_params
@@ -1495,9 +1496,10 @@ module Google
1495
1496
 
1496
1497
  # [Input Only] Specifies the parameters for a new disk that will be created
1497
1498
  # alongside the new instance. Use initialization parameters to create boot disks
1498
- # or local SSDs attached to the new instance. This property is mutually
1499
- # exclusive with the source property; you can only define one or the other, but
1500
- # not both.
1499
+ # or local SSDs attached to the new instance. This field is persisted and
1500
+ # returned for instanceTemplate and not returned in the context of instance.
1501
+ # This property is mutually exclusive with the source property; you can only
1502
+ # define one or the other, but not both.
1501
1503
  class AttachedDiskInitializeParams
1502
1504
  include Google::Apis::Core::Hashable
1503
1505
 
@@ -3140,9 +3142,9 @@ module Google
3140
3142
  # @return [Array<String>]
3141
3143
  attr_accessor :include_http_headers
3142
3144
 
3143
- # Names of query string parameters to include in cache keys. All other
3144
- # parameters will be excluded. '&' and '=' will be percent encoded and not
3145
- # treated as delimiters.
3145
+ # Names of query string parameters to include in cache keys. Default parameters
3146
+ # are always included. '&' and '=' will be percent encoded and not treated as
3147
+ # delimiters.
3146
3148
  # Corresponds to the JSON property `queryStringWhitelist`
3147
3149
  # @return [Array<String>]
3148
3150
  attr_accessor :query_string_whitelist
@@ -4895,7 +4897,7 @@ module Google
4895
4897
  # @return [Google::Apis::ComputeAlpha::Expr]
4896
4898
  attr_accessor :condition
4897
4899
 
4898
- # Specifies the principals requesting access for a Cloud Platform resource. `
4900
+ # Specifies the principals requesting access for a Google Cloud resource. `
4899
4901
  # members` can have the following values: * `allUsers`: A special identifier
4900
4902
  # that represents anyone who is on the internet; with or without a Google
4901
4903
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -5868,6 +5870,11 @@ module Google
5868
5870
  class ConfidentialInstanceConfig
5869
5871
  include Google::Apis::Core::Hashable
5870
5872
 
5873
+ # Defines the type of technology used by the confidential instance.
5874
+ # Corresponds to the JSON property `confidentialInstanceType`
5875
+ # @return [String]
5876
+ attr_accessor :confidential_instance_type
5877
+
5871
5878
  # Defines whether the instance should have confidential compute enabled.
5872
5879
  # Corresponds to the JSON property `enableConfidentialCompute`
5873
5880
  # @return [Boolean]
@@ -5880,6 +5887,7 @@ module Google
5880
5887
 
5881
5888
  # Update properties of this object
5882
5889
  def update!(**args)
5890
+ @confidential_instance_type = args[:confidential_instance_type] if args.key?(:confidential_instance_type)
5883
5891
  @enable_confidential_compute = args[:enable_confidential_compute] if args.key?(:enable_confidential_compute)
5884
5892
  end
5885
5893
  end
@@ -15213,8 +15221,8 @@ module Google
15213
15221
  class InstanceGroupManager
15214
15222
  include Google::Apis::Core::Hashable
15215
15223
 
15216
- # Specifies the instances configs overrides that should be applied for all
15217
- # instances in the MIG.
15224
+ # Specifies configuration that overrides the instance template configuration for
15225
+ # the group.
15218
15226
  # Corresponds to the JSON property `allInstancesConfig`
15219
15227
  # @return [Google::Apis::ComputeAlpha::InstanceGroupManagerAllInstancesConfig]
15220
15228
  attr_accessor :all_instances_config
@@ -15973,8 +15981,7 @@ module Google
15973
15981
  class InstanceGroupManagerStatus
15974
15982
  include Google::Apis::Core::Hashable
15975
15983
 
15976
- # [Output Only] A status of consistency of Instances' config applied to
15977
- # instances with Instances' config defined in managed instance group.
15984
+ # [Output only] Status of all-instances configuration on the group.
15978
15985
  # Corresponds to the JSON property `allInstancesConfig`
15979
15986
  # @return [Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAllInstancesConfig]
15980
15987
  attr_accessor :all_instances_config
@@ -16025,14 +16032,14 @@ module Google
16025
16032
  class InstanceGroupManagerStatusAllInstancesConfig
16026
16033
  include Google::Apis::Core::Hashable
16027
16034
 
16028
- # [Output Only] Current instances' config revision. This value is in RFC3339
16029
- # text format.
16035
+ # [Output Only] Current all-instances configuration revision. This value is in
16036
+ # RFC3339 text format.
16030
16037
  # Corresponds to the JSON property `currentRevision`
16031
16038
  # @return [String]
16032
16039
  attr_accessor :current_revision
16033
16040
 
16034
- # [Output Only] A bit indicating whether instances' config has been applied to
16035
- # all managed instances in managed instance group.
16041
+ # [Output Only] A bit indicating whether this configuration has been applied to
16042
+ # all managed instances in the group.
16036
16043
  # Corresponds to the JSON property `effective`
16037
16044
  # @return [Boolean]
16038
16045
  attr_accessor :effective
@@ -16056,8 +16063,9 @@ module Google
16056
16063
  # [Output Only] A bit indicating whether the managed instance group has stateful
16057
16064
  # configuration, that is, if you have configured any items in a stateful policy
16058
16065
  # or in per-instance configs. The group might report that it has no stateful
16059
- # config even when there is still some preserved state on a managed instance,
16060
- # for example, if you have deleted all PICs but not yet applied those deletions.
16066
+ # configuration even when there is still some preserved state on a managed
16067
+ # instance, for example, if you have deleted all PICs but not yet applied those
16068
+ # deletions.
16061
16069
  # Corresponds to the JSON property `hasStatefulConfig`
16062
16070
  # @return [Boolean]
16063
16071
  attr_accessor :has_stateful_config
@@ -16066,15 +16074,15 @@ module Google
16066
16074
  # [Output Only] A bit indicating whether the managed instance group has stateful
16067
16075
  # configuration, that is, if you have configured any items in a stateful policy
16068
16076
  # or in per-instance configs. The group might report that it has no stateful
16069
- # config even when there is still some preserved state on a managed instance,
16070
- # for example, if you have deleted all PICs but not yet applied those deletions.
16071
- # This field is deprecated in favor of has_stateful_config.
16077
+ # configuration even when there is still some preserved state on a managed
16078
+ # instance, for example, if you have deleted all PICs but not yet applied those
16079
+ # deletions. This field is deprecated in favor of has_stateful_config.
16072
16080
  # Corresponds to the JSON property `isStateful`
16073
16081
  # @return [Boolean]
16074
16082
  attr_accessor :is_stateful
16075
16083
  alias_method :is_stateful?, :is_stateful
16076
16084
 
16077
- # [Output Only] Status of per-instance configs on the instance.
16085
+ # [Output Only] Status of per-instance configurations on the instance.
16078
16086
  # Corresponds to the JSON property `perInstanceConfigs`
16079
16087
  # @return [Google::Apis::ComputeAlpha::InstanceGroupManagerStatusStatefulPerInstanceConfigs]
16080
16088
  attr_accessor :per_instance_configs
@@ -16095,9 +16103,9 @@ module Google
16095
16103
  class InstanceGroupManagerStatusStatefulPerInstanceConfigs
16096
16104
  include Google::Apis::Core::Hashable
16097
16105
 
16098
- # A bit indicating if all of the group's per-instance configs (listed in the
16099
- # output of a listPerInstanceConfigs API call) have status EFFECTIVE or there
16100
- # are no per-instance-configs.
16106
+ # A bit indicating if all of the group's per-instance configurations (listed in
16107
+ # the output of a listPerInstanceConfigs API call) have status EFFECTIVE or
16108
+ # there are no per-instance-configs.
16101
16109
  # Corresponds to the JSON property `allEffective`
16102
16110
  # @return [Boolean]
16103
16111
  attr_accessor :all_effective
@@ -16572,8 +16580,8 @@ module Google
16572
16580
  class InstanceGroupManagersPatchPerInstanceConfigsReq
16573
16581
  include Google::Apis::Core::Hashable
16574
16582
 
16575
- # The list of per-instance configs to insert or patch on this managed instance
16576
- # group.
16583
+ # The list of per-instance configurations to insert or patch on this managed
16584
+ # instance group.
16577
16585
  # Corresponds to the JSON property `perInstanceConfigs`
16578
16586
  # @return [Array<Google::Apis::ComputeAlpha::PerInstanceConfig>]
16579
16587
  attr_accessor :per_instance_configs
@@ -16916,8 +16924,8 @@ module Google
16916
16924
  class InstanceGroupManagersUpdatePerInstanceConfigsReq
16917
16925
  include Google::Apis::Core::Hashable
16918
16926
 
16919
- # The list of per-instance configs to insert or patch on this managed instance
16920
- # group.
16927
+ # The list of per-instance configurations to insert or patch on this managed
16928
+ # instance group.
16921
16929
  # Corresponds to the JSON property `perInstanceConfigs`
16922
16930
  # @return [Array<Google::Apis::ComputeAlpha::PerInstanceConfig>]
16923
16931
  attr_accessor :per_instance_configs
@@ -22763,7 +22771,8 @@ module Google
22763
22771
  class ManagedInstance
22764
22772
  include Google::Apis::Core::Hashable
22765
22773
 
22766
- # [Output Only] Instances config revision applied to this instance.
22774
+ # [Output Only] Current all-instances configuration revision applied to this
22775
+ # instance.
22767
22776
  # Corresponds to the JSON property `allInstancesConfig`
22768
22777
  # @return [Google::Apis::ComputeAlpha::ManagedInstanceAllInstancesConfig]
22769
22778
  attr_accessor :all_instances_config
@@ -22878,7 +22887,8 @@ module Google
22878
22887
  class ManagedInstanceAllInstancesConfig
22879
22888
  include Google::Apis::Core::Hashable
22880
22889
 
22881
- # [Output Only] Instances config revision. This value is in RFC3339 text format.
22890
+ # [Output Only] Current all-instances configuration revision. This value is in
22891
+ # RFC3339 text format.
22882
22892
  # Corresponds to the JSON property `revision`
22883
22893
  # @return [String]
22884
22894
  attr_accessor :revision
@@ -23860,7 +23870,8 @@ module Google
23860
23870
  attr_accessor :network_endpoint_type
23861
23871
 
23862
23872
  # The target service url used to set up private service connection to a Google
23863
- # API. An example value is: "asia-northeast3-cloudkms.googleapis.com"
23873
+ # API or a PSC Producer Service Attachment. An example value is: "asia-
23874
+ # northeast3-cloudkms.googleapis.com"
23864
23875
  # Corresponds to the JSON property `pscTargetService`
23865
23876
  # @return [String]
23866
23877
  attr_accessor :psc_target_service
@@ -29260,18 +29271,18 @@ module Google
29260
29271
  # Fingerprint of this per-instance config. This field can be used in optimistic
29261
29272
  # locking. It is ignored when inserting a per-instance config. An up-to-date
29262
29273
  # fingerprint must be provided in order to update an existing per-instance
29263
- # config or the field needs to be unset.
29274
+ # configuration or the field needs to be unset.
29264
29275
  # Corresponds to the JSON property `fingerprint`
29265
29276
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
29266
29277
  # @return [String]
29267
29278
  attr_accessor :fingerprint
29268
29279
 
29269
- # The name of a per-instance config and its corresponding instance. Serves as a
29270
- # merge key during UpdatePerInstanceConfigs operations, that is, if a per-
29271
- # instance config with the same name exists then it will be updated, otherwise a
29272
- # new one will be created for the VM instance with the same name. An attempt to
29273
- # create a per-instance config for a VM instance that either doesn't exist or is
29274
- # not part of the group will result in an error.
29280
+ # The name of a per-instance configuration and its corresponding instance.
29281
+ # Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if
29282
+ # a per-instance configuration with the same name exists then it will be updated,
29283
+ # otherwise a new one will be created for the VM instance with the same name.
29284
+ # An attempt to create a per-instance configconfiguration for a VM instance that
29285
+ # either doesn't exist or is not part of the group will result in an error.
29275
29286
  # Corresponds to the JSON property `name`
29276
29287
  # @return [String]
29277
29288
  attr_accessor :name
@@ -29281,8 +29292,8 @@ module Google
29281
29292
  # @return [Google::Apis::ComputeAlpha::PreservedState]
29282
29293
  attr_accessor :preserved_state
29283
29294
 
29284
- # The status of applying this per-instance config on the corresponding managed
29285
- # instance.
29295
+ # The status of applying this per-instance configuration on the corresponding
29296
+ # managed instance.
29286
29297
  # Corresponds to the JSON property `status`
29287
29298
  # @return [String]
29288
29299
  attr_accessor :status
@@ -31620,8 +31631,8 @@ module Google
31620
31631
  class RegionInstanceGroupManagerPatchInstanceConfigReq
31621
31632
  include Google::Apis::Core::Hashable
31622
31633
 
31623
- # The list of per-instance configs to insert or patch on this managed instance
31624
- # group.
31634
+ # The list of per-instance configurations to insert or patch on this managed
31635
+ # instance group.
31625
31636
  # Corresponds to the JSON property `perInstanceConfigs`
31626
31637
  # @return [Array<Google::Apis::ComputeAlpha::PerInstanceConfig>]
31627
31638
  attr_accessor :per_instance_configs
@@ -31640,8 +31651,8 @@ module Google
31640
31651
  class RegionInstanceGroupManagerUpdateInstanceConfigReq
31641
31652
  include Google::Apis::Core::Hashable
31642
31653
 
31643
- # The list of per-instance configs to insert or patch on this managed instance
31644
- # group.
31654
+ # The list of per-instance configurations to insert or patch on this managed
31655
+ # instance group.
31645
31656
  # Corresponds to the JSON property `perInstanceConfigs`
31646
31657
  # @return [Array<Google::Apis::ComputeAlpha::PerInstanceConfig>]
31647
31658
  attr_accessor :per_instance_configs
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.32.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 = "20220322"
25
+ REVISION = "20220420"
26
26
  end
27
27
  end
28
28
  end
@@ -7717,6 +7717,7 @@ module Google
7717
7717
  class ConfidentialInstanceConfig
7718
7718
  # @private
7719
7719
  class Representation < Google::Apis::Core::JsonRepresentation
7720
+ property :confidential_instance_type, as: 'confidentialInstanceType'
7720
7721
  property :enable_confidential_compute, as: 'enableConfidentialCompute'
7721
7722
  end
7722
7723
  end
@@ -9663,8 +9663,8 @@ module Google
9663
9663
  execute_or_queue_command(command, &block)
9664
9664
  end
9665
9665
 
9666
- # Creates instances with per-instance configs in this managed instance group.
9667
- # Instances are created using the current instance template. The create
9666
+ # Creates instances with per-instance configurations in this managed instance
9667
+ # group. Instances are created using the current instance template. The create
9668
9668
  # instances operation is marked DONE if the createInstances request is
9669
9669
  # successful. The underlying actions take additional time. You must separately
9670
9670
  # verify the status of the creating or actions with the listmanagedinstances
@@ -9836,7 +9836,7 @@ module Google
9836
9836
  execute_or_queue_command(command, &block)
9837
9837
  end
9838
9838
 
9839
- # Deletes selected per-instance configs for the managed instance group.
9839
+ # Deletes selected per-instance configurations for the managed instance group.
9840
9840
  # @param [String] project
9841
9841
  # Project ID for this request.
9842
9842
  # @param [String] zone
@@ -10232,8 +10232,8 @@ module Google
10232
10232
  execute_or_queue_command(command, &block)
10233
10233
  end
10234
10234
 
10235
- # Lists all of the per-instance configs defined for the managed instance group.
10236
- # The orderBy query parameter is not supported.
10235
+ # Lists all of the per-instance configurations defined for the managed instance
10236
+ # group. The orderBy query parameter is not supported.
10237
10237
  # @param [String] project
10238
10238
  # Project ID for this request.
10239
10239
  # @param [String] zone
@@ -10379,7 +10379,7 @@ module Google
10379
10379
  execute_or_queue_command(command, &block)
10380
10380
  end
10381
10381
 
10382
- # Inserts or patches per-instance configs for the managed instance group.
10382
+ # Inserts or patches per-instance configurations for the managed instance group.
10383
10383
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
10384
10384
  # insert or patch.
10385
10385
  # @param [String] project
@@ -11169,7 +11169,7 @@ module Google
11169
11169
  execute_or_queue_command(command, &block)
11170
11170
  end
11171
11171
 
11172
- # Inserts or updates per-instance configs for the managed instance group.
11172
+ # Inserts or updates per-instance configurations for the managed instance group.
11173
11173
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
11174
11174
  # insert or patch.
11175
11175
  # @param [String] project
@@ -27198,9 +27198,9 @@ module Google
27198
27198
  execute_or_queue_command(command, &block)
27199
27199
  end
27200
27200
 
27201
- # Creates instances with per-instance configs in this regional managed instance
27202
- # group. Instances are created using the current instance template. The create
27203
- # instances operation is marked DONE if the createInstances request is
27201
+ # Creates instances with per-instance configurations in this regional managed
27202
+ # instance group. Instances are created using the current instance template. The
27203
+ # create instances operation is marked DONE if the createInstances request is
27204
27204
  # successful. The underlying actions take additional time. You must separately
27205
27205
  # verify the status of the creating or actions with the listmanagedinstances
27206
27206
  # method.
@@ -27370,7 +27370,7 @@ module Google
27370
27370
  execute_or_queue_command(command, &block)
27371
27371
  end
27372
27372
 
27373
- # Deletes selected per-instance configs for the managed instance group.
27373
+ # Deletes selected per-instance configurations for the managed instance group.
27374
27374
  # @param [String] project
27375
27375
  # Project ID for this request.
27376
27376
  # @param [String] region
@@ -27759,8 +27759,8 @@ module Google
27759
27759
  execute_or_queue_command(command, &block)
27760
27760
  end
27761
27761
 
27762
- # Lists all of the per-instance configs defined for the managed instance group.
27763
- # The orderBy query parameter is not supported.
27762
+ # Lists all of the per-instance configurations defined for the managed instance
27763
+ # group. The orderBy query parameter is not supported.
27764
27764
  # @param [String] project
27765
27765
  # Project ID for this request.
27766
27766
  # @param [String] region
@@ -27905,7 +27905,7 @@ module Google
27905
27905
  execute_or_queue_command(command, &block)
27906
27906
  end
27907
27907
 
27908
- # Inserts or patches per-instance configs for the managed instance group.
27908
+ # Inserts or patches per-instance configurations for the managed instance group.
27909
27909
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
27910
27910
  # insert or patch.
27911
27911
  # @param [String] project
@@ -28682,7 +28682,7 @@ module Google
28682
28682
  execute_or_queue_command(command, &block)
28683
28683
  end
28684
28684
 
28685
- # Inserts or updates per-instance configs for the managed instance group.
28685
+ # Inserts or updates per-instance configurations for the managed instance group.
28686
28686
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
28687
28687
  # insert or patch.
28688
28688
  # @param [String] project
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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-04-04 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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []