google-cloud-compute-v1 3.2.0 → 3.4.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.
@@ -425,6 +425,27 @@ module Google
425
425
  extend ::Google::Protobuf::MessageExts::ClassMethods
426
426
  end
427
427
 
428
+ # A request message for Instances.AddNetworkInterface. See the method description for details.
429
+ # @!attribute [rw] instance
430
+ # @return [::String]
431
+ # The instance name for this request stored as resource_id. Name should conform to RFC1035 or be an unsigned long integer.
432
+ # @!attribute [rw] network_interface_resource
433
+ # @return [::Google::Cloud::Compute::V1::NetworkInterface]
434
+ # The body resource for this request
435
+ # @!attribute [rw] project
436
+ # @return [::String]
437
+ # Project ID for this request.
438
+ # @!attribute [rw] request_id
439
+ # @return [::String]
440
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
441
+ # @!attribute [rw] zone
442
+ # @return [::String]
443
+ # The name of the zone for this request.
444
+ class AddNetworkInterfaceInstanceRequest
445
+ include ::Google::Protobuf::MessageExts
446
+ extend ::Google::Protobuf::MessageExts::ClassMethods
447
+ end
448
+
428
449
  # A request message for NodeGroups.AddNodes. See the method description for details.
429
450
  # @!attribute [rw] node_group
430
451
  # @return [::String]
@@ -3595,7 +3616,7 @@ module Google
3595
3616
  # Specifies the maximum allowed TTL for cached content served by this origin. Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTTL seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. Headers sent to the client will not be modified. Setting a TTL of "0" means "always revalidate". The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.
3596
3617
  # @!attribute [rw] negative_caching
3597
3618
  # @return [::Boolean]
3598
- # Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 421 (Misdirected Request), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy.
3619
+ # Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy.
3599
3620
  # @!attribute [rw] negative_caching_policy
3600
3621
  # @return [::Array<::Google::Cloud::Compute::V1::BackendBucketCdnPolicyNegativeCachingPolicy>]
3601
3622
  # Sets a cache TTL for the specified HTTP status code. negative_caching must be enabled to configure negative_caching_policy. Omitting the policy and leaving negative_caching enabled will use Cloud CDN's default cache TTLs. Note that when specifying an explicit negative_caching_policy, you should take care to specify a cache TTL for all response codes that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exists.
@@ -4124,7 +4145,7 @@ module Google
4124
4145
  # Specifies the maximum allowed TTL for cached content served by this origin. Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTTL seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. Headers sent to the client will not be modified. Setting a TTL of "0" means "always revalidate". The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.
4125
4146
  # @!attribute [rw] negative_caching
4126
4147
  # @return [::Boolean]
4127
- # Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 421 (Misdirected Request), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy.
4148
+ # Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy.
4128
4149
  # @!attribute [rw] negative_caching_policy
4129
4150
  # @return [::Array<::Google::Cloud::Compute::V1::BackendServiceCdnPolicyNegativeCachingPolicy>]
4130
4151
  # Sets a cache TTL for the specified HTTP status code. negative_caching must be enabled to configure negative_caching_policy. Omitting the policy and leaving negative_caching enabled will use Cloud CDN's default cache TTLs. Note that when specifying an explicit negative_caching_policy, you should take care to specify a cache TTL for all response codes that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exists.
@@ -6354,6 +6375,27 @@ module Google
6354
6375
  extend ::Google::Protobuf::MessageExts::ClassMethods
6355
6376
  end
6356
6377
 
6378
+ # A request message for Instances.DeleteNetworkInterface. See the method description for details.
6379
+ # @!attribute [rw] instance
6380
+ # @return [::String]
6381
+ # The instance name for this request stored as resource_id. Name should conform to RFC1035 or be an unsigned long integer.
6382
+ # @!attribute [rw] network_interface_name
6383
+ # @return [::String]
6384
+ # The name of the dynamic network interface to be deleted from the instance.
6385
+ # @!attribute [rw] project
6386
+ # @return [::String]
6387
+ # Project ID for this request.
6388
+ # @!attribute [rw] request_id
6389
+ # @return [::String]
6390
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
6391
+ # @!attribute [rw] zone
6392
+ # @return [::String]
6393
+ # The name of the zone for this request.
6394
+ class DeleteNetworkInterfaceInstanceRequest
6395
+ include ::Google::Protobuf::MessageExts
6396
+ extend ::Google::Protobuf::MessageExts::ClassMethods
6397
+ end
6398
+
6357
6399
  # A request message for Networks.Delete. See the method description for details.
6358
6400
  # @!attribute [rw] network
6359
6401
  # @return [::String]
@@ -11257,6 +11299,9 @@ module Google
11257
11299
  # @!attribute [rw] service_attachment
11258
11300
  # @return [::String]
11259
11301
  # Name of the ServiceAttachment resource to return.
11302
+ # @!attribute [rw] show_nat_ips
11303
+ # @return [::Boolean]
11304
+ # Indicates whether NAT IPs should be included in the response.
11260
11305
  class GetServiceAttachmentRequest
11261
11306
  include ::Google::Protobuf::MessageExts
11262
11307
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -14407,6 +14452,9 @@ module Google
14407
14452
  # The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
14408
14453
  DEPROVISIONING = 428_935_662
14409
14454
 
14455
+ # For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS).
14456
+ PENDING = 35_394_935
14457
+
14410
14458
  # Resources are being allocated for the instance.
14411
14459
  PROVISIONING = 290_896_621
14412
14460
 
@@ -15638,6 +15686,9 @@ module Google
15638
15686
  end
15639
15687
 
15640
15688
  # Additional instance params.
15689
+ # @!attribute [rw] request_valid_for_duration
15690
+ # @return [::Google::Cloud::Compute::V1::Duration]
15691
+ # Relative deadline for waiting for capacity. Relevant only for Instances.Insert API.
15641
15692
  # @!attribute [rw] resource_manager_tags
15642
15693
  # @return [::Google::Protobuf::Map{::String => ::String}]
15643
15694
  # Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
@@ -15975,6 +16026,9 @@ module Google
15975
16026
  # The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
15976
16027
  DEPROVISIONING = 428_935_662
15977
16028
 
16029
+ # For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS).
16030
+ PENDING = 35_394_935
16031
+
15978
16032
  # Resources are being allocated for the instance.
15979
16033
  PROVISIONING = 290_896_621
15980
16034
 
@@ -17338,7 +17392,7 @@ module Google
17338
17392
  # Check the IsActive enum for the list of possible values.
17339
17393
  # @!attribute [rw] status
17340
17394
  # @return [::String]
17341
- # Whether this Attachment is active, and if so, whether BGP is up. This is based on the statuses available in the Pantheon UI here: http://google3/java/com/google/cloud/boq/clientapi/gce/hybrid/api/interconnect_models.proto
17395
+ # Whether this Attachment is active, and if so, whether BGP is up.
17342
17396
  # Check the Status enum for the list of possible values.
17343
17397
  class InterconnectAttachmentGroupsOperationalStatusAttachmentStatus
17344
17398
  include ::Google::Protobuf::MessageExts
@@ -17356,7 +17410,7 @@ module Google
17356
17410
  UNSPECIFIED = 526_786_327
17357
17411
  end
17358
17412
 
17359
- # Whether this Attachment is active, and if so, whether BGP is up. This is based on the statuses available in the Pantheon UI here: http://google3/java/com/google/cloud/boq/clientapi/gce/hybrid/api/interconnect_models.proto
17413
+ # Whether this Attachment is active, and if so, whether BGP is up.
17360
17414
  module Status
17361
17415
  # A value indicating that the enum field is not set.
17362
17416
  UNDEFINED_STATUS = 0
@@ -22513,6 +22567,9 @@ module Google
22513
22567
  # The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
22514
22568
  DEPROVISIONING = 428_935_662
22515
22569
 
22570
+ # For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS).
22571
+ PENDING = 35_394_935
22572
+
22516
22573
  # Resources are being allocated for the instance.
22517
22574
  PROVISIONING = 290_896_621
22518
22575
 
@@ -23594,6 +23651,9 @@ module Google
23594
23651
  # @return [::String]
23595
23652
  # The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
23596
23653
  # Check the NicType enum for the list of possible values.
23654
+ # @!attribute [rw] parent_nic_name
23655
+ # @return [::String]
23656
+ # Name of the parent network interface of a dynamic network interface.
23597
23657
  # @!attribute [rw] queue_count
23598
23658
  # @return [::Integer]
23599
23659
  # The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.
@@ -23604,6 +23664,9 @@ module Google
23604
23664
  # @!attribute [rw] subnetwork
23605
23665
  # @return [::String]
23606
23666
  # The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork
23667
+ # @!attribute [rw] vlan
23668
+ # @return [::Integer]
23669
+ # VLAN tag of a dynamic network interface, must be an integer in the range from 2 to 255 inclusively.
23607
23670
  class NetworkInterface
23608
23671
  include ::Google::Protobuf::MessageExts
23609
23672
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -23948,6 +24011,9 @@ module Google
23948
24011
  # @!attribute [rw] name
23949
24012
  # @return [::String]
23950
24013
  # [Output Only] Name of the resource.
24014
+ # @!attribute [rw] profile_type
24015
+ # @return [::Google::Cloud::Compute::V1::NetworkProfileProfileType]
24016
+ # [Output Only] Type of the network profile.
23951
24017
  # @!attribute [rw] self_link
23952
24018
  # @return [::String]
23953
24019
  # [Output Only] Server-defined URL for the resource.
@@ -24433,6 +24499,68 @@ module Google
24433
24499
  end
24434
24500
  end
24435
24501
 
24502
+ # @!attribute [rw] network_type
24503
+ # @return [::String]
24504
+ # Check the NetworkType enum for the list of possible values.
24505
+ # @!attribute [rw] rdma_subtype
24506
+ # @return [::String]
24507
+ # Check the RdmaSubtype enum for the list of possible values.
24508
+ # @!attribute [rw] ull_subtype
24509
+ # @return [::String]
24510
+ # Check the UllSubtype enum for the list of possible values.
24511
+ # @!attribute [rw] vpc_subtype
24512
+ # @return [::String]
24513
+ # Check the VpcSubtype enum for the list of possible values.
24514
+ class NetworkProfileProfileType
24515
+ include ::Google::Protobuf::MessageExts
24516
+ extend ::Google::Protobuf::MessageExts::ClassMethods
24517
+
24518
+
24519
+ module NetworkType
24520
+ # A value indicating that the enum field is not set.
24521
+ UNDEFINED_NETWORK_TYPE = 0
24522
+
24523
+ # RDMA network.
24524
+ RDMA = 2_510_662
24525
+
24526
+ # ULL network.
24527
+ ULL = 84_117
24528
+
24529
+ # VPC network.
24530
+ VPC = 85_193
24531
+ end
24532
+
24533
+ module RdmaSubtype
24534
+ # A value indicating that the enum field is not set.
24535
+ UNDEFINED_RDMA_SUBTYPE = 0
24536
+
24537
+ # RDMA over Falcon.
24538
+ FALCON = 455_787_729
24539
+
24540
+ # RDMA over Converged Ethernet (RoCE).
24541
+ ROCE = 2_520_927
24542
+ end
24543
+
24544
+ module UllSubtype
24545
+ # A value indicating that the enum field is not set.
24546
+ UNDEFINED_ULL_SUBTYPE = 0
24547
+
24548
+ # Exchange operator.
24549
+ OPERATOR = 282_073_252
24550
+
24551
+ # Exchange participant.
24552
+ PARTICIPANT = 236_028_691
24553
+ end
24554
+
24555
+ module VpcSubtype
24556
+ # A value indicating that the enum field is not set.
24557
+ UNDEFINED_VPC_SUBTYPE = 0
24558
+
24559
+ # Regionally bound VPC network.
24560
+ REGIONAL = 92_288_543
24561
+ end
24562
+ end
24563
+
24436
24564
  # Contains a list of network profiles.
24437
24565
  # @!attribute [rw] etag
24438
24566
  # @return [::String]
@@ -31065,6 +31193,9 @@ module Google
31065
31193
  # @!attribute [rw] network
31066
31194
  # @return [::String]
31067
31195
  # URI of the network to which this router belongs.
31196
+ # @!attribute [rw] params
31197
+ # @return [::Google::Cloud::Compute::V1::RouterParams]
31198
+ # Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload.
31068
31199
  # @!attribute [rw] region
31069
31200
  # @return [::String]
31070
31201
  # [Output Only] URI of the region where the router resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
@@ -31679,6 +31810,24 @@ module Google
31679
31810
  extend ::Google::Protobuf::MessageExts::ClassMethods
31680
31811
  end
31681
31812
 
31813
+ # Additional router parameters.
31814
+ # @!attribute [rw] resource_manager_tags
31815
+ # @return [::Google::Protobuf::Map{::String => ::String}]
31816
+ # Tag keys/values directly bound to this resource. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * \\{"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"} * \\{"123/environment" : "production", "345/abc" : "xyz"} Note: * Invalid combinations of ID & namespaced format is not supported. For instance: \\{"123/environment" : "tagValues/444"} is invalid. * Inconsistent format is not supported. For instance: \\{"tagKeys/333" : "tagValues/444", "123/env" : "prod"} is invalid.
31817
+ class RouterParams
31818
+ include ::Google::Protobuf::MessageExts
31819
+ extend ::Google::Protobuf::MessageExts::ClassMethods
31820
+
31821
+ # @!attribute [rw] key
31822
+ # @return [::String]
31823
+ # @!attribute [rw] value
31824
+ # @return [::String]
31825
+ class ResourceManagerTagsEntry
31826
+ include ::Google::Protobuf::MessageExts
31827
+ extend ::Google::Protobuf::MessageExts::ClassMethods
31828
+ end
31829
+ end
31830
+
31682
31831
  # @!attribute [rw] best_routes
31683
31832
  # @return [::Array<::Google::Cloud::Compute::V1::Route>]
31684
31833
  # A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
@@ -32211,6 +32360,9 @@ module Google
32211
32360
  # @return [::String]
32212
32361
  # Specifies the provisioning model of the instance.
32213
32362
  # Check the ProvisioningModel enum for the list of possible values.
32363
+ # @!attribute [rw] skip_guest_os_shutdown
32364
+ # @return [::Boolean]
32365
+ # Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
32214
32366
  # @!attribute [rw] termination_time
32215
32367
  # @return [::String]
32216
32368
  # Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time.
@@ -32250,6 +32402,9 @@ module Google
32250
32402
  # A value indicating that the enum field is not set.
32251
32403
  UNDEFINED_PROVISIONING_MODEL = 0
32252
32404
 
32405
+ # Instance is provisioned using the Flex Start provisioning model and has a limited runtime.
32406
+ FLEX_START = 101_746_812
32407
+
32253
32408
  # Bound to the lifecycle of the reservation in which it is provisioned.
32254
32409
  RESERVATION_BOUND = 293_538_571
32255
32410
 
@@ -32702,7 +32857,7 @@ module Google
32702
32857
  # The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
32703
32858
  # @!attribute [rw] expr
32704
32859
  # @return [::Google::Cloud::Compute::V1::Expr]
32705
- # User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing `evaluateThreatIntelligence` require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing `evaluatePreconfiguredExpr('sourceiplist-*')` require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.
32860
+ # User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing `evaluateThreatIntelligence` require a Cloud Armor Enterprise subscription and are not supported in Edge Policies nor in Regional Policies. Expressions containing `evaluatePreconfiguredExpr('sourceiplist-*')` require a Cloud Armor Enterprise subscription and are only supported in Global Security Policies.
32706
32861
  # @!attribute [rw] expr_options
32707
32862
  # @return [::Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherExprOptions]
32708
32863
  # The configuration options available when specifying a user defined CEVAL expression (i.e., 'expr').
@@ -33250,6 +33405,9 @@ module Google
33250
33405
  # @!attribute [rw] endpoint
33251
33406
  # @return [::String]
33252
33407
  # The url of a connected endpoint.
33408
+ # @!attribute [rw] nat_ips
33409
+ # @return [::Array<::String>]
33410
+ # NAT IPs of the connected PSC endpoint and those of other endpoints propagated from it.
33253
33411
  # @!attribute [rw] propagated_connection_count
33254
33412
  # @return [::Integer]
33255
33413
  # The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.
@@ -38502,6 +38660,24 @@ module Google
38502
38660
  extend ::Google::Protobuf::MessageExts::ClassMethods
38503
38661
  end
38504
38662
 
38663
+ # A request message for Addresses.TestIamPermissions. See the method description for details.
38664
+ # @!attribute [rw] project
38665
+ # @return [::String]
38666
+ # Project ID for this request.
38667
+ # @!attribute [rw] region
38668
+ # @return [::String]
38669
+ # The name of the region for this request.
38670
+ # @!attribute [rw] resource
38671
+ # @return [::String]
38672
+ # Name or id of the resource for this request.
38673
+ # @!attribute [rw] test_permissions_request_resource
38674
+ # @return [::Google::Cloud::Compute::V1::TestPermissionsRequest]
38675
+ # The body resource for this request
38676
+ class TestIamPermissionsAddressRequest
38677
+ include ::Google::Protobuf::MessageExts
38678
+ extend ::Google::Protobuf::MessageExts::ClassMethods
38679
+ end
38680
+
38505
38681
  # A request message for BackendBuckets.TestIamPermissions. See the method description for details.
38506
38682
  # @!attribute [rw] project
38507
38683
  # @return [::String]
@@ -38577,6 +38753,21 @@ module Google
38577
38753
  extend ::Google::Protobuf::MessageExts::ClassMethods
38578
38754
  end
38579
38755
 
38756
+ # A request message for GlobalAddresses.TestIamPermissions. See the method description for details.
38757
+ # @!attribute [rw] project
38758
+ # @return [::String]
38759
+ # Project ID for this request.
38760
+ # @!attribute [rw] resource
38761
+ # @return [::String]
38762
+ # Name or id of the resource for this request.
38763
+ # @!attribute [rw] test_permissions_request_resource
38764
+ # @return [::Google::Cloud::Compute::V1::TestPermissionsRequest]
38765
+ # The body resource for this request
38766
+ class TestIamPermissionsGlobalAddressRequest
38767
+ include ::Google::Protobuf::MessageExts
38768
+ extend ::Google::Protobuf::MessageExts::ClassMethods
38769
+ end
38770
+
38580
38771
  # A request message for Images.TestIamPermissions. See the method description for details.
38581
38772
  # @!attribute [rw] project
38582
38773
  # @return [::String]
@@ -38592,6 +38783,24 @@ module Google
38592
38783
  extend ::Google::Protobuf::MessageExts::ClassMethods
38593
38784
  end
38594
38785
 
38786
+ # A request message for InstanceGroups.TestIamPermissions. See the method description for details.
38787
+ # @!attribute [rw] project
38788
+ # @return [::String]
38789
+ # Project ID for this request.
38790
+ # @!attribute [rw] resource
38791
+ # @return [::String]
38792
+ # Name or id of the resource for this request.
38793
+ # @!attribute [rw] test_permissions_request_resource
38794
+ # @return [::Google::Cloud::Compute::V1::TestPermissionsRequest]
38795
+ # The body resource for this request
38796
+ # @!attribute [rw] zone
38797
+ # @return [::String]
38798
+ # The name of the zone for this request.
38799
+ class TestIamPermissionsInstanceGroupRequest
38800
+ include ::Google::Protobuf::MessageExts
38801
+ extend ::Google::Protobuf::MessageExts::ClassMethods
38802
+ end
38803
+
38595
38804
  # A request message for Instances.TestIamPermissions. See the method description for details.
38596
38805
  # @!attribute [rw] project
38597
38806
  # @return [::String]
@@ -38859,6 +39068,24 @@ module Google
38859
39068
  extend ::Google::Protobuf::MessageExts::ClassMethods
38860
39069
  end
38861
39070
 
39071
+ # A request message for RegionInstanceGroups.TestIamPermissions. See the method description for details.
39072
+ # @!attribute [rw] project
39073
+ # @return [::String]
39074
+ # Project ID for this request.
39075
+ # @!attribute [rw] region
39076
+ # @return [::String]
39077
+ # The name of the region for this request.
39078
+ # @!attribute [rw] resource
39079
+ # @return [::String]
39080
+ # Name or id of the resource for this request.
39081
+ # @!attribute [rw] test_permissions_request_resource
39082
+ # @return [::Google::Cloud::Compute::V1::TestPermissionsRequest]
39083
+ # The body resource for this request
39084
+ class TestIamPermissionsRegionInstanceGroupRequest
39085
+ include ::Google::Protobuf::MessageExts
39086
+ extend ::Google::Protobuf::MessageExts::ClassMethods
39087
+ end
39088
+
38862
39089
  # A request message for RegionInstantSnapshots.TestIamPermissions. See the method description for details.
38863
39090
  # @!attribute [rw] project
38864
39091
  # @return [::String]
@@ -39000,6 +39227,42 @@ module Google
39000
39227
  extend ::Google::Protobuf::MessageExts::ClassMethods
39001
39228
  end
39002
39229
 
39230
+ # A request message for TargetInstances.TestIamPermissions. See the method description for details.
39231
+ # @!attribute [rw] project
39232
+ # @return [::String]
39233
+ # Project ID for this request.
39234
+ # @!attribute [rw] resource
39235
+ # @return [::String]
39236
+ # Name or id of the resource for this request.
39237
+ # @!attribute [rw] test_permissions_request_resource
39238
+ # @return [::Google::Cloud::Compute::V1::TestPermissionsRequest]
39239
+ # The body resource for this request
39240
+ # @!attribute [rw] zone
39241
+ # @return [::String]
39242
+ # The name of the zone for this request.
39243
+ class TestIamPermissionsTargetInstanceRequest
39244
+ include ::Google::Protobuf::MessageExts
39245
+ extend ::Google::Protobuf::MessageExts::ClassMethods
39246
+ end
39247
+
39248
+ # A request message for TargetPools.TestIamPermissions. See the method description for details.
39249
+ # @!attribute [rw] project
39250
+ # @return [::String]
39251
+ # Project ID for this request.
39252
+ # @!attribute [rw] region
39253
+ # @return [::String]
39254
+ # The name of the region for this request.
39255
+ # @!attribute [rw] resource
39256
+ # @return [::String]
39257
+ # Name or id of the resource for this request.
39258
+ # @!attribute [rw] test_permissions_request_resource
39259
+ # @return [::Google::Cloud::Compute::V1::TestPermissionsRequest]
39260
+ # The body resource for this request
39261
+ class TestIamPermissionsTargetPoolRequest
39262
+ include ::Google::Protobuf::MessageExts
39263
+ extend ::Google::Protobuf::MessageExts::ClassMethods
39264
+ end
39265
+
39003
39266
  # A request message for VpnGateways.TestIamPermissions. See the method description for details.
39004
39267
  # @!attribute [rw] project
39005
39268
  # @return [::String]
@@ -39085,6 +39348,12 @@ module Google
39085
39348
  # Maintenance due to GPU errors.
39086
39349
  FAILURE_GPU = 467_876_919
39087
39350
 
39351
+ # Maintenance due to customer reported multiple faulty hosts via R&R Subblock API.
39352
+ FAILURE_GPU_MULTIPLE_FAULTY_HOSTS_CUSTOMER_REPORTED = 223_284_959
39353
+
39354
+ # Maintenance due to customer reported NVLink switch failure via R&R Subblock API.
39355
+ FAILURE_GPU_NVLINK_SWITCH_CUSTOMER_REPORTED = 88_487_838
39356
+
39088
39357
  # Maintenance due to high GPU temperature.
39089
39358
  FAILURE_GPU_TEMPERATURE = 24_926_540
39090
39359
 
@@ -40507,6 +40776,9 @@ module Google
40507
40776
  end
40508
40777
 
40509
40778
  # Represents a Cloud VPN Tunnel resource. For more information about VPN, read the the Cloud VPN Overview.
40779
+ # @!attribute [rw] cipher_suite
40780
+ # @return [::Google::Cloud::Compute::V1::VpnTunnelCipherSuite]
40781
+ # User specified list of ciphers to use for the phase 1 and phase 2 of the IKE protocol.
40510
40782
  # @!attribute [rw] creation_timestamp
40511
40783
  # @return [::String]
40512
40784
  # [Output Only] Creation timestamp in RFC3339 text format.
@@ -40674,6 +40946,15 @@ module Google
40674
40946
  end
40675
40947
  end
40676
40948
 
40949
+ # @!attribute [rw] phase1
40950
+ # @return [::Google::Cloud::Compute::V1::VpnTunnelPhase1Algorithms]
40951
+ # @!attribute [rw] phase2
40952
+ # @return [::Google::Cloud::Compute::V1::VpnTunnelPhase2Algorithms]
40953
+ class VpnTunnelCipherSuite
40954
+ include ::Google::Protobuf::MessageExts
40955
+ extend ::Google::Protobuf::MessageExts::ClassMethods
40956
+ end
40957
+
40677
40958
  # Contains a list of VpnTunnel resources.
40678
40959
  # @!attribute [rw] id
40679
40960
  # @return [::String]
@@ -40698,6 +40979,30 @@ module Google
40698
40979
  extend ::Google::Protobuf::MessageExts::ClassMethods
40699
40980
  end
40700
40981
 
40982
+ # @!attribute [rw] dh
40983
+ # @return [::Array<::String>]
40984
+ # @!attribute [rw] encryption
40985
+ # @return [::Array<::String>]
40986
+ # @!attribute [rw] integrity
40987
+ # @return [::Array<::String>]
40988
+ # @!attribute [rw] prf
40989
+ # @return [::Array<::String>]
40990
+ class VpnTunnelPhase1Algorithms
40991
+ include ::Google::Protobuf::MessageExts
40992
+ extend ::Google::Protobuf::MessageExts::ClassMethods
40993
+ end
40994
+
40995
+ # @!attribute [rw] encryption
40996
+ # @return [::Array<::String>]
40997
+ # @!attribute [rw] integrity
40998
+ # @return [::Array<::String>]
40999
+ # @!attribute [rw] pfs
41000
+ # @return [::Array<::String>]
41001
+ class VpnTunnelPhase2Algorithms
41002
+ include ::Google::Protobuf::MessageExts
41003
+ extend ::Google::Protobuf::MessageExts::ClassMethods
41004
+ end
41005
+
40701
41006
  # @!attribute [rw] vpn_tunnels
40702
41007
  # @return [::Array<::Google::Cloud::Compute::V1::VpnTunnel>]
40703
41008
  # A list of VPN tunnels contained in this scope.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-compute-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.1'
18
+ version: '1.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.1'
25
+ version: '1.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-common
28
28
  requirement: !ruby/object:Gem::Requirement