google-apis-compute_v1 0.101.0 → 0.111.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.
@@ -2294,8 +2294,7 @@ module Google
2294
2294
  execute_or_queue_command(command, &block)
2295
2295
  end
2296
2296
 
2297
- # Retrieves an aggregated list of all usable backend services in the specified
2298
- # project.
2297
+ # Retrieves a list of all usable backend services in the specified project.
2299
2298
  # @param [String] project
2300
2299
  # Project ID for this request.
2301
2300
  # @param [String] filter
@@ -7085,7 +7084,7 @@ module Google
7085
7084
  # @param [String] project
7086
7085
  # Project ID for this request.
7087
7086
  # @param [String] operation
7088
- # Name of the Operations resource to delete.
7087
+ # Name of the Operations resource to delete, or its unique numeric identifier.
7089
7088
  # @param [String] fields
7090
7089
  # Selector specifying which fields to include in a partial response.
7091
7090
  # @param [String] quota_user
@@ -7119,7 +7118,7 @@ module Google
7119
7118
  # @param [String] project
7120
7119
  # Project ID for this request.
7121
7120
  # @param [String] operation
7122
- # Name of the Operations resource to return.
7121
+ # Name of the Operations resource to return, or its unique numeric identifier.
7123
7122
  # @param [String] fields
7124
7123
  # Selector specifying which fields to include in a partial response.
7125
7124
  # @param [String] quota_user
@@ -7255,7 +7254,7 @@ module Google
7255
7254
  # @param [String] project
7256
7255
  # Project ID for this request.
7257
7256
  # @param [String] operation
7258
- # Name of the Operations resource to return.
7257
+ # Name of the Operations resource to return, or its unique numeric identifier.
7259
7258
  # @param [String] fields
7260
7259
  # Selector specifying which fields to include in a partial response.
7261
7260
  # @param [String] quota_user
@@ -7289,7 +7288,7 @@ module Google
7289
7288
 
7290
7289
  # Deletes the specified Operations resource.
7291
7290
  # @param [String] operation
7292
- # Name of the Operations resource to delete.
7291
+ # Name of the Operations resource to delete, or its unique numeric identifier.
7293
7292
  # @param [String] parent_id
7294
7293
  # Parent ID for this request.
7295
7294
  # @param [String] fields
@@ -7324,7 +7323,7 @@ module Google
7324
7323
  # Retrieves the specified Operations resource. Gets a list of operations by
7325
7324
  # making a `list()` request.
7326
7325
  # @param [String] operation
7327
- # Name of the Operations resource to return.
7326
+ # Name of the Operations resource to return, or its unique numeric identifier.
7328
7327
  # @param [String] parent_id
7329
7328
  # Parent ID for this request.
7330
7329
  # @param [String] fields
@@ -12904,7 +12903,9 @@ module Google
12904
12903
  # and the adjusted start position is returned as the `start` property value. You
12905
12904
  # can also provide a negative start position, which translates to the most
12906
12905
  # recent number of bytes written to the serial port. For example, -3 is
12907
- # interpreted as the most recent 3 bytes written to the serial console.
12906
+ # interpreted as the most recent 3 bytes written to the serial console. Note
12907
+ # that the negative start is bounded by the retained buffer size, and the
12908
+ # returned serial console output will not exceed the max buffer size.
12908
12909
  # @param [String] fields
12909
12910
  # Selector specifying which fields to include in a partial response.
12910
12911
  # @param [String] quota_user
@@ -24614,8 +24615,8 @@ module Google
24614
24615
  execute_or_queue_command(command, &block)
24615
24616
  end
24616
24617
 
24617
- # Retrieves an aggregated list of all usable backend services in the specified
24618
- # project in the given region.
24618
+ # Retrieves a list of all usable backend services in the specified project in
24619
+ # the given region.
24619
24620
  # @param [String] project
24620
24621
  # Project ID for this request.
24621
24622
  # @param [String] region
@@ -30753,7 +30754,7 @@ module Google
30753
30754
  # @param [String] region
30754
30755
  # Name of the region for this request.
30755
30756
  # @param [String] operation
30756
- # Name of the Operations resource to delete.
30757
+ # Name of the Operations resource to delete, or its unique numeric identifier.
30757
30758
  # @param [String] fields
30758
30759
  # Selector specifying which fields to include in a partial response.
30759
30760
  # @param [String] quota_user
@@ -30790,7 +30791,7 @@ module Google
30790
30791
  # @param [String] region
30791
30792
  # Name of the region for this request.
30792
30793
  # @param [String] operation
30793
- # Name of the Operations resource to return.
30794
+ # Name of the Operations resource to return, or its unique numeric identifier.
30794
30795
  # @param [String] fields
30795
30796
  # Selector specifying which fields to include in a partial response.
30796
30797
  # @param [String] quota_user
@@ -30932,7 +30933,7 @@ module Google
30932
30933
  # @param [String] region
30933
30934
  # Name of the region for this request.
30934
30935
  # @param [String] operation
30935
- # Name of the Operations resource to return.
30936
+ # Name of the Operations resource to return, or its unique numeric identifier.
30936
30937
  # @param [String] fields
30937
30938
  # Selector specifying which fields to include in a partial response.
30938
30939
  # @param [String] quota_user
@@ -33440,7 +33441,13 @@ module Google
33440
33441
  # information (the `quotas` field). To exclude one or more fields, set your
33441
33442
  # request's `fields` query parameter to only include the fields you need. For
33442
33443
  # example, to only include the `id` and `selfLink` fields, add the query
33443
- # parameter `?fields=id,selfLink` to your request.
33444
+ # parameter `?fields=id,selfLink` to your request. This method fails if the
33445
+ # quota information is unavailable for the region and if the organization policy
33446
+ # constraint compute.requireBasicQuotaInResponse is enforced. This constraint,
33447
+ # when enforced, disables the fail-open behaviour when quota information (the `
33448
+ # items.quotas` field) is unavailable for the region. It is recommended to use
33449
+ # the default setting for the constraint unless your application requires the
33450
+ # fail-closed behaviour for this method.
33444
33451
  # @param [String] project
33445
33452
  # Project ID for this request.
33446
33453
  # @param [String] region
@@ -44783,7 +44790,7 @@ module Google
44783
44790
  # @param [String] zone
44784
44791
  # Name of the zone for this request.
44785
44792
  # @param [String] operation
44786
- # Name of the Operations resource to delete.
44793
+ # Name of the Operations resource to delete, or its unique numeric identifier.
44787
44794
  # @param [String] fields
44788
44795
  # Selector specifying which fields to include in a partial response.
44789
44796
  # @param [String] quota_user
@@ -44820,7 +44827,7 @@ module Google
44820
44827
  # @param [String] zone
44821
44828
  # Name of the zone for this request.
44822
44829
  # @param [String] operation
44823
- # Name of the Operations resource to return.
44830
+ # Name of the Operations resource to return, or its unique numeric identifier.
44824
44831
  # @param [String] fields
44825
44832
  # Selector specifying which fields to include in a partial response.
44826
44833
  # @param [String] quota_user
@@ -44962,7 +44969,7 @@ module Google
44962
44969
  # @param [String] zone
44963
44970
  # Name of the zone for this request.
44964
44971
  # @param [String] operation
44965
- # Name of the Operations resource to return.
44972
+ # Name of the Operations resource to return, or its unique numeric identifier.
44966
44973
  # @param [String] fields
44967
44974
  # Selector specifying which fields to include in a partial response.
44968
44975
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.101.0
4
+ version: 0.111.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-06-27 00:00:00.000000000 Z
11
+ date: 2024-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.101.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.111.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Compute Engine API V1