google-cloud-compute-v1 2.19.0 → 2.19.1

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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Compute
23
23
  module V1
24
- VERSION = "2.19.0"
24
+ VERSION = "2.19.1"
25
25
  end
26
26
  end
27
27
  end
@@ -20978,13 +20978,22 @@ module Google
20978
20978
  end
20979
20979
 
20980
20980
  # @!attribute [rw] errors
20981
- # @return [::Google::Cloud::Compute::V1::Errors]
20981
+ # @return [::Google::Cloud::Compute::V1::ManagedInstanceLastAttemptErrors]
20982
20982
  # [Output Only] Encountered errors during the last attempt to create or delete the instance.
20983
20983
  class ManagedInstanceLastAttempt
20984
20984
  include ::Google::Protobuf::MessageExts
20985
20985
  extend ::Google::Protobuf::MessageExts::ClassMethods
20986
20986
  end
20987
20987
 
20988
+ # [Output Only] Encountered errors during the last attempt to create or delete the instance.
20989
+ # @!attribute [rw] errors
20990
+ # @return [::Array<::Google::Cloud::Compute::V1::Errors>]
20991
+ # [Output Only] The array of errors encountered while processing this operation.
20992
+ class ManagedInstanceLastAttemptErrors
20993
+ include ::Google::Protobuf::MessageExts
20994
+ extend ::Google::Protobuf::MessageExts::ClassMethods
20995
+ end
20996
+
20988
20997
  # @!attribute [rw] machine_type
20989
20998
  # @return [::String]
20990
20999
  # The machine type to be used for this instance.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-compute-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.19.0
4
+ version: 2.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-14 00:00:00.000000000 Z
10
+ date: 2025-03-21 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common