google-apis-compute_beta 0.88.0 → 0.90.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 664a2c26b14b9efd37362292e0fd2e10ddfad30f42426e7434f4c089dda0f630
4
- data.tar.gz: 2251519438a4d671096e350ed3a90fde5b06c37861be08d13605c9aa19fd7ad2
3
+ metadata.gz: 8ead9c0db138953cf150ee22605992fa728bc642e09cfe2eba843bb5bd00e1c1
4
+ data.tar.gz: 551608d7786e479fa848838a738dbf7016a94c0b18f8a7b975f8fca52641a763
5
5
  SHA512:
6
- metadata.gz: 6cfd8105b6caa26a4baeb0d7fc55c3dd20620aaed89733518cc690fde2c93cbf3760fa7c611e8993c71d99a103b7f4e952429a245698799332c20fc9567bbdab
7
- data.tar.gz: fe288b8b382bc1d70b95e139cbb05c85a0a81bfeb20779cbab96d4bf30d3624a91b664187b96a14e33cc3021c9ee4b4bc75958ea9b8731e660962db4dfc94377
6
+ metadata.gz: b73b56c29ee7c32f3bfd3dea1eeaa75d569232362596eb020e76c5b4c260e46be7cb7551b12ec56882d20af916f947ad6e3b23a5f2498830fd1b5e18b67c1921
7
+ data.tar.gz: 9ebfc985ceb67d75e4662417ecba54405f0e9b7edb2272423c272114cb4569fd190ea9c358f8a18a5905a0d69ca8b495683757724f8cbc915989370f31dc2083
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.90.0 (2024-02-04)
4
+
5
+ * Regenerated from discovery document revision 20240129
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.89.0 (2024-01-22)
9
+
10
+ * Regenerated from discovery document revision 20240109
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.88.0 (2024-01-07)
4
14
 
5
15
  * Regenerated from discovery document revision 20231231
@@ -5186,7 +5186,10 @@ module Google
5186
5186
  attr_accessor :members
5187
5187
 
5188
5188
  # Role that is assigned to the list of `members`, or principals. For example, `
5189
- # roles/viewer`, `roles/editor`, or `roles/owner`.
5189
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
5190
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
5191
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
5192
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
5190
5193
  # Corresponds to the JSON property `role`
5191
5194
  # @return [String]
5192
5195
  attr_accessor :role
@@ -9872,14 +9875,12 @@ module Google
9872
9875
  attr_accessor :all_ports
9873
9876
  alias_method :all_ports?, :all_ports
9874
9877
 
9875
- # This field is used along with the backend_service field for internal load
9876
- # balancing or with the target field for internal TargetInstance. If set to true,
9877
- # clients can access the internal passthrough Network Load Balancers, the
9878
- # regional internal Application Load Balancer, and the regional internal proxy
9879
- # Network Load Balancer from all regions. If false, only allows access from the
9880
- # local region the load balancer is located at. Note that for INTERNAL_MANAGED
9881
- # forwarding rules, this field cannot be changed after the forwarding rule is
9882
- # created.
9878
+ # If set to true, clients can access the internal passthrough Network Load
9879
+ # Balancers, the regional internal Application Load Balancer, and the regional
9880
+ # internal proxy Network Load Balancer from all regions. If false, only allows
9881
+ # access from the local region the load balancer is located at. Note that for
9882
+ # INTERNAL_MANAGED forwarding rules, this field cannot be changed after the
9883
+ # forwarding rule is created.
9883
9884
  # Corresponds to the JSON property `allowGlobalAccess`
9884
9885
  # @return [Boolean]
9885
9886
  attr_accessor :allow_global_access
@@ -11712,8 +11713,9 @@ module Google
11712
11713
  # The ID of a supported feature. To add multiple values, use commas to separate
11713
11714
  # values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
11714
11715
  # WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
11715
- # SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE - IDPF For
11716
- # more information, see Enabling guest operating system features.
11716
+ # SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE -
11717
+ # TDX_CAPABLE - IDPF For more information, see Enabling guest operating system
11718
+ # features.
11717
11719
  # Corresponds to the JSON property `type`
11718
11720
  # @return [String]
11719
11721
  attr_accessor :type
@@ -16547,13 +16549,25 @@ module Google
16547
16549
  include Google::Apis::Core::Hashable
16548
16550
 
16549
16551
  # [Output only] Fatal errors encountered during the queueing or provisioning
16550
- # phases of the ResizeRequest that caused the transition to the FAILED state. As
16551
- # a contrary to the last_attempt errors, this field is final and errors are
16552
- # never removed from here, as the RR is not going to retry.
16552
+ # phases of the ResizeRequest that caused the transition to the FAILED state.
16553
+ # Contrary to the last_attempt errors, this field is final and errors are never
16554
+ # removed from here, as the ResizeRequest is not going to retry.
16553
16555
  # Corresponds to the JSON property `error`
16554
16556
  # @return [Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error]
16555
16557
  attr_accessor :error
16556
16558
 
16559
+ # [Output only] Information about the last attempt to fulfill the request. The
16560
+ # value is temporary since the ResizeRequest can retry, as long as it's still
16561
+ # active and the last attempt value can either be cleared or replaced with a
16562
+ # different error. Since ResizeRequest retries infrequently, the value may be
16563
+ # stale and no longer show an active problem. The value is cleared when
16564
+ # ResizeRequest transitions to the final state (becomes inactive). If the final
16565
+ # state is FAILED the error describing it will be storred in the "error" field
16566
+ # only.
16567
+ # Corresponds to the JSON property `lastAttempt`
16568
+ # @return [Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt]
16569
+ attr_accessor :last_attempt
16570
+
16557
16571
  def initialize(**args)
16558
16572
  update!(**args)
16559
16573
  end
@@ -16561,12 +16575,13 @@ module Google
16561
16575
  # Update properties of this object
16562
16576
  def update!(**args)
16563
16577
  @error = args[:error] if args.key?(:error)
16578
+ @last_attempt = args[:last_attempt] if args.key?(:last_attempt)
16564
16579
  end
16565
16580
 
16566
16581
  # [Output only] Fatal errors encountered during the queueing or provisioning
16567
- # phases of the ResizeRequest that caused the transition to the FAILED state. As
16568
- # a contrary to the last_attempt errors, this field is final and errors are
16569
- # never removed from here, as the RR is not going to retry.
16582
+ # phases of the ResizeRequest that caused the transition to the FAILED state.
16583
+ # Contrary to the last_attempt errors, this field is final and errors are never
16584
+ # removed from here, as the ResizeRequest is not going to retry.
16570
16585
  class Error
16571
16586
  include Google::Apis::Core::Hashable
16572
16587
 
@@ -16675,6 +16690,133 @@ module Google
16675
16690
  end
16676
16691
  end
16677
16692
 
16693
+ #
16694
+ class InstanceGroupManagerResizeRequestStatusLastAttempt
16695
+ include Google::Apis::Core::Hashable
16696
+
16697
+ # Errors that prevented the ResizeRequest to be fulfilled.
16698
+ # Corresponds to the JSON property `error`
16699
+ # @return [Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error]
16700
+ attr_accessor :error
16701
+
16702
+ def initialize(**args)
16703
+ update!(**args)
16704
+ end
16705
+
16706
+ # Update properties of this object
16707
+ def update!(**args)
16708
+ @error = args[:error] if args.key?(:error)
16709
+ end
16710
+
16711
+ # Errors that prevented the ResizeRequest to be fulfilled.
16712
+ class Error
16713
+ include Google::Apis::Core::Hashable
16714
+
16715
+ # [Output Only] The array of errors encountered while processing this operation.
16716
+ # Corresponds to the JSON property `errors`
16717
+ # @return [Array<Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error>]
16718
+ attr_accessor :errors
16719
+
16720
+ def initialize(**args)
16721
+ update!(**args)
16722
+ end
16723
+
16724
+ # Update properties of this object
16725
+ def update!(**args)
16726
+ @errors = args[:errors] if args.key?(:errors)
16727
+ end
16728
+
16729
+ #
16730
+ class Error
16731
+ include Google::Apis::Core::Hashable
16732
+
16733
+ # [Output Only] The error type identifier for this error.
16734
+ # Corresponds to the JSON property `code`
16735
+ # @return [String]
16736
+ attr_accessor :code
16737
+
16738
+ # [Output Only] An optional list of messages that contain the error details.
16739
+ # There is a set of defined message types to use for providing details.The
16740
+ # syntax depends on the error code. For example, QuotaExceededInfo will have
16741
+ # details when the error code is QUOTA_EXCEEDED.
16742
+ # Corresponds to the JSON property `errorDetails`
16743
+ # @return [Array<Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::ErrorDetail>]
16744
+ attr_accessor :error_details
16745
+
16746
+ # [Output Only] Indicates the field in the request that caused the error. This
16747
+ # property is optional.
16748
+ # Corresponds to the JSON property `location`
16749
+ # @return [String]
16750
+ attr_accessor :location
16751
+
16752
+ # [Output Only] An optional, human-readable error message.
16753
+ # Corresponds to the JSON property `message`
16754
+ # @return [String]
16755
+ attr_accessor :message
16756
+
16757
+ def initialize(**args)
16758
+ update!(**args)
16759
+ end
16760
+
16761
+ # Update properties of this object
16762
+ def update!(**args)
16763
+ @code = args[:code] if args.key?(:code)
16764
+ @error_details = args[:error_details] if args.key?(:error_details)
16765
+ @location = args[:location] if args.key?(:location)
16766
+ @message = args[:message] if args.key?(:message)
16767
+ end
16768
+
16769
+ #
16770
+ class ErrorDetail
16771
+ include Google::Apis::Core::Hashable
16772
+
16773
+ # Describes the cause of the error with structured details. Example of an error
16774
+ # when contacting the "pubsub.googleapis.com" API when it is not enabled: ` "
16775
+ # reason": "API_DISABLED" "domain": "googleapis.com" "metadata": ` "resource": "
16776
+ # projects/123", "service": "pubsub.googleapis.com" ` ` This response indicates
16777
+ # that the pubsub.googleapis.com API is not enabled. Example of an error that is
16778
+ # returned when attempting to create a Spanner instance in a region that is out
16779
+ # of stock: ` "reason": "STOCKOUT" "domain": "spanner.googleapis.com", "metadata"
16780
+ # : ` "availableRegions": "us-central1,us-east2" ` `
16781
+ # Corresponds to the JSON property `errorInfo`
16782
+ # @return [Google::Apis::ComputeBeta::ErrorInfo]
16783
+ attr_accessor :error_info
16784
+
16785
+ # Provides links to documentation or for performing an out of band action. For
16786
+ # example, if a quota check failed with an error indicating the calling project
16787
+ # hasn't enabled the accessed service, this can contain a URL pointing directly
16788
+ # to the right place in the developer console to flip the bit.
16789
+ # Corresponds to the JSON property `help`
16790
+ # @return [Google::Apis::ComputeBeta::Help]
16791
+ attr_accessor :help
16792
+
16793
+ # Provides a localized error message that is safe to return to the user which
16794
+ # can be attached to an RPC error.
16795
+ # Corresponds to the JSON property `localizedMessage`
16796
+ # @return [Google::Apis::ComputeBeta::LocalizedMessage]
16797
+ attr_accessor :localized_message
16798
+
16799
+ # Additional details for quota exceeded error for resource quota.
16800
+ # Corresponds to the JSON property `quotaInfo`
16801
+ # @return [Google::Apis::ComputeBeta::QuotaExceededInfo]
16802
+ attr_accessor :quota_info
16803
+
16804
+ def initialize(**args)
16805
+ update!(**args)
16806
+ end
16807
+
16808
+ # Update properties of this object
16809
+ def update!(**args)
16810
+ @error_info = args[:error_info] if args.key?(:error_info)
16811
+ @help = args[:help] if args.key?(:help)
16812
+ @localized_message = args[:localized_message] if args.key?(:localized_message)
16813
+ @quota_info = args[:quota_info] if args.key?(:quota_info)
16814
+ end
16815
+ end
16816
+ end
16817
+ end
16818
+ end
16819
+
16678
16820
  # [Output Only] A list of resize requests.
16679
16821
  class InstanceGroupManagerResizeRequestsListResponse
16680
16822
  include Google::Apis::Core::Hashable
@@ -25571,10 +25713,13 @@ module Google
25571
25713
  # @return [String]
25572
25714
  attr_accessor :fqdn
25573
25715
 
25574
- # The name for a specific VM instance that the IP address belongs to. This is
25575
- # required for network endpoints of type GCE_VM_IP_PORT. The instance must be in
25576
- # the same zone of network endpoint group. The name must be 1-63 characters long,
25577
- # and comply with RFC1035.
25716
+ # The name or a URL of VM instance of this network endpoint. This field is
25717
+ # required for network endpoints of type GCE_VM_IP and GCE_VM_IP_PORT. The
25718
+ # instance must be in the same zone of network endpoint group (for zonal NEGs)
25719
+ # or in the zone within the region of the NEG (for regional NEGs). If the
25720
+ # ipAddress is specified, it must belongs to the VM instance. The name must be 1-
25721
+ # 63 characters long, and comply with RFC1035 or be a valid URL pointing to an
25722
+ # existing instance.
25578
25723
  # Corresponds to the JSON property `instance`
25579
25724
  # @return [String]
25580
25725
  attr_accessor :instance
@@ -25583,7 +25728,11 @@ module Google
25583
25728
  # in Compute Engine (either the primary IP or as part of an aliased IP range).
25584
25729
  # If the IP address is not specified, then the primary IP address for the VM
25585
25730
  # instance in the network that the network endpoint group belongs to will be
25586
- # used.
25731
+ # used. This field is redundant and need not be set for network endpoints of
25732
+ # type GCE_VM_IP. If set, it must be set to the primary internal IP address of
25733
+ # the attached VM instance that matches the subnetwork of the NEG. The primary
25734
+ # internal IP address from any NIC of a multi-NIC VM instance can be added to a
25735
+ # NEG as long as it matches the NEG subnetwork.
25587
25736
  # Corresponds to the JSON property `ipAddress`
25588
25737
  # @return [String]
25589
25738
  attr_accessor :ip_address
@@ -25594,7 +25743,8 @@ module Google
25594
25743
  attr_accessor :ipv6_address
25595
25744
 
25596
25745
  # Optional port number of network endpoint. If not specified, the defaultPort
25597
- # for the network endpoint group will be used.
25746
+ # for the network endpoint group will be used. This field can not be set for
25747
+ # network endpoints of type GCE_VM_IP.
25598
25748
  # Corresponds to the JSON property `port`
25599
25749
  # @return [Fixnum]
25600
25750
  attr_accessor :port
@@ -34242,8 +34392,8 @@ module Google
34242
34392
  # @return [Google::Apis::ComputeBeta::Duration]
34243
34393
  attr_accessor :delete_after_duration
34244
34394
 
34245
- # Absolute time in future when the reservation will be auto-deleted by GCE.
34246
- # Timestamp is represented in RFC3339 text format.
34395
+ # Absolute time in future when the reservation will be auto-deleted by Compute
34396
+ # Engine. Timestamp is represented in RFC3339 text format.
34247
34397
  # Corresponds to the JSON property `deleteAtTime`
34248
34398
  # @return [String]
34249
34399
  attr_accessor :delete_at_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.88.0"
19
+ GEM_VERSION = "0.90.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231231"
25
+ REVISION = "20240129"
26
26
  end
27
27
  end
28
28
  end
@@ -1900,6 +1900,30 @@ module Google
1900
1900
  include Google::Apis::Core::JsonObjectSupport
1901
1901
  end
1902
1902
 
1903
+ class InstanceGroupManagerResizeRequestStatusLastAttempt
1904
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1905
+
1906
+ class Error
1907
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1908
+
1909
+ class Error
1910
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1911
+
1912
+ class ErrorDetail
1913
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1914
+
1915
+ include Google::Apis::Core::JsonObjectSupport
1916
+ end
1917
+
1918
+ include Google::Apis::Core::JsonObjectSupport
1919
+ end
1920
+
1921
+ include Google::Apis::Core::JsonObjectSupport
1922
+ end
1923
+
1924
+ include Google::Apis::Core::JsonObjectSupport
1925
+ end
1926
+
1903
1927
  class InstanceGroupManagerResizeRequestsListResponse
1904
1928
  class Representation < Google::Apis::Core::JsonRepresentation; end
1905
1929
 
@@ -10418,6 +10442,8 @@ module Google
10418
10442
  class Representation < Google::Apis::Core::JsonRepresentation
10419
10443
  property :error, as: 'error', class: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error::Representation
10420
10444
 
10445
+ property :last_attempt, as: 'lastAttempt', class: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Representation
10446
+
10421
10447
  end
10422
10448
 
10423
10449
  class Error
@@ -10454,6 +10480,47 @@ module Google
10454
10480
  end
10455
10481
  end
10456
10482
 
10483
+ class InstanceGroupManagerResizeRequestStatusLastAttempt
10484
+ # @private
10485
+ class Representation < Google::Apis::Core::JsonRepresentation
10486
+ property :error, as: 'error', class: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Representation
10487
+
10488
+ end
10489
+
10490
+ class Error
10491
+ # @private
10492
+ class Representation < Google::Apis::Core::JsonRepresentation
10493
+ collection :errors, as: 'errors', class: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::Representation
10494
+
10495
+ end
10496
+
10497
+ class Error
10498
+ # @private
10499
+ class Representation < Google::Apis::Core::JsonRepresentation
10500
+ property :code, as: 'code'
10501
+ collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::ErrorDetail, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::ErrorDetail::Representation
10502
+
10503
+ property :location, as: 'location'
10504
+ property :message, as: 'message'
10505
+ end
10506
+
10507
+ class ErrorDetail
10508
+ # @private
10509
+ class Representation < Google::Apis::Core::JsonRepresentation
10510
+ property :error_info, as: 'errorInfo', class: Google::Apis::ComputeBeta::ErrorInfo, decorator: Google::Apis::ComputeBeta::ErrorInfo::Representation
10511
+
10512
+ property :help, as: 'help', class: Google::Apis::ComputeBeta::Help, decorator: Google::Apis::ComputeBeta::Help::Representation
10513
+
10514
+ property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeBeta::LocalizedMessage, decorator: Google::Apis::ComputeBeta::LocalizedMessage::Representation
10515
+
10516
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeBeta::QuotaExceededInfo, decorator: Google::Apis::ComputeBeta::QuotaExceededInfo::Representation
10517
+
10518
+ end
10519
+ end
10520
+ end
10521
+ end
10522
+ end
10523
+
10457
10524
  class InstanceGroupManagerResizeRequestsListResponse
10458
10525
  # @private
10459
10526
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/compute/
34
34
  class ComputeService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://compute.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -47,7 +49,7 @@ module Google
47
49
  attr_accessor :user_ip
48
50
 
49
51
  def initialize
50
- super('https://compute.googleapis.com/', 'compute/beta/',
52
+ super(DEFAULT_ENDPOINT_TEMPLATE, 'compute/beta/',
51
53
  client_name: 'google-apis-compute_beta',
52
54
  client_version: Google::Apis::ComputeBeta::GEM_VERSION)
53
55
  @batch_path = 'batch/compute/beta'
@@ -115,6 +117,8 @@ module Google
115
117
  # Opt-in for partial success behavior which provides partial results in case of
116
118
  # failure. The default value is false.
117
119
  # @param [Fixnum] service_project_number
120
+ # The Shared VPC service project id or service project number for which
121
+ # aggregated list request is invoked for subnetworks list-usable api.
118
122
  # @param [String] fields
119
123
  # Selector specifying which fields to include in a partial response.
120
124
  # @param [String] quota_user
@@ -346,6 +350,8 @@ module Google
346
350
  # Opt-in for partial success behavior which provides partial results in case of
347
351
  # failure. The default value is false.
348
352
  # @param [Fixnum] service_project_number
353
+ # The Shared VPC service project id or service project number for which
354
+ # aggregated list request is invoked for subnetworks list-usable api.
349
355
  # @param [String] fields
350
356
  # Selector specifying which fields to include in a partial response.
351
357
  # @param [String] quota_user
@@ -826,6 +832,8 @@ module Google
826
832
  # Opt-in for partial success behavior which provides partial results in case of
827
833
  # failure. The default value is false.
828
834
  # @param [Fixnum] service_project_number
835
+ # The Shared VPC service project id or service project number for which
836
+ # aggregated list request is invoked for subnetworks list-usable api.
829
837
  # @param [String] fields
830
838
  # Selector specifying which fields to include in a partial response.
831
839
  # @param [String] quota_user
@@ -1956,6 +1964,8 @@ module Google
1956
1964
  # Opt-in for partial success behavior which provides partial results in case of
1957
1965
  # failure. The default value is false.
1958
1966
  # @param [Fixnum] service_project_number
1967
+ # The Shared VPC service project id or service project number for which
1968
+ # aggregated list request is invoked for subnetworks list-usable api.
1959
1969
  # @param [String] fields
1960
1970
  # Selector specifying which fields to include in a partial response.
1961
1971
  # @param [String] quota_user
@@ -2784,6 +2794,8 @@ module Google
2784
2794
  # Opt-in for partial success behavior which provides partial results in case of
2785
2795
  # failure. The default value is false.
2786
2796
  # @param [Fixnum] service_project_number
2797
+ # The Shared VPC service project id or service project number for which
2798
+ # aggregated list request is invoked for subnetworks list-usable api.
2787
2799
  # @param [String] fields
2788
2800
  # Selector specifying which fields to include in a partial response.
2789
2801
  # @param [String] quota_user
@@ -3068,6 +3080,8 @@ module Google
3068
3080
  # Opt-in for partial success behavior which provides partial results in case of
3069
3081
  # failure. The default value is false.
3070
3082
  # @param [Fixnum] service_project_number
3083
+ # The Shared VPC service project id or service project number for which
3084
+ # aggregated list request is invoked for subnetworks list-usable api.
3071
3085
  # @param [String] fields
3072
3086
  # Selector specifying which fields to include in a partial response.
3073
3087
  # @param [String] quota_user
@@ -5505,6 +5519,8 @@ module Google
5505
5519
  # Opt-in for partial success behavior which provides partial results in case of
5506
5520
  # failure. The default value is false.
5507
5521
  # @param [Fixnum] service_project_number
5522
+ # The Shared VPC service project id or service project number for which
5523
+ # aggregated list request is invoked for subnetworks list-usable api.
5508
5524
  # @param [String] fields
5509
5525
  # Selector specifying which fields to include in a partial response.
5510
5526
  # @param [String] quota_user
@@ -6042,6 +6058,8 @@ module Google
6042
6058
  # Opt-in for partial success behavior which provides partial results in case of
6043
6059
  # failure. The default value is false.
6044
6060
  # @param [Fixnum] service_project_number
6061
+ # The Shared VPC service project id or service project number for which
6062
+ # aggregated list request is invoked for subnetworks list-usable api.
6045
6063
  # @param [String] fields
6046
6064
  # Selector specifying which fields to include in a partial response.
6047
6065
  # @param [String] quota_user
@@ -7652,6 +7670,8 @@ module Google
7652
7670
  # Opt-in for partial success behavior which provides partial results in case of
7653
7671
  # failure. The default value is false.
7654
7672
  # @param [Fixnum] service_project_number
7673
+ # The Shared VPC service project id or service project number for which
7674
+ # aggregated list request is invoked for subnetworks list-usable api.
7655
7675
  # @param [String] fields
7656
7676
  # Selector specifying which fields to include in a partial response.
7657
7677
  # @param [String] quota_user
@@ -8389,6 +8409,8 @@ module Google
8389
8409
  # Opt-in for partial success behavior which provides partial results in case of
8390
8410
  # failure. The default value is false.
8391
8411
  # @param [Fixnum] service_project_number
8412
+ # The Shared VPC service project id or service project number for which
8413
+ # aggregated list request is invoked for subnetworks list-usable api.
8392
8414
  # @param [String] fields
8393
8415
  # Selector specifying which fields to include in a partial response.
8394
8416
  # @param [String] quota_user
@@ -10522,6 +10544,8 @@ module Google
10522
10544
  # Opt-in for partial success behavior which provides partial results in case of
10523
10545
  # failure. The default value is false.
10524
10546
  # @param [Fixnum] service_project_number
10547
+ # The Shared VPC service project id or service project number for which
10548
+ # aggregated list request is invoked for subnetworks list-usable api.
10525
10549
  # @param [String] fields
10526
10550
  # Selector specifying which fields to include in a partial response.
10527
10551
  # @param [String] quota_user
@@ -12330,6 +12354,8 @@ module Google
12330
12354
  # Opt-in for partial success behavior which provides partial results in case of
12331
12355
  # failure. The default value is false.
12332
12356
  # @param [Fixnum] service_project_number
12357
+ # The Shared VPC service project id or service project number for which
12358
+ # aggregated list request is invoked for subnetworks list-usable api.
12333
12359
  # @param [String] fields
12334
12360
  # Selector specifying which fields to include in a partial response.
12335
12361
  # @param [String] quota_user
@@ -13009,6 +13035,8 @@ module Google
13009
13035
  # Opt-in for partial success behavior which provides partial results in case of
13010
13036
  # failure. The default value is false.
13011
13037
  # @param [Fixnum] service_project_number
13038
+ # The Shared VPC service project id or service project number for which
13039
+ # aggregated list request is invoked for subnetworks list-usable api.
13012
13040
  # @param [String] fields
13013
13041
  # Selector specifying which fields to include in a partial response.
13014
13042
  # @param [String] quota_user
@@ -13565,6 +13593,8 @@ module Google
13565
13593
  # Opt-in for partial success behavior which provides partial results in case of
13566
13594
  # failure. The default value is false.
13567
13595
  # @param [Fixnum] service_project_number
13596
+ # The Shared VPC service project id or service project number for which
13597
+ # aggregated list request is invoked for subnetworks list-usable api.
13568
13598
  # @param [String] fields
13569
13599
  # Selector specifying which fields to include in a partial response.
13570
13600
  # @param [String] quota_user
@@ -16255,6 +16285,8 @@ module Google
16255
16285
  # Opt-in for partial success behavior which provides partial results in case of
16256
16286
  # failure. The default value is false.
16257
16287
  # @param [Fixnum] service_project_number
16288
+ # The Shared VPC service project id or service project number for which
16289
+ # aggregated list request is invoked for subnetworks list-usable api.
16258
16290
  # @param [String] fields
16259
16291
  # Selector specifying which fields to include in a partial response.
16260
16292
  # @param [String] quota_user
@@ -16773,6 +16805,8 @@ module Google
16773
16805
  # Opt-in for partial success behavior which provides partial results in case of
16774
16806
  # failure. The default value is false.
16775
16807
  # @param [Fixnum] service_project_number
16808
+ # The Shared VPC service project id or service project number for which
16809
+ # aggregated list request is invoked for subnetworks list-usable api.
16776
16810
  # @param [String] fields
16777
16811
  # Selector specifying which fields to include in a partial response.
16778
16812
  # @param [String] quota_user
@@ -18720,6 +18754,8 @@ module Google
18720
18754
  # Opt-in for partial success behavior which provides partial results in case of
18721
18755
  # failure. The default value is false.
18722
18756
  # @param [Fixnum] service_project_number
18757
+ # The Shared VPC service project id or service project number for which
18758
+ # aggregated list request is invoked for subnetworks list-usable api.
18723
18759
  # @param [String] fields
18724
18760
  # Selector specifying which fields to include in a partial response.
18725
18761
  # @param [String] quota_user
@@ -18951,6 +18987,8 @@ module Google
18951
18987
  # Opt-in for partial success behavior which provides partial results in case of
18952
18988
  # failure. The default value is false.
18953
18989
  # @param [Fixnum] service_project_number
18990
+ # The Shared VPC service project id or service project number for which
18991
+ # aggregated list request is invoked for subnetworks list-usable api.
18954
18992
  # @param [String] fields
18955
18993
  # Selector specifying which fields to include in a partial response.
18956
18994
  # @param [String] quota_user
@@ -19469,6 +19507,8 @@ module Google
19469
19507
  # Opt-in for partial success behavior which provides partial results in case of
19470
19508
  # failure. The default value is false.
19471
19509
  # @param [Fixnum] service_project_number
19510
+ # The Shared VPC service project id or service project number for which
19511
+ # aggregated list request is invoked for subnetworks list-usable api.
19472
19512
  # @param [String] fields
19473
19513
  # Selector specifying which fields to include in a partial response.
19474
19514
  # @param [String] quota_user
@@ -19769,6 +19809,8 @@ module Google
19769
19809
  # Opt-in for partial success behavior which provides partial results in case of
19770
19810
  # failure. The default value is false.
19771
19811
  # @param [Fixnum] service_project_number
19812
+ # The Shared VPC service project id or service project number for which
19813
+ # aggregated list request is invoked for subnetworks list-usable api.
19772
19814
  # @param [String] fields
19773
19815
  # Selector specifying which fields to include in a partial response.
19774
19816
  # @param [String] quota_user
@@ -21845,6 +21887,8 @@ module Google
21845
21887
  # Opt-in for partial success behavior which provides partial results in case of
21846
21888
  # failure. The default value is false.
21847
21889
  # @param [Fixnum] service_project_number
21890
+ # The Shared VPC service project id or service project number for which
21891
+ # aggregated list request is invoked for subnetworks list-usable api.
21848
21892
  # @param [String] fields
21849
21893
  # Selector specifying which fields to include in a partial response.
21850
21894
  # @param [String] quota_user
@@ -22671,6 +22715,8 @@ module Google
22671
22715
  # Opt-in for partial success behavior which provides partial results in case of
22672
22716
  # failure. The default value is false.
22673
22717
  # @param [Fixnum] service_project_number
22718
+ # The Shared VPC service project id or service project number for which
22719
+ # aggregated list request is invoked for subnetworks list-usable api.
22674
22720
  # @param [String] fields
22675
22721
  # Selector specifying which fields to include in a partial response.
22676
22722
  # @param [String] quota_user
@@ -23130,6 +23176,8 @@ module Google
23130
23176
  # Opt-in for partial success behavior which provides partial results in case of
23131
23177
  # failure. The default value is false.
23132
23178
  # @param [Fixnum] service_project_number
23179
+ # The Shared VPC service project id or service project number for which
23180
+ # aggregated list request is invoked for subnetworks list-usable api.
23133
23181
  # @param [String] fields
23134
23182
  # Selector specifying which fields to include in a partial response.
23135
23183
  # @param [String] quota_user
@@ -24065,6 +24113,8 @@ module Google
24065
24113
  # Opt-in for partial success behavior which provides partial results in case of
24066
24114
  # failure. The default value is false.
24067
24115
  # @param [Fixnum] service_project_number
24116
+ # The Shared VPC service project id or service project number for which
24117
+ # aggregated list request is invoked for subnetworks list-usable api.
24068
24118
  # @param [String] fields
24069
24119
  # Selector specifying which fields to include in a partial response.
24070
24120
  # @param [String] quota_user
@@ -25596,6 +25646,8 @@ module Google
25596
25646
  # Opt-in for partial success behavior which provides partial results in case of
25597
25647
  # failure. The default value is false.
25598
25648
  # @param [Fixnum] service_project_number
25649
+ # The Shared VPC service project id or service project number for which
25650
+ # aggregated list request is invoked for subnetworks list-usable api.
25599
25651
  # @param [String] fields
25600
25652
  # Selector specifying which fields to include in a partial response.
25601
25653
  # @param [String] quota_user
@@ -27129,6 +27181,8 @@ module Google
27129
27181
  # Opt-in for partial success behavior which provides partial results in case of
27130
27182
  # failure. The default value is false.
27131
27183
  # @param [Fixnum] service_project_number
27184
+ # The Shared VPC service project id or service project number for which
27185
+ # aggregated list request is invoked for subnetworks list-usable api.
27132
27186
  # @param [String] fields
27133
27187
  # Selector specifying which fields to include in a partial response.
27134
27188
  # @param [String] quota_user
@@ -36735,6 +36789,8 @@ module Google
36735
36789
  # Opt-in for partial success behavior which provides partial results in case of
36736
36790
  # failure. The default value is false.
36737
36791
  # @param [Fixnum] service_project_number
36792
+ # The Shared VPC service project id or service project number for which
36793
+ # aggregated list request is invoked for subnetworks list-usable api.
36738
36794
  # @param [String] fields
36739
36795
  # Selector specifying which fields to include in a partial response.
36740
36796
  # @param [String] quota_user
@@ -37307,6 +37363,8 @@ module Google
37307
37363
  # Opt-in for partial success behavior which provides partial results in case of
37308
37364
  # failure. The default value is false.
37309
37365
  # @param [Fixnum] service_project_number
37366
+ # The Shared VPC service project id or service project number for which
37367
+ # aggregated list request is invoked for subnetworks list-usable api.
37310
37368
  # @param [String] fields
37311
37369
  # Selector specifying which fields to include in a partial response.
37312
37370
  # @param [String] quota_user
@@ -37822,6 +37880,8 @@ module Google
37822
37880
  # Opt-in for partial success behavior which provides partial results in case of
37823
37881
  # failure. The default value is false.
37824
37882
  # @param [Fixnum] service_project_number
37883
+ # The Shared VPC service project id or service project number for which
37884
+ # aggregated list request is invoked for subnetworks list-usable api.
37825
37885
  # @param [String] fields
37826
37886
  # Selector specifying which fields to include in a partial response.
37827
37887
  # @param [String] quota_user
@@ -38835,6 +38895,8 @@ module Google
38835
38895
  # Opt-in for partial success behavior which provides partial results in case of
38836
38896
  # failure. The default value is false.
38837
38897
  # @param [Fixnum] service_project_number
38898
+ # The Shared VPC service project id or service project number for which
38899
+ # aggregated list request is invoked for subnetworks list-usable api.
38838
38900
  # @param [String] fields
38839
38901
  # Selector specifying which fields to include in a partial response.
38840
38902
  # @param [String] quota_user
@@ -39510,6 +39572,8 @@ module Google
39510
39572
  # Opt-in for partial success behavior which provides partial results in case of
39511
39573
  # failure. The default value is false.
39512
39574
  # @param [Fixnum] service_project_number
39575
+ # The Shared VPC service project id or service project number for which
39576
+ # aggregated list request is invoked for subnetworks list-usable api.
39513
39577
  # @param [String] fields
39514
39578
  # Selector specifying which fields to include in a partial response.
39515
39579
  # @param [String] quota_user
@@ -40495,6 +40559,8 @@ module Google
40495
40559
  # Opt-in for partial success behavior which provides partial results in case of
40496
40560
  # failure. The default value is false.
40497
40561
  # @param [Fixnum] service_project_number
40562
+ # The Shared VPC service project id or service project number for which
40563
+ # aggregated list request is invoked for subnetworks list-usable api.
40498
40564
  # @param [String] fields
40499
40565
  # Selector specifying which fields to include in a partial response.
40500
40566
  # @param [String] quota_user
@@ -40855,6 +40921,8 @@ module Google
40855
40921
  # Opt-in for partial success behavior which provides partial results in case of
40856
40922
  # failure. The default value is false.
40857
40923
  # @param [Fixnum] service_project_number
40924
+ # The Shared VPC service project id or service project number for which
40925
+ # aggregated list request is invoked for subnetworks list-usable api.
40858
40926
  # @param [String] fields
40859
40927
  # Selector specifying which fields to include in a partial response.
40860
40928
  # @param [String] quota_user
@@ -41356,6 +41424,8 @@ module Google
41356
41424
  # Opt-in for partial success behavior which provides partial results in case of
41357
41425
  # failure. The default value is false.
41358
41426
  # @param [Fixnum] service_project_number
41427
+ # The Shared VPC service project id or service project number for which
41428
+ # aggregated list request is invoked for subnetworks list-usable api.
41359
41429
  # @param [String] fields
41360
41430
  # Selector specifying which fields to include in a partial response.
41361
41431
  # @param [String] quota_user
@@ -42393,6 +42463,8 @@ module Google
42393
42463
  # Opt-in for partial success behavior which provides partial results in case of
42394
42464
  # failure. The default value is false.
42395
42465
  # @param [Fixnum] service_project_number
42466
+ # The Shared VPC service project id or service project number for which
42467
+ # aggregated list request is invoked for subnetworks list-usable api.
42396
42468
  # @param [String] fields
42397
42469
  # Selector specifying which fields to include in a partial response.
42398
42470
  # @param [String] quota_user
@@ -42855,6 +42927,8 @@ module Google
42855
42927
  # Opt-in for partial success behavior which provides partial results in case of
42856
42928
  # failure. The default value is false.
42857
42929
  # @param [Fixnum] service_project_number
42930
+ # The Shared VPC service project id or service project number for which
42931
+ # aggregated list request is invoked for subnetworks list-usable api.
42858
42932
  # @param [String] fields
42859
42933
  # Selector specifying which fields to include in a partial response.
42860
42934
  # @param [String] quota_user
@@ -43522,6 +43596,8 @@ module Google
43522
43596
  # Opt-in for partial success behavior which provides partial results in case of
43523
43597
  # failure. The default value is false.
43524
43598
  # @param [Fixnum] service_project_number
43599
+ # The Shared VPC service project id or service project number for which
43600
+ # aggregated list request is invoked for subnetworks list-usable api.
43525
43601
  # @param [String] fields
43526
43602
  # Selector specifying which fields to include in a partial response.
43527
43603
  # @param [String] quota_user
@@ -44057,6 +44133,8 @@ module Google
44057
44133
  # Opt-in for partial success behavior which provides partial results in case of
44058
44134
  # failure. The default value is false.
44059
44135
  # @param [Fixnum] service_project_number
44136
+ # The Shared VPC service project id or service project number for which
44137
+ # aggregated list request is invoked for subnetworks list-usable api.
44060
44138
  # @param [String] fields
44061
44139
  # Selector specifying which fields to include in a partial response.
44062
44140
  # @param [String] quota_user
@@ -45206,6 +45284,8 @@ module Google
45206
45284
  # Opt-in for partial success behavior which provides partial results in case of
45207
45285
  # failure. The default value is false.
45208
45286
  # @param [Fixnum] service_project_number
45287
+ # The Shared VPC service project id or service project number for which
45288
+ # aggregated list request is invoked for subnetworks list-usable api.
45209
45289
  # @param [String] fields
45210
45290
  # Selector specifying which fields to include in a partial response.
45211
45291
  # @param [String] quota_user
@@ -45665,6 +45745,8 @@ module Google
45665
45745
  # Opt-in for partial success behavior which provides partial results in case of
45666
45746
  # failure. The default value is false.
45667
45747
  # @param [Fixnum] service_project_number
45748
+ # The Shared VPC service project id or service project number for which
45749
+ # aggregated list request is invoked for subnetworks list-usable api.
45668
45750
  # @param [String] fields
45669
45751
  # Selector specifying which fields to include in a partial response.
45670
45752
  # @param [String] quota_user
@@ -46094,6 +46176,8 @@ module Google
46094
46176
  # Opt-in for partial success behavior which provides partial results in case of
46095
46177
  # failure. The default value is false.
46096
46178
  # @param [Fixnum] service_project_number
46179
+ # The Shared VPC service project id or service project number for which
46180
+ # aggregated list request is invoked for subnetworks list-usable api.
46097
46181
  # @param [String] fields
46098
46182
  # Selector specifying which fields to include in a partial response.
46099
46183
  # @param [String] quota_user
@@ -46646,6 +46730,8 @@ module Google
46646
46730
  # Opt-in for partial success behavior which provides partial results in case of
46647
46731
  # failure. The default value is false.
46648
46732
  # @param [Fixnum] service_project_number
46733
+ # The Shared VPC service project id or service project number for which
46734
+ # aggregated list request is invoked for subnetworks list-usable api.
46649
46735
  # @param [String] fields
46650
46736
  # Selector specifying which fields to include in a partial response.
46651
46737
  # @param [String] quota_user
@@ -47112,6 +47198,8 @@ module Google
47112
47198
  # Opt-in for partial success behavior which provides partial results in case of
47113
47199
  # failure. The default value is false.
47114
47200
  # @param [Fixnum] service_project_number
47201
+ # The Shared VPC service project id or service project number for which
47202
+ # aggregated list request is invoked for subnetworks list-usable api.
47115
47203
  # @param [String] fields
47116
47204
  # Selector specifying which fields to include in a partial response.
47117
47205
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.88.0
4
+ version: 0.90.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: 2024-01-07 00:00:00.000000000 Z
11
+ date: 2024-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.88.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.90.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []