google-apis-compute_alpha 0.69.0 → 0.70.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: 2b4ac4478dbaa059c5561eb42e8c7cc20ade8a128f361a6325aa529a5139e833
4
- data.tar.gz: 8508480abe392057fcc1795d81177c0261bb1b999f7119a12f015f89e19e80e3
3
+ metadata.gz: 97b09133783bfacc39fed5ea57d081c6d21ea7e91213ee59acb6fe6d29fc9f09
4
+ data.tar.gz: dd3dc8e50f7794ab8d476e9c7fb192313801ba7a075cce569c34809ab9d563d2
5
5
  SHA512:
6
- metadata.gz: 04621f0ba4bcc57df7f2e0f56d284d94426c2c67c9a0654b65f4f73cdfa611f8904313f58d74caf068d805ed70513ec6272455f4b44df362a5e8e372819d82ac
7
- data.tar.gz: 781391b7cabe316d2a2fe7364071df6482fe0d6510771be1d48ce4e4b5be90fabf00b16f819b6decaf170e2ac5622f9d53ccad07e49278b5bf4af9dd66f4f933
6
+ metadata.gz: be23806b3594a5f0d801294768c1a7704a3a0ba706d350059844771e00e7e7b4a50bc82ba264f04afdc318e88d82223f656f471bbf127f1e84c251f42f9a0bf2
7
+ data.tar.gz: c2807353ea4a13d74aa1a682fa709188be14de33f39d89f5657075a803d77cbcca42f763158013d73c231b017fb2ae391e22c6695014e9d9246773d00f116eb6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.70.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230606
6
+
3
7
  ### v0.69.0 (2023-06-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20230530
@@ -6649,7 +6649,9 @@ module Google
6649
6649
 
6650
6650
  # The name of the encryption key that is stored in Google Cloud KMS. For example:
6651
6651
  # "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/
6652
- # cryptoKeys/key
6652
+ # cryptoKeys/key The fully-qualifed key name may be returned for resource GET
6653
+ # requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/
6654
+ # keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
6653
6655
  # Corresponds to the JSON property `kmsKeyName`
6654
6656
  # @return [String]
6655
6657
  attr_accessor :kms_key_name
@@ -15570,6 +15572,12 @@ module Google
15570
15572
  # @return [Google::Apis::ComputeAlpha::InstanceParams]
15571
15573
  attr_accessor :params
15572
15574
 
15575
+ # Partner Metadata assigned to the instance. A map from a subdomain (namespace)
15576
+ # to entries map.
15577
+ # Corresponds to the JSON property `partnerMetadata`
15578
+ # @return [Hash<String,Google::Apis::ComputeAlpha::StructuredEntries>]
15579
+ attr_accessor :partner_metadata
15580
+
15573
15581
  # PostKeyRevocationActionType of the instance.
15574
15582
  # Corresponds to the JSON property `postKeyRevocationActionType`
15575
15583
  # @return [String]
@@ -15750,6 +15758,7 @@ module Google
15750
15758
  @network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
15751
15759
  @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
15752
15760
  @params = args[:params] if args.key?(:params)
15761
+ @partner_metadata = args[:partner_metadata] if args.key?(:partner_metadata)
15753
15762
  @post_key_revocation_action_type = args[:post_key_revocation_action_type] if args.key?(:post_key_revocation_action_type)
15754
15763
  @preserved_state_size_gb = args[:preserved_state_size_gb] if args.key?(:preserved_state_size_gb)
15755
15764
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
@@ -19278,6 +19287,12 @@ module Google
19278
19287
  # @return [Google::Apis::ComputeAlpha::NetworkPerformanceConfig]
19279
19288
  attr_accessor :network_performance_config
19280
19289
 
19290
+ # Partner Metadata assigned to the instance properties. A map from a subdomain (
19291
+ # namespace) to entries map.
19292
+ # Corresponds to the JSON property `partnerMetadata`
19293
+ # @return [Hash<String,Google::Apis::ComputeAlpha::StructuredEntries>]
19294
+ attr_accessor :partner_metadata
19295
+
19281
19296
  # PostKeyRevocationActionType of the instance.
19282
19297
  # Corresponds to the JSON property `postKeyRevocationActionType`
19283
19298
  # @return [String]
@@ -19368,6 +19383,7 @@ module Google
19368
19383
  @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
19369
19384
  @network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
19370
19385
  @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
19386
+ @partner_metadata = args[:partner_metadata] if args.key?(:partner_metadata)
19371
19387
  @post_key_revocation_action_type = args[:post_key_revocation_action_type] if args.key?(:post_key_revocation_action_type)
19372
19388
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
19373
19389
  @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
@@ -19446,14 +19462,6 @@ module Google
19446
19462
  # @return [String]
19447
19463
  attr_accessor :kind
19448
19464
 
19449
- # Partial URL of the machine type resource to use for this instance, in the
19450
- # format: machineTypes/machine-type. This is either provided by the client or
19451
- # chosen by the system. For example, the following is a valid partial url to a
19452
- # predefined machine type: machineTypes/n2-standard-1
19453
- # Corresponds to the JSON property `machineType`
19454
- # @return [String]
19455
- attr_accessor :machine_type
19456
-
19457
19465
  # [Output Only] URL of the zone where the resource resides You must specify this
19458
19466
  # field as part of the HTTP request URL. It is not settable as a field in the
19459
19467
  # request body.
@@ -19469,7 +19477,6 @@ module Google
19469
19477
  def update!(**args)
19470
19478
  @email = args[:email] if args.key?(:email)
19471
19479
  @kind = args[:kind] if args.key?(:kind)
19472
- @machine_type = args[:machine_type] if args.key?(:machine_type)
19473
19480
  @zone = args[:zone] if args.key?(:zone)
19474
19481
  end
19475
19482
  end
@@ -34849,6 +34856,11 @@ module Google
34849
34856
  # @return [String]
34850
34857
  attr_accessor :metric_name
34851
34858
 
34859
+ # Rollout status of the future quota limit.
34860
+ # Corresponds to the JSON property `rolloutStatus`
34861
+ # @return [String]
34862
+ attr_accessor :rollout_status
34863
+
34852
34864
  def initialize(**args)
34853
34865
  update!(**args)
34854
34866
  end
@@ -34860,6 +34872,7 @@ module Google
34860
34872
  @limit = args[:limit] if args.key?(:limit)
34861
34873
  @limit_name = args[:limit_name] if args.key?(:limit_name)
34862
34874
  @metric_name = args[:metric_name] if args.key?(:metric_name)
34875
+ @rollout_status = args[:rollout_status] if args.key?(:rollout_status)
34863
34876
  end
34864
34877
  end
34865
34878
 
@@ -38581,8 +38594,8 @@ module Google
38581
38594
  # @return [String]
38582
38595
  attr_accessor :next_hop_gateway
38583
38596
 
38584
- # [Output Only] The full resource name of the network connectivity center hub
38585
- # that should handle matching packets.
38597
+ # [Output Only] The full resource name of the Network Connectivity Center hub
38598
+ # that will handle matching packets.
38586
38599
  # Corresponds to the JSON property `nextHopHub`
38587
38600
  # @return [String]
38588
38601
  attr_accessor :next_hop_hub
@@ -51500,8 +51513,7 @@ module Google
51500
51513
  class UpcomingMaintenance
51501
51514
  include Google::Apis::Core::Hashable
51502
51515
 
51503
- # Indicates if the maintenance can be customer triggered. From more detail, see
51504
- # go/sf-ctm-design.
51516
+ # Indicates if the maintenance can be customer triggered.
51505
51517
  # Corresponds to the JSON property `canReschedule`
51506
51518
  # @return [Boolean]
51507
51519
  attr_accessor :can_reschedule
@@ -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.69.0"
19
+ GEM_VERSION = "0.70.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230530"
25
+ REVISION = "20230606"
26
26
  end
27
27
  end
28
28
  end
@@ -10741,6 +10741,8 @@ module Google
10741
10741
 
10742
10742
  property :params, as: 'params', class: Google::Apis::ComputeAlpha::InstanceParams, decorator: Google::Apis::ComputeAlpha::InstanceParams::Representation
10743
10743
 
10744
+ hash :partner_metadata, as: 'partnerMetadata', class: Google::Apis::ComputeAlpha::StructuredEntries, decorator: Google::Apis::ComputeAlpha::StructuredEntries::Representation
10745
+
10744
10746
  property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
10745
10747
  property :preserved_state_size_gb, :numeric_string => true, as: 'preservedStateSizeGb'
10746
10748
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
@@ -11716,6 +11718,8 @@ module Google
11716
11718
 
11717
11719
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeAlpha::NetworkPerformanceConfig, decorator: Google::Apis::ComputeAlpha::NetworkPerformanceConfig::Representation
11718
11720
 
11721
+ hash :partner_metadata, as: 'partnerMetadata', class: Google::Apis::ComputeAlpha::StructuredEntries, decorator: Google::Apis::ComputeAlpha::StructuredEntries::Representation
11722
+
11719
11723
  property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
11720
11724
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
11721
11725
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeAlpha::ReservationAffinity, decorator: Google::Apis::ComputeAlpha::ReservationAffinity::Representation
@@ -11758,7 +11762,6 @@ module Google
11758
11762
  class Representation < Google::Apis::Core::JsonRepresentation
11759
11763
  property :email, as: 'email'
11760
11764
  property :kind, as: 'kind'
11761
- property :machine_type, as: 'machineType'
11762
11765
  property :zone, as: 'zone'
11763
11766
  end
11764
11767
  end
@@ -15672,6 +15675,7 @@ module Google
15672
15675
  property :limit, as: 'limit'
15673
15676
  property :limit_name, as: 'limitName'
15674
15677
  property :metric_name, as: 'metricName'
15678
+ property :rollout_status, as: 'rolloutStatus'
15675
15679
  end
15676
15680
  end
15677
15681
 
@@ -13070,6 +13070,8 @@ module Google
13070
13070
  # Project ID for this request.
13071
13071
  # @param [String] instance_template
13072
13072
  # The name of the instance template.
13073
+ # @param [String] view
13074
+ # View of the instance template.
13073
13075
  # @param [String] fields
13074
13076
  # Selector specifying which fields to include in a partial response.
13075
13077
  # @param [String] quota_user
@@ -13089,12 +13091,13 @@ module Google
13089
13091
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
13090
13092
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
13091
13093
  # @raise [Google::Apis::AuthorizationError] Authorization is required
13092
- def get_instance_template(project, instance_template, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
13094
+ def get_instance_template(project, instance_template, view: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
13093
13095
  command = make_simple_command(:get, 'projects/{project}/global/instanceTemplates/{instanceTemplate}', options)
13094
13096
  command.response_representation = Google::Apis::ComputeAlpha::InstanceTemplate::Representation
13095
13097
  command.response_class = Google::Apis::ComputeAlpha::InstanceTemplate
13096
13098
  command.params['project'] = project unless project.nil?
13097
13099
  command.params['instanceTemplate'] = instance_template unless instance_template.nil?
13100
+ command.query['view'] = view unless view.nil?
13098
13101
  command.query['fields'] = fields unless fields.nil?
13099
13102
  command.query['quotaUser'] = quota_user unless quota_user.nil?
13100
13103
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -13245,6 +13248,8 @@ module Google
13245
13248
  # @param [Boolean] return_partial_success
13246
13249
  # Opt-in for partial success behavior which provides partial results in case of
13247
13250
  # failure. The default value is false.
13251
+ # @param [String] view
13252
+ # View of the instance template.
13248
13253
  # @param [String] fields
13249
13254
  # Selector specifying which fields to include in a partial response.
13250
13255
  # @param [String] quota_user
@@ -13264,7 +13269,7 @@ module Google
13264
13269
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
13265
13270
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
13266
13271
  # @raise [Google::Apis::AuthorizationError] Authorization is required
13267
- def list_instance_templates(project, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
13272
+ def list_instance_templates(project, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, view: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
13268
13273
  command = make_simple_command(:get, 'projects/{project}/global/instanceTemplates', options)
13269
13274
  command.response_representation = Google::Apis::ComputeAlpha::InstanceTemplateList::Representation
13270
13275
  command.response_class = Google::Apis::ComputeAlpha::InstanceTemplateList
@@ -13274,6 +13279,7 @@ module Google
13274
13279
  command.query['orderBy'] = order_by unless order_by.nil?
13275
13280
  command.query['pageToken'] = page_token unless page_token.nil?
13276
13281
  command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
13282
+ command.query['view'] = view unless view.nil?
13277
13283
  command.query['fields'] = fields unless fields.nil?
13278
13284
  command.query['quotaUser'] = quota_user unless quota_user.nil?
13279
13285
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -13848,6 +13854,8 @@ module Google
13848
13854
  # The name of the zone for this request.
13849
13855
  # @param [String] instance
13850
13856
  # Name of the instance resource to return.
13857
+ # @param [String] view
13858
+ # View of the instance.
13851
13859
  # @param [String] fields
13852
13860
  # Selector specifying which fields to include in a partial response.
13853
13861
  # @param [String] quota_user
@@ -13867,13 +13875,14 @@ module Google
13867
13875
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
13868
13876
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
13869
13877
  # @raise [Google::Apis::AuthorizationError] Authorization is required
13870
- def get_instance(project, zone, instance, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
13878
+ def get_instance(project, zone, instance, view: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
13871
13879
  command = make_simple_command(:get, 'projects/{project}/zones/{zone}/instances/{instance}', options)
13872
13880
  command.response_representation = Google::Apis::ComputeAlpha::Instance::Representation
13873
13881
  command.response_class = Google::Apis::ComputeAlpha::Instance
13874
13882
  command.params['project'] = project unless project.nil?
13875
13883
  command.params['zone'] = zone unless zone.nil?
13876
13884
  command.params['instance'] = instance unless instance.nil?
13885
+ command.query['view'] = view unless view.nil?
13877
13886
  command.query['fields'] = fields unless fields.nil?
13878
13887
  command.query['quotaUser'] = quota_user unless quota_user.nil?
13879
13888
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -14344,6 +14353,8 @@ module Google
14344
14353
  # @param [Boolean] return_partial_success
14345
14354
  # Opt-in for partial success behavior which provides partial results in case of
14346
14355
  # failure. The default value is false.
14356
+ # @param [String] view
14357
+ # View of the instance.
14347
14358
  # @param [String] fields
14348
14359
  # Selector specifying which fields to include in a partial response.
14349
14360
  # @param [String] quota_user
@@ -14363,7 +14374,7 @@ module Google
14363
14374
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
14364
14375
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
14365
14376
  # @raise [Google::Apis::AuthorizationError] Authorization is required
14366
- def list_instances(project, zone, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
14377
+ def list_instances(project, zone, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, view: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
14367
14378
  command = make_simple_command(:get, 'projects/{project}/zones/{zone}/instances', options)
14368
14379
  command.response_representation = Google::Apis::ComputeAlpha::InstanceList::Representation
14369
14380
  command.response_class = Google::Apis::ComputeAlpha::InstanceList
@@ -14374,6 +14385,7 @@ module Google
14374
14385
  command.query['orderBy'] = order_by unless order_by.nil?
14375
14386
  command.query['pageToken'] = page_token unless page_token.nil?
14376
14387
  command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
14388
+ command.query['view'] = view unless view.nil?
14377
14389
  command.query['fields'] = fields unless fields.nil?
14378
14390
  command.query['quotaUser'] = quota_user unless quota_user.nil?
14379
14391
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -32092,6 +32104,8 @@ module Google
32092
32104
  # The name of the region for this request.
32093
32105
  # @param [String] instance_template
32094
32106
  # The name of the instance template.
32107
+ # @param [String] view
32108
+ # View of the instance template.
32095
32109
  # @param [String] fields
32096
32110
  # Selector specifying which fields to include in a partial response.
32097
32111
  # @param [String] quota_user
@@ -32111,13 +32125,14 @@ module Google
32111
32125
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
32112
32126
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
32113
32127
  # @raise [Google::Apis::AuthorizationError] Authorization is required
32114
- def get_region_instance_template(project, region, instance_template, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
32128
+ def get_region_instance_template(project, region, instance_template, view: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
32115
32129
  command = make_simple_command(:get, 'projects/{project}/regions/{region}/instanceTemplates/{instanceTemplate}', options)
32116
32130
  command.response_representation = Google::Apis::ComputeAlpha::InstanceTemplate::Representation
32117
32131
  command.response_class = Google::Apis::ComputeAlpha::InstanceTemplate
32118
32132
  command.params['project'] = project unless project.nil?
32119
32133
  command.params['region'] = region unless region.nil?
32120
32134
  command.params['instanceTemplate'] = instance_template unless instance_template.nil?
32135
+ command.query['view'] = view unless view.nil?
32121
32136
  command.query['fields'] = fields unless fields.nil?
32122
32137
  command.query['quotaUser'] = quota_user unless quota_user.nil?
32123
32138
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -32231,6 +32246,8 @@ module Google
32231
32246
  # @param [Boolean] return_partial_success
32232
32247
  # Opt-in for partial success behavior which provides partial results in case of
32233
32248
  # failure. The default value is false.
32249
+ # @param [String] view
32250
+ # View of the instance template.
32234
32251
  # @param [String] fields
32235
32252
  # Selector specifying which fields to include in a partial response.
32236
32253
  # @param [String] quota_user
@@ -32250,7 +32267,7 @@ module Google
32250
32267
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
32251
32268
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
32252
32269
  # @raise [Google::Apis::AuthorizationError] Authorization is required
32253
- def list_region_instance_templates(project, region, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
32270
+ def list_region_instance_templates(project, region, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, view: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
32254
32271
  command = make_simple_command(:get, 'projects/{project}/regions/{region}/instanceTemplates', options)
32255
32272
  command.response_representation = Google::Apis::ComputeAlpha::InstanceTemplateList::Representation
32256
32273
  command.response_class = Google::Apis::ComputeAlpha::InstanceTemplateList
@@ -32261,6 +32278,7 @@ module Google
32261
32278
  command.query['orderBy'] = order_by unless order_by.nil?
32262
32279
  command.query['pageToken'] = page_token unless page_token.nil?
32263
32280
  command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
32281
+ command.query['view'] = view unless view.nil?
32264
32282
  command.query['fields'] = fields unless fields.nil?
32265
32283
  command.query['quotaUser'] = quota_user unless quota_user.nil?
32266
32284
  command.query['userIp'] = user_ip unless user_ip.nil?
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.69.0
4
+ version: 0.70.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-06-11 00:00:00.000000000 Z
11
+ date: 2023-06-18 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.69.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.70.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: []