google-apis-compute_v1 0.91.0 → 0.93.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.
@@ -1732,6 +1732,78 @@ module Google
1732
1732
  include Google::Apis::Core::JsonObjectSupport
1733
1733
  end
1734
1734
 
1735
+ class InstanceGroupManagerResizeRequest
1736
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1737
+
1738
+ include Google::Apis::Core::JsonObjectSupport
1739
+ end
1740
+
1741
+ class InstanceGroupManagerResizeRequestStatus
1742
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1743
+
1744
+ class Error
1745
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1746
+
1747
+ class Error
1748
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1749
+
1750
+ class ErrorDetail
1751
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1752
+
1753
+ include Google::Apis::Core::JsonObjectSupport
1754
+ end
1755
+
1756
+ include Google::Apis::Core::JsonObjectSupport
1757
+ end
1758
+
1759
+ include Google::Apis::Core::JsonObjectSupport
1760
+ end
1761
+
1762
+ include Google::Apis::Core::JsonObjectSupport
1763
+ end
1764
+
1765
+ class InstanceGroupManagerResizeRequestStatusLastAttempt
1766
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1767
+
1768
+ class Error
1769
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1770
+
1771
+ class Error
1772
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1773
+
1774
+ class ErrorDetail
1775
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1776
+
1777
+ include Google::Apis::Core::JsonObjectSupport
1778
+ end
1779
+
1780
+ include Google::Apis::Core::JsonObjectSupport
1781
+ end
1782
+
1783
+ include Google::Apis::Core::JsonObjectSupport
1784
+ end
1785
+
1786
+ include Google::Apis::Core::JsonObjectSupport
1787
+ end
1788
+
1789
+ class InstanceGroupManagerResizeRequestsListResponse
1790
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1791
+
1792
+ class Warning
1793
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1794
+
1795
+ class Datum
1796
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1797
+
1798
+ include Google::Apis::Core::JsonObjectSupport
1799
+ end
1800
+
1801
+ include Google::Apis::Core::JsonObjectSupport
1802
+ end
1803
+
1804
+ include Google::Apis::Core::JsonObjectSupport
1805
+ end
1806
+
1735
1807
  class InstanceGroupManagerStatus
1736
1808
  class Representation < Google::Apis::Core::JsonRepresentation; end
1737
1809
 
@@ -2026,6 +2098,18 @@ module Google
2026
2098
  include Google::Apis::Core::JsonObjectSupport
2027
2099
  end
2028
2100
 
2101
+ class InstanceSettings
2102
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2103
+
2104
+ include Google::Apis::Core::JsonObjectSupport
2105
+ end
2106
+
2107
+ class InstanceSettingsMetadata
2108
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2109
+
2110
+ include Google::Apis::Core::JsonObjectSupport
2111
+ end
2112
+
2029
2113
  class InstanceTemplate
2030
2114
  class Representation < Google::Apis::Core::JsonRepresentation; end
2031
2115
 
@@ -9820,6 +9904,142 @@ module Google
9820
9904
  end
9821
9905
  end
9822
9906
 
9907
+ class InstanceGroupManagerResizeRequest
9908
+ # @private
9909
+ class Representation < Google::Apis::Core::JsonRepresentation
9910
+ property :creation_timestamp, as: 'creationTimestamp'
9911
+ property :description, as: 'description'
9912
+ property :id, :numeric_string => true, as: 'id'
9913
+ property :kind, as: 'kind'
9914
+ property :name, as: 'name'
9915
+ property :requested_run_duration, as: 'requestedRunDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
9916
+
9917
+ property :resize_by, as: 'resizeBy'
9918
+ property :self_link, as: 'selfLink'
9919
+ property :self_link_with_id, as: 'selfLinkWithId'
9920
+ property :state, as: 'state'
9921
+ property :status, as: 'status', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatus, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatus::Representation
9922
+
9923
+ property :zone, as: 'zone'
9924
+ end
9925
+ end
9926
+
9927
+ class InstanceGroupManagerResizeRequestStatus
9928
+ # @private
9929
+ class Representation < Google::Apis::Core::JsonRepresentation
9930
+ property :error, as: 'error', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatus::Error, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatus::Error::Representation
9931
+
9932
+ property :last_attempt, as: 'lastAttempt', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatusLastAttempt, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatusLastAttempt::Representation
9933
+
9934
+ end
9935
+
9936
+ class Error
9937
+ # @private
9938
+ class Representation < Google::Apis::Core::JsonRepresentation
9939
+ collection :errors, as: 'errors', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatus::Error::Error, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatus::Error::Error::Representation
9940
+
9941
+ end
9942
+
9943
+ class Error
9944
+ # @private
9945
+ class Representation < Google::Apis::Core::JsonRepresentation
9946
+ property :code, as: 'code'
9947
+ collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatus::Error::Error::ErrorDetail, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatus::Error::Error::ErrorDetail::Representation
9948
+
9949
+ property :location, as: 'location'
9950
+ property :message, as: 'message'
9951
+ end
9952
+
9953
+ class ErrorDetail
9954
+ # @private
9955
+ class Representation < Google::Apis::Core::JsonRepresentation
9956
+ property :error_info, as: 'errorInfo', class: Google::Apis::ComputeV1::ErrorInfo, decorator: Google::Apis::ComputeV1::ErrorInfo::Representation
9957
+
9958
+ property :help, as: 'help', class: Google::Apis::ComputeV1::Help, decorator: Google::Apis::ComputeV1::Help::Representation
9959
+
9960
+ property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeV1::LocalizedMessage, decorator: Google::Apis::ComputeV1::LocalizedMessage::Representation
9961
+
9962
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeV1::QuotaExceededInfo, decorator: Google::Apis::ComputeV1::QuotaExceededInfo::Representation
9963
+
9964
+ end
9965
+ end
9966
+ end
9967
+ end
9968
+ end
9969
+
9970
+ class InstanceGroupManagerResizeRequestStatusLastAttempt
9971
+ # @private
9972
+ class Representation < Google::Apis::Core::JsonRepresentation
9973
+ property :error, as: 'error', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatusLastAttempt::Error, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Representation
9974
+
9975
+ end
9976
+
9977
+ class Error
9978
+ # @private
9979
+ class Representation < Google::Apis::Core::JsonRepresentation
9980
+ collection :errors, as: 'errors', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::Representation
9981
+
9982
+ end
9983
+
9984
+ class Error
9985
+ # @private
9986
+ class Representation < Google::Apis::Core::JsonRepresentation
9987
+ property :code, as: 'code'
9988
+ collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::ErrorDetail, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::ErrorDetail::Representation
9989
+
9990
+ property :location, as: 'location'
9991
+ property :message, as: 'message'
9992
+ end
9993
+
9994
+ class ErrorDetail
9995
+ # @private
9996
+ class Representation < Google::Apis::Core::JsonRepresentation
9997
+ property :error_info, as: 'errorInfo', class: Google::Apis::ComputeV1::ErrorInfo, decorator: Google::Apis::ComputeV1::ErrorInfo::Representation
9998
+
9999
+ property :help, as: 'help', class: Google::Apis::ComputeV1::Help, decorator: Google::Apis::ComputeV1::Help::Representation
10000
+
10001
+ property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeV1::LocalizedMessage, decorator: Google::Apis::ComputeV1::LocalizedMessage::Representation
10002
+
10003
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeV1::QuotaExceededInfo, decorator: Google::Apis::ComputeV1::QuotaExceededInfo::Representation
10004
+
10005
+ end
10006
+ end
10007
+ end
10008
+ end
10009
+ end
10010
+
10011
+ class InstanceGroupManagerResizeRequestsListResponse
10012
+ # @private
10013
+ class Representation < Google::Apis::Core::JsonRepresentation
10014
+ property :id, as: 'id'
10015
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequest, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequest::Representation
10016
+
10017
+ property :kind, as: 'kind'
10018
+ property :next_page_token, as: 'nextPageToken'
10019
+ property :self_link, as: 'selfLink'
10020
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestsListResponse::Warning, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestsListResponse::Warning::Representation
10021
+
10022
+ end
10023
+
10024
+ class Warning
10025
+ # @private
10026
+ class Representation < Google::Apis::Core::JsonRepresentation
10027
+ property :code, as: 'code'
10028
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestsListResponse::Warning::Datum, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestsListResponse::Warning::Datum::Representation
10029
+
10030
+ property :message, as: 'message'
10031
+ end
10032
+
10033
+ class Datum
10034
+ # @private
10035
+ class Representation < Google::Apis::Core::JsonRepresentation
10036
+ property :key, as: 'key'
10037
+ property :value, as: 'value'
10038
+ end
10039
+ end
10040
+ end
10041
+ end
10042
+
9823
10043
  class InstanceGroupManagerStatus
9824
10044
  # @private
9825
10045
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10297,6 +10517,25 @@ module Google
10297
10517
  end
10298
10518
  end
10299
10519
 
10520
+ class InstanceSettings
10521
+ # @private
10522
+ class Representation < Google::Apis::Core::JsonRepresentation
10523
+ property :fingerprint, :base64 => true, as: 'fingerprint'
10524
+ property :kind, as: 'kind'
10525
+ property :metadata, as: 'metadata', class: Google::Apis::ComputeV1::InstanceSettingsMetadata, decorator: Google::Apis::ComputeV1::InstanceSettingsMetadata::Representation
10526
+
10527
+ property :zone, as: 'zone'
10528
+ end
10529
+ end
10530
+
10531
+ class InstanceSettingsMetadata
10532
+ # @private
10533
+ class Representation < Google::Apis::Core::JsonRepresentation
10534
+ hash :items, as: 'items'
10535
+ property :kind, as: 'kind'
10536
+ end
10537
+ end
10538
+
10300
10539
  class InstanceTemplate
10301
10540
  # @private
10302
10541
  class Representation < Google::Apis::Core::JsonRepresentation