google-apis-compute_v1 0.128.0 → 0.129.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: 84365409fcefbb1ef9dc81f536e30b92043e38cd23dd39029eef459b07690f58
4
- data.tar.gz: 787a865d82247d0404ab634d1ce45317e47a10a63aa73385755eb7b4dd1a4adf
3
+ metadata.gz: 474a097d7e24531889efd87b75ea37940e099a7c501d11689a6fbd5386e65eaa
4
+ data.tar.gz: 3a48d5ae87621d001a7d5ac02935dd97728f8a8a4160ba61997f424eac105637
5
5
  SHA512:
6
- metadata.gz: 5890dbb9a0e80de65a45f546a2cbbed7ecf5e585d97f0c86d279f2c66b883d16d4fc7ed225c1932acd935388629f3bcbd1cfa83de86b5110705746e152273c91
7
- data.tar.gz: b30b1651ba9a822e90d4f8bcc7349a6ed11c440e135355f1cf9fa991657a86324bdb5a3cb777ef00b2675261a3c75ef2a2eb0a96aa53a98672f0d5ee1378ef38
6
+ metadata.gz: e0bfb12e839f3946325216c6340e0fd9ed613b0fe3671f6cffb3458ec3c4dfd5f393207270b7a9c5104ae836a3605777f477d77ea0d817eb2aae7d46c6e48915
7
+ data.tar.gz: d0b44ca08edf582bee60708ed5b4774714b74c5547d2b783d2531e8037ed73749ff1a7b61c075d4dd7a36cfa40d1e7749a26661a8f032cee5835958f26eed4a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.129.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250810
6
+
3
7
  ### v0.128.0 (2025-08-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20250807
@@ -38616,6 +38616,11 @@ module Google
38616
38616
  class ResourceStatus
38617
38617
  include Google::Apis::Core::Hashable
38618
38618
 
38619
+ # Effective values of predefined metadata keys for an instance.
38620
+ # Corresponds to the JSON property `effectiveInstanceMetadata`
38621
+ # @return [Google::Apis::ComputeV1::ResourceStatusEffectiveInstanceMetadata]
38622
+ attr_accessor :effective_instance_metadata
38623
+
38619
38624
  # [Output Only] The precise location of your instance within the zone's data
38620
38625
  # center, including the block, sub-block, and host. The field is formatted as
38621
38626
  # follows: blockId/subBlockId/hostId.
@@ -38644,6 +38649,7 @@ module Google
38644
38649
 
38645
38650
  # Update properties of this object
38646
38651
  def update!(**args)
38652
+ @effective_instance_metadata = args[:effective_instance_metadata] if args.key?(:effective_instance_metadata)
38647
38653
  @physical_host = args[:physical_host] if args.key?(:physical_host)
38648
38654
  @physical_host_topology = args[:physical_host_topology] if args.key?(:physical_host_topology)
38649
38655
  @scheduling = args[:scheduling] if args.key?(:scheduling)
@@ -38651,6 +38657,74 @@ module Google
38651
38657
  end
38652
38658
  end
38653
38659
 
38660
+ # Effective values of predefined metadata keys for an instance.
38661
+ class ResourceStatusEffectiveInstanceMetadata
38662
+ include Google::Apis::Core::Hashable
38663
+
38664
+ # Effective block-project-ssh-keys value at Instance level.
38665
+ # Corresponds to the JSON property `blockProjectSshKeysMetadataValue`
38666
+ # @return [Boolean]
38667
+ attr_accessor :block_project_ssh_keys_metadata_value
38668
+ alias_method :block_project_ssh_keys_metadata_value?, :block_project_ssh_keys_metadata_value
38669
+
38670
+ # Effective enable-guest-attributes value at Instance level.
38671
+ # Corresponds to the JSON property `enableGuestAttributesMetadataValue`
38672
+ # @return [Boolean]
38673
+ attr_accessor :enable_guest_attributes_metadata_value
38674
+ alias_method :enable_guest_attributes_metadata_value?, :enable_guest_attributes_metadata_value
38675
+
38676
+ # Effective enable-os-inventory value at Instance level.
38677
+ # Corresponds to the JSON property `enableOsInventoryMetadataValue`
38678
+ # @return [Boolean]
38679
+ attr_accessor :enable_os_inventory_metadata_value
38680
+ alias_method :enable_os_inventory_metadata_value?, :enable_os_inventory_metadata_value
38681
+
38682
+ # Effective enable-osconfig value at Instance level.
38683
+ # Corresponds to the JSON property `enableOsconfigMetadataValue`
38684
+ # @return [Boolean]
38685
+ attr_accessor :enable_osconfig_metadata_value
38686
+ alias_method :enable_osconfig_metadata_value?, :enable_osconfig_metadata_value
38687
+
38688
+ # Effective enable-oslogin value at Instance level.
38689
+ # Corresponds to the JSON property `enableOsloginMetadataValue`
38690
+ # @return [Boolean]
38691
+ attr_accessor :enable_oslogin_metadata_value
38692
+ alias_method :enable_oslogin_metadata_value?, :enable_oslogin_metadata_value
38693
+
38694
+ # Effective serial-port-enable value at Instance level.
38695
+ # Corresponds to the JSON property `serialPortEnableMetadataValue`
38696
+ # @return [Boolean]
38697
+ attr_accessor :serial_port_enable_metadata_value
38698
+ alias_method :serial_port_enable_metadata_value?, :serial_port_enable_metadata_value
38699
+
38700
+ # Effective serial-port-logging-enable value at Instance level.
38701
+ # Corresponds to the JSON property `serialPortLoggingEnableMetadataValue`
38702
+ # @return [Boolean]
38703
+ attr_accessor :serial_port_logging_enable_metadata_value
38704
+ alias_method :serial_port_logging_enable_metadata_value?, :serial_port_logging_enable_metadata_value
38705
+
38706
+ # Effective VM DNS setting at Instance level.
38707
+ # Corresponds to the JSON property `vmDnsSettingMetadataValue`
38708
+ # @return [String]
38709
+ attr_accessor :vm_dns_setting_metadata_value
38710
+
38711
+ def initialize(**args)
38712
+ update!(**args)
38713
+ end
38714
+
38715
+ # Update properties of this object
38716
+ def update!(**args)
38717
+ @block_project_ssh_keys_metadata_value = args[:block_project_ssh_keys_metadata_value] if args.key?(:block_project_ssh_keys_metadata_value)
38718
+ @enable_guest_attributes_metadata_value = args[:enable_guest_attributes_metadata_value] if args.key?(:enable_guest_attributes_metadata_value)
38719
+ @enable_os_inventory_metadata_value = args[:enable_os_inventory_metadata_value] if args.key?(:enable_os_inventory_metadata_value)
38720
+ @enable_osconfig_metadata_value = args[:enable_osconfig_metadata_value] if args.key?(:enable_osconfig_metadata_value)
38721
+ @enable_oslogin_metadata_value = args[:enable_oslogin_metadata_value] if args.key?(:enable_oslogin_metadata_value)
38722
+ @serial_port_enable_metadata_value = args[:serial_port_enable_metadata_value] if args.key?(:serial_port_enable_metadata_value)
38723
+ @serial_port_logging_enable_metadata_value = args[:serial_port_logging_enable_metadata_value] if args.key?(:serial_port_logging_enable_metadata_value)
38724
+ @vm_dns_setting_metadata_value = args[:vm_dns_setting_metadata_value] if args.key?(:vm_dns_setting_metadata_value)
38725
+ end
38726
+ end
38727
+
38654
38728
  # Represents the physical host topology of the host on which the VM is running.
38655
38729
  class ResourceStatusPhysicalHostTopology
38656
38730
  include Google::Apis::Core::Hashable
@@ -42077,14 +42151,14 @@ module Google
42077
42151
  # be configured to filter incoming HTTP requests targeting backend services (
42078
42152
  # including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They
42079
42153
  # filter requests before the request is served from Google's cache. -
42080
- # CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be
42081
- # configured to filter HTTP requests targeting services managed by Traffic
42082
- # Director in a service mesh. They filter requests before the request is served
42083
- # from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can
42084
- # be configured to filter packets targeting network load balancing resources
42085
- # such as backend services, target pools, target instances, and instances with
42086
- # external IPs. They filter requests before the request is served from the
42087
- # application. This field can be set only at resource creation time.
42154
+ # CLOUD_ARMOR_INTERNAL_SERVICE (preview only): Cloud Armor internal service
42155
+ # policies can be configured to filter HTTP requests targeting services managed
42156
+ # by Traffic Director in a service mesh. They filter requests before the request
42157
+ # is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network
42158
+ # policies can be configured to filter packets targeting network load balancing
42159
+ # resources such as backend services, target pools, target instances, and
42160
+ # instances with external IPs. They filter requests before the request is served
42161
+ # from the application. This field can be set only at resource creation time.
42088
42162
  # Corresponds to the JSON property `type`
42089
42163
  # @return [String]
42090
42164
  attr_accessor :type
@@ -42539,7 +42613,10 @@ module Google
42539
42613
  # redirectOptions. This action is only supported in Global Security Policies of
42540
42614
  # type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold.
42541
42615
  # Configure parameters for this action in rateLimitOptions. Requires
42542
- # rate_limit_options to be set for this.
42616
+ # rate_limit_options to be set for this. - fairshare (preview only): when
42617
+ # traffic reaches the threshold limit, requests from the clients matching this
42618
+ # rule begin to be rate-limited using the Fair Share algorithm. This action is
42619
+ # only allowed in security policies of type `CLOUD_ARMOR_INTERNAL_SERVICE`.
42543
42620
  # Corresponds to the JSON property `action`
42544
42621
  # @return [String]
42545
42622
  attr_accessor :action
@@ -42595,8 +42672,8 @@ module Google
42595
42672
  # @return [Fixnum]
42596
42673
  attr_accessor :priority
42597
42674
 
42598
- # Must be specified if the action is "rate_based_ban" or "throttle". Cannot be
42599
- # specified for any other actions.
42675
+ # Must be specified if the action is "rate_based_ban" or "throttle" or "
42676
+ # fairshare". Cannot be specified for any other actions.
42600
42677
  # Corresponds to the JSON property `rateLimitOptions`
42601
42678
  # @return [Google::Apis::ComputeV1::SecurityPolicyRuleRateLimitOptions]
42602
42679
  attr_accessor :rate_limit_options
@@ -43046,7 +43123,8 @@ module Google
43046
43123
  # configuration or an IP address cannot be resolved from it, the key type
43047
43124
  # defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client
43048
43125
  # connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type
43049
- # defaults to ALL.
43126
+ # defaults to ALL. For "fairshare" action, this value is limited to ALL i.e. a
43127
+ # single rate limit threshold is enforced for all the requests matching the rule.
43050
43128
  # Corresponds to the JSON property `enforceOnKey`
43051
43129
  # @return [String]
43052
43130
  attr_accessor :enforce_on_key
@@ -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.128.0"
19
+ GEM_VERSION = "0.129.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250807"
25
+ REVISION = "20250810"
26
26
  end
27
27
  end
28
28
  end
@@ -5098,6 +5098,12 @@ module Google
5098
5098
  include Google::Apis::Core::JsonObjectSupport
5099
5099
  end
5100
5100
 
5101
+ class ResourceStatusEffectiveInstanceMetadata
5102
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5103
+
5104
+ include Google::Apis::Core::JsonObjectSupport
5105
+ end
5106
+
5101
5107
  class ResourceStatusPhysicalHostTopology
5102
5108
  class Representation < Google::Apis::Core::JsonRepresentation; end
5103
5109
 
@@ -16735,6 +16741,8 @@ module Google
16735
16741
  class ResourceStatus
16736
16742
  # @private
16737
16743
  class Representation < Google::Apis::Core::JsonRepresentation
16744
+ property :effective_instance_metadata, as: 'effectiveInstanceMetadata', class: Google::Apis::ComputeV1::ResourceStatusEffectiveInstanceMetadata, decorator: Google::Apis::ComputeV1::ResourceStatusEffectiveInstanceMetadata::Representation
16745
+
16738
16746
  property :physical_host, as: 'physicalHost'
16739
16747
  property :physical_host_topology, as: 'physicalHostTopology', class: Google::Apis::ComputeV1::ResourceStatusPhysicalHostTopology, decorator: Google::Apis::ComputeV1::ResourceStatusPhysicalHostTopology::Representation
16740
16748
 
@@ -16745,6 +16753,20 @@ module Google
16745
16753
  end
16746
16754
  end
16747
16755
 
16756
+ class ResourceStatusEffectiveInstanceMetadata
16757
+ # @private
16758
+ class Representation < Google::Apis::Core::JsonRepresentation
16759
+ property :block_project_ssh_keys_metadata_value, as: 'blockProjectSshKeysMetadataValue'
16760
+ property :enable_guest_attributes_metadata_value, as: 'enableGuestAttributesMetadataValue'
16761
+ property :enable_os_inventory_metadata_value, as: 'enableOsInventoryMetadataValue'
16762
+ property :enable_osconfig_metadata_value, as: 'enableOsconfigMetadataValue'
16763
+ property :enable_oslogin_metadata_value, as: 'enableOsloginMetadataValue'
16764
+ property :serial_port_enable_metadata_value, as: 'serialPortEnableMetadataValue'
16765
+ property :serial_port_logging_enable_metadata_value, as: 'serialPortLoggingEnableMetadataValue'
16766
+ property :vm_dns_setting_metadata_value, as: 'vmDnsSettingMetadataValue'
16767
+ end
16768
+ end
16769
+
16748
16770
  class ResourceStatusPhysicalHostTopology
16749
16771
  # @private
16750
16772
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.128.0
4
+ version: 0.129.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.128.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.129.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
62
62
  rdoc_options: []
63
63
  require_paths: