google-api-client 0.22.0 → 0.23.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 +4 -4
- data/CHANGELOG.md +30 -0
- data/generated/google/apis/androidmanagement_v1.rb +1 -1
- data/generated/google/apis/androidmanagement_v1/classes.rb +1 -2
- data/generated/google/apis/androidpublisher_v2.rb +1 -1
- data/generated/google/apis/androidpublisher_v2/classes.rb +1 -2
- data/generated/google/apis/androidpublisher_v3.rb +1 -1
- data/generated/google/apis/androidpublisher_v3/classes.rb +2 -3
- data/generated/google/apis/appengine_v1.rb +1 -1
- data/generated/google/apis/appengine_v1/classes.rb +59 -1
- data/generated/google/apis/appengine_v1/representations.rb +18 -0
- data/generated/google/apis/cloudtasks_v2beta2.rb +1 -1
- data/generated/google/apis/cloudtasks_v2beta2/service.rb +0 -8
- data/generated/google/apis/compute_alpha.rb +1 -1
- data/generated/google/apis/compute_alpha/classes.rb +97 -12
- data/generated/google/apis/compute_alpha/representations.rb +23 -0
- data/generated/google/apis/compute_alpha/service.rb +41 -1
- data/generated/google/apis/compute_beta.rb +1 -1
- data/generated/google/apis/compute_beta/classes.rb +1616 -43
- data/generated/google/apis/compute_beta/representations.rb +685 -20
- data/generated/google/apis/compute_beta/service.rb +1286 -0
- data/generated/google/apis/compute_v1.rb +1 -1
- data/generated/google/apis/compute_v1/classes.rb +184 -3
- data/generated/google/apis/compute_v1/representations.rb +43 -0
- data/generated/google/apis/compute_v1/service.rb +108 -0
- data/generated/google/apis/content_v2.rb +1 -1
- data/generated/google/apis/content_v2/classes.rb +805 -102
- data/generated/google/apis/content_v2/representations.rb +393 -26
- data/generated/google/apis/content_v2/service.rb +242 -0
- data/generated/google/apis/content_v2sandbox.rb +1 -1
- data/generated/google/apis/content_v2sandbox/classes.rb +703 -0
- data/generated/google/apis/content_v2sandbox/representations.rb +367 -0
- data/generated/google/apis/content_v2sandbox/service.rb +242 -0
- data/generated/google/apis/dlp_v2.rb +1 -1
- data/generated/google/apis/dlp_v2/classes.rb +280 -2
- data/generated/google/apis/dlp_v2/representations.rb +120 -0
- data/generated/google/apis/genomics_v2alpha1.rb +1 -1
- data/generated/google/apis/genomics_v2alpha1/classes.rb +35 -0
- data/generated/google/apis/genomics_v2alpha1/representations.rb +16 -0
- data/generated/google/apis/logging_v2.rb +1 -1
- data/generated/google/apis/logging_v2/classes.rb +2 -2
- data/generated/google/apis/monitoring_v3.rb +1 -1
- data/generated/google/apis/monitoring_v3/classes.rb +7 -0
- data/generated/google/apis/monitoring_v3/representations.rb +2 -0
- data/generated/google/apis/monitoring_v3/service.rb +5 -3
- data/generated/google/apis/pagespeedonline_v4.rb +1 -1
- data/generated/google/apis/pubsub_v1.rb +1 -1
- data/generated/google/apis/pubsub_v1/classes.rb +0 -8
- data/generated/google/apis/pubsub_v1/service.rb +4 -8
- data/generated/google/apis/script_v1.rb +1 -1
- data/generated/google/apis/script_v1/classes.rb +7 -8
- data/generated/google/apis/servicemanagement_v1.rb +1 -1
- data/generated/google/apis/servicemanagement_v1/classes.rb +0 -27
- data/generated/google/apis/servicemanagement_v1/representations.rb +0 -15
- data/generated/google/apis/serviceuser_v1.rb +1 -1
- data/generated/google/apis/serviceuser_v1/classes.rb +0 -27
- data/generated/google/apis/serviceuser_v1/representations.rb +0 -15
- data/generated/google/apis/sheets_v4.rb +1 -1
- data/generated/google/apis/sheets_v4/service.rb +2 -1
- data/generated/google/apis/storagetransfer_v1.rb +1 -1
- data/generated/google/apis/tpu_v1.rb +34 -0
- data/generated/google/apis/tpu_v1/classes.rb +736 -0
- data/generated/google/apis/tpu_v1/representations.rb +316 -0
- data/generated/google/apis/tpu_v1/service.rb +687 -0
- data/generated/google/apis/tpu_v1alpha1.rb +1 -1
- data/generated/google/apis/tpu_v1alpha1/classes.rb +26 -0
- data/generated/google/apis/tpu_v1alpha1/representations.rb +15 -0
- data/generated/google/apis/videointelligence_v1.rb +1 -1
- data/generated/google/apis/videointelligence_v1/classes.rb +0 -473
- data/generated/google/apis/videointelligence_v1/representations.rb +0 -222
- data/generated/google/apis/videointelligence_v1beta2.rb +1 -1
- data/generated/google/apis/videointelligence_v1beta2/classes.rb +0 -473
- data/generated/google/apis/videointelligence_v1beta2/representations.rb +0 -222
- data/lib/google/apis/version.rb +1 -1
- metadata +6 -6
- data/generated/google/apis/photoslibrary_v1.rb +0 -49
- data/generated/google/apis/photoslibrary_v1/classes.rb +0 -1330
- data/generated/google/apis/photoslibrary_v1/representations.rb +0 -625
- data/generated/google/apis/photoslibrary_v1/service.rb +0 -399
|
@@ -1678,6 +1678,216 @@ module Google
|
|
|
1678
1678
|
include Google::Apis::Core::JsonObjectSupport
|
|
1679
1679
|
end
|
|
1680
1680
|
|
|
1681
|
+
class NodeGroup
|
|
1682
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1683
|
+
|
|
1684
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1685
|
+
end
|
|
1686
|
+
|
|
1687
|
+
class NodeGroupAggregatedList
|
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1689
|
+
|
|
1690
|
+
class Warning
|
|
1691
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1692
|
+
|
|
1693
|
+
class Datum
|
|
1694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1695
|
+
|
|
1696
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1697
|
+
end
|
|
1698
|
+
|
|
1699
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1700
|
+
end
|
|
1701
|
+
|
|
1702
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1703
|
+
end
|
|
1704
|
+
|
|
1705
|
+
class NodeGroupList
|
|
1706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1707
|
+
|
|
1708
|
+
class Warning
|
|
1709
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1710
|
+
|
|
1711
|
+
class Datum
|
|
1712
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1713
|
+
|
|
1714
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1715
|
+
end
|
|
1716
|
+
|
|
1717
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1718
|
+
end
|
|
1719
|
+
|
|
1720
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1721
|
+
end
|
|
1722
|
+
|
|
1723
|
+
class NodeGroupNode
|
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1725
|
+
|
|
1726
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1727
|
+
end
|
|
1728
|
+
|
|
1729
|
+
class NodeGroupsAddNodesRequest
|
|
1730
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1731
|
+
|
|
1732
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1733
|
+
end
|
|
1734
|
+
|
|
1735
|
+
class NodeGroupsDeleteNodesRequest
|
|
1736
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1737
|
+
|
|
1738
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1739
|
+
end
|
|
1740
|
+
|
|
1741
|
+
class NodeGroupsScopedList
|
|
1742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1743
|
+
|
|
1744
|
+
class Warning
|
|
1745
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1746
|
+
|
|
1747
|
+
class Datum
|
|
1748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1749
|
+
|
|
1750
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1751
|
+
end
|
|
1752
|
+
|
|
1753
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1754
|
+
end
|
|
1755
|
+
|
|
1756
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1757
|
+
end
|
|
1758
|
+
|
|
1759
|
+
class NodeGroupsSetNodeTemplateRequest
|
|
1760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1761
|
+
|
|
1762
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1763
|
+
end
|
|
1764
|
+
|
|
1765
|
+
class NodeTemplate
|
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1767
|
+
|
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1769
|
+
end
|
|
1770
|
+
|
|
1771
|
+
class NodeTemplateAggregatedList
|
|
1772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1773
|
+
|
|
1774
|
+
class Warning
|
|
1775
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1776
|
+
|
|
1777
|
+
class Datum
|
|
1778
|
+
class Representation < Google::Apis::Core::JsonRepresentation; 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 NodeTemplateList
|
|
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
|
+
|
|
1807
|
+
class NodeTemplateNodeTypeFlexibility
|
|
1808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1809
|
+
|
|
1810
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1811
|
+
end
|
|
1812
|
+
|
|
1813
|
+
class NodeTemplatesScopedList
|
|
1814
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1815
|
+
|
|
1816
|
+
class Warning
|
|
1817
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1818
|
+
|
|
1819
|
+
class Datum
|
|
1820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1821
|
+
|
|
1822
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1823
|
+
end
|
|
1824
|
+
|
|
1825
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1826
|
+
end
|
|
1827
|
+
|
|
1828
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1829
|
+
end
|
|
1830
|
+
|
|
1831
|
+
class NodeType
|
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1833
|
+
|
|
1834
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1835
|
+
end
|
|
1836
|
+
|
|
1837
|
+
class NodeTypeAggregatedList
|
|
1838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1839
|
+
|
|
1840
|
+
class Warning
|
|
1841
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1842
|
+
|
|
1843
|
+
class Datum
|
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1845
|
+
|
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1847
|
+
end
|
|
1848
|
+
|
|
1849
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1850
|
+
end
|
|
1851
|
+
|
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1853
|
+
end
|
|
1854
|
+
|
|
1855
|
+
class NodeTypeList
|
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1857
|
+
|
|
1858
|
+
class Warning
|
|
1859
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1860
|
+
|
|
1861
|
+
class Datum
|
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1863
|
+
|
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1865
|
+
end
|
|
1866
|
+
|
|
1867
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1868
|
+
end
|
|
1869
|
+
|
|
1870
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1871
|
+
end
|
|
1872
|
+
|
|
1873
|
+
class NodeTypesScopedList
|
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1875
|
+
|
|
1876
|
+
class Warning
|
|
1877
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1878
|
+
|
|
1879
|
+
class Datum
|
|
1880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1881
|
+
|
|
1882
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1883
|
+
end
|
|
1884
|
+
|
|
1885
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1886
|
+
end
|
|
1887
|
+
|
|
1888
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1889
|
+
end
|
|
1890
|
+
|
|
1681
1891
|
class Operation
|
|
1682
1892
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1683
1893
|
|
|
@@ -2188,6 +2398,12 @@ module Google
|
|
|
2188
2398
|
include Google::Apis::Core::JsonObjectSupport
|
|
2189
2399
|
end
|
|
2190
2400
|
|
|
2401
|
+
class SchedulingNodeAffinity
|
|
2402
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2403
|
+
|
|
2404
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2405
|
+
end
|
|
2406
|
+
|
|
2191
2407
|
class SecurityPolicy
|
|
2192
2408
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2193
2409
|
|
|
@@ -2248,6 +2464,18 @@ module Google
|
|
|
2248
2464
|
include Google::Apis::Core::JsonObjectSupport
|
|
2249
2465
|
end
|
|
2250
2466
|
|
|
2467
|
+
class ShieldedVmConfig
|
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2469
|
+
|
|
2470
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2471
|
+
end
|
|
2472
|
+
|
|
2473
|
+
class ShieldedVmIntegrityPolicy
|
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2475
|
+
|
|
2476
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2477
|
+
end
|
|
2478
|
+
|
|
2251
2479
|
class SignedUrlKey
|
|
2252
2480
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2253
2481
|
|
|
@@ -2884,6 +3112,12 @@ module Google
|
|
|
2884
3112
|
include Google::Apis::Core::JsonObjectSupport
|
|
2885
3113
|
end
|
|
2886
3114
|
|
|
3115
|
+
class UsableSubnetworkSecondaryRange
|
|
3116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3117
|
+
|
|
3118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3119
|
+
end
|
|
3120
|
+
|
|
2887
3121
|
class UsableSubnetworksAggregatedList
|
|
2888
3122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2889
3123
|
|
|
@@ -3022,6 +3256,12 @@ module Google
|
|
|
3022
3256
|
include Google::Apis::Core::JsonObjectSupport
|
|
3023
3257
|
end
|
|
3024
3258
|
|
|
3259
|
+
class ZoneSetPolicyRequest
|
|
3260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3261
|
+
|
|
3262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3263
|
+
end
|
|
3264
|
+
|
|
3025
3265
|
class AcceleratorConfig
|
|
3026
3266
|
# @private
|
|
3027
3267
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4212,6 +4452,7 @@ module Google
|
|
|
4212
4452
|
collection :destination_ranges, as: 'destinationRanges'
|
|
4213
4453
|
property :direction, as: 'direction'
|
|
4214
4454
|
property :disabled, as: 'disabled'
|
|
4455
|
+
property :enable_logging, as: 'enableLogging'
|
|
4215
4456
|
property :id, :numeric_string => true, as: 'id'
|
|
4216
4457
|
property :kind, as: 'kind'
|
|
4217
4458
|
property :name, as: 'name'
|
|
@@ -4753,6 +4994,10 @@ module Google
|
|
|
4753
4994
|
property :self_link, as: 'selfLink'
|
|
4754
4995
|
collection :service_accounts, as: 'serviceAccounts', class: Google::Apis::ComputeBeta::ServiceAccount, decorator: Google::Apis::ComputeBeta::ServiceAccount::Representation
|
|
4755
4996
|
|
|
4997
|
+
property :shielded_vm_config, as: 'shieldedVmConfig', class: Google::Apis::ComputeBeta::ShieldedVmConfig, decorator: Google::Apis::ComputeBeta::ShieldedVmConfig::Representation
|
|
4998
|
+
|
|
4999
|
+
property :shielded_vm_integrity_policy, as: 'shieldedVmIntegrityPolicy', class: Google::Apis::ComputeBeta::ShieldedVmIntegrityPolicy, decorator: Google::Apis::ComputeBeta::ShieldedVmIntegrityPolicy::Representation
|
|
5000
|
+
|
|
4756
5001
|
property :start_restricted, as: 'startRestricted'
|
|
4757
5002
|
property :status, as: 'status'
|
|
4758
5003
|
property :status_message, as: 'statusMessage'
|
|
@@ -5307,6 +5552,8 @@ module Google
|
|
|
5307
5552
|
|
|
5308
5553
|
collection :service_accounts, as: 'serviceAccounts', class: Google::Apis::ComputeBeta::ServiceAccount, decorator: Google::Apis::ComputeBeta::ServiceAccount::Representation
|
|
5309
5554
|
|
|
5555
|
+
property :shielded_vm_config, as: 'shieldedVmConfig', class: Google::Apis::ComputeBeta::ShieldedVmConfig, decorator: Google::Apis::ComputeBeta::ShieldedVmConfig::Representation
|
|
5556
|
+
|
|
5310
5557
|
property :tags, as: 'tags', class: Google::Apis::ComputeBeta::Tags, decorator: Google::Apis::ComputeBeta::Tags::Representation
|
|
5311
5558
|
|
|
5312
5559
|
end
|
|
@@ -6146,40 +6393,410 @@ module Google
|
|
|
6146
6393
|
end
|
|
6147
6394
|
end
|
|
6148
6395
|
|
|
6149
|
-
class
|
|
6396
|
+
class NodeGroup
|
|
6150
6397
|
# @private
|
|
6151
6398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6152
|
-
property :client_operation_id, as: 'clientOperationId'
|
|
6153
6399
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
6154
6400
|
property :description, as: 'description'
|
|
6155
|
-
property :end_time, as: 'endTime'
|
|
6156
|
-
property :error, as: 'error', class: Google::Apis::ComputeBeta::Operation::Error, decorator: Google::Apis::ComputeBeta::Operation::Error::Representation
|
|
6157
|
-
|
|
6158
|
-
property :http_error_message, as: 'httpErrorMessage'
|
|
6159
|
-
property :http_error_status_code, as: 'httpErrorStatusCode'
|
|
6160
6401
|
property :id, :numeric_string => true, as: 'id'
|
|
6161
|
-
property :insert_time, as: 'insertTime'
|
|
6162
6402
|
property :kind, as: 'kind'
|
|
6163
6403
|
property :name, as: 'name'
|
|
6164
|
-
property :
|
|
6165
|
-
|
|
6166
|
-
|
|
6404
|
+
property :node_template, as: 'nodeTemplate'
|
|
6405
|
+
collection :nodes, as: 'nodes', class: Google::Apis::ComputeBeta::NodeGroupNode, decorator: Google::Apis::ComputeBeta::NodeGroupNode::Representation
|
|
6406
|
+
|
|
6167
6407
|
property :self_link, as: 'selfLink'
|
|
6168
|
-
property :start_time, as: 'startTime'
|
|
6169
6408
|
property :status, as: 'status'
|
|
6170
|
-
property :status_message, as: 'statusMessage'
|
|
6171
|
-
property :target_id, :numeric_string => true, as: 'targetId'
|
|
6172
|
-
property :target_link, as: 'targetLink'
|
|
6173
|
-
property :user, as: 'user'
|
|
6174
|
-
collection :warnings, as: 'warnings', class: Google::Apis::ComputeBeta::Operation::Warning, decorator: Google::Apis::ComputeBeta::Operation::Warning::Representation
|
|
6175
|
-
|
|
6176
6409
|
property :zone, as: 'zone'
|
|
6177
6410
|
end
|
|
6411
|
+
end
|
|
6412
|
+
|
|
6413
|
+
class NodeGroupAggregatedList
|
|
6414
|
+
# @private
|
|
6415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6416
|
+
property :id, as: 'id'
|
|
6417
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::NodeGroupsScopedList, decorator: Google::Apis::ComputeBeta::NodeGroupsScopedList::Representation
|
|
6418
|
+
|
|
6419
|
+
property :kind, as: 'kind'
|
|
6420
|
+
property :next_page_token, as: 'nextPageToken'
|
|
6421
|
+
property :self_link, as: 'selfLink'
|
|
6422
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NodeGroupAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::NodeGroupAggregatedList::Warning::Representation
|
|
6423
|
+
|
|
6424
|
+
end
|
|
6178
6425
|
|
|
6179
|
-
class
|
|
6426
|
+
class Warning
|
|
6180
6427
|
# @private
|
|
6181
6428
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6182
|
-
|
|
6429
|
+
property :code, as: 'code'
|
|
6430
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NodeGroupAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NodeGroupAggregatedList::Warning::Datum::Representation
|
|
6431
|
+
|
|
6432
|
+
property :message, as: 'message'
|
|
6433
|
+
end
|
|
6434
|
+
|
|
6435
|
+
class Datum
|
|
6436
|
+
# @private
|
|
6437
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6438
|
+
property :key, as: 'key'
|
|
6439
|
+
property :value, as: 'value'
|
|
6440
|
+
end
|
|
6441
|
+
end
|
|
6442
|
+
end
|
|
6443
|
+
end
|
|
6444
|
+
|
|
6445
|
+
class NodeGroupList
|
|
6446
|
+
# @private
|
|
6447
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6448
|
+
property :id, as: 'id'
|
|
6449
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::NodeGroup, decorator: Google::Apis::ComputeBeta::NodeGroup::Representation
|
|
6450
|
+
|
|
6451
|
+
property :kind, as: 'kind'
|
|
6452
|
+
property :next_page_token, as: 'nextPageToken'
|
|
6453
|
+
property :self_link, as: 'selfLink'
|
|
6454
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NodeGroupList::Warning, decorator: Google::Apis::ComputeBeta::NodeGroupList::Warning::Representation
|
|
6455
|
+
|
|
6456
|
+
end
|
|
6457
|
+
|
|
6458
|
+
class Warning
|
|
6459
|
+
# @private
|
|
6460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6461
|
+
property :code, as: 'code'
|
|
6462
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NodeGroupList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NodeGroupList::Warning::Datum::Representation
|
|
6463
|
+
|
|
6464
|
+
property :message, as: 'message'
|
|
6465
|
+
end
|
|
6466
|
+
|
|
6467
|
+
class Datum
|
|
6468
|
+
# @private
|
|
6469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6470
|
+
property :key, as: 'key'
|
|
6471
|
+
property :value, as: 'value'
|
|
6472
|
+
end
|
|
6473
|
+
end
|
|
6474
|
+
end
|
|
6475
|
+
end
|
|
6476
|
+
|
|
6477
|
+
class NodeGroupNode
|
|
6478
|
+
# @private
|
|
6479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6480
|
+
collection :instances, as: 'instances'
|
|
6481
|
+
property :name, as: 'name'
|
|
6482
|
+
property :node_type, as: 'nodeType'
|
|
6483
|
+
end
|
|
6484
|
+
end
|
|
6485
|
+
|
|
6486
|
+
class NodeGroupsAddNodesRequest
|
|
6487
|
+
# @private
|
|
6488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6489
|
+
property :additional_node_count, as: 'additionalNodeCount'
|
|
6490
|
+
end
|
|
6491
|
+
end
|
|
6492
|
+
|
|
6493
|
+
class NodeGroupsDeleteNodesRequest
|
|
6494
|
+
# @private
|
|
6495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6496
|
+
collection :nodes, as: 'nodes'
|
|
6497
|
+
end
|
|
6498
|
+
end
|
|
6499
|
+
|
|
6500
|
+
class NodeGroupsScopedList
|
|
6501
|
+
# @private
|
|
6502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6503
|
+
collection :node_groups, as: 'nodeGroups', class: Google::Apis::ComputeBeta::NodeGroup, decorator: Google::Apis::ComputeBeta::NodeGroup::Representation
|
|
6504
|
+
|
|
6505
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NodeGroupsScopedList::Warning, decorator: Google::Apis::ComputeBeta::NodeGroupsScopedList::Warning::Representation
|
|
6506
|
+
|
|
6507
|
+
end
|
|
6508
|
+
|
|
6509
|
+
class Warning
|
|
6510
|
+
# @private
|
|
6511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6512
|
+
property :code, as: 'code'
|
|
6513
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NodeGroupsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NodeGroupsScopedList::Warning::Datum::Representation
|
|
6514
|
+
|
|
6515
|
+
property :message, as: 'message'
|
|
6516
|
+
end
|
|
6517
|
+
|
|
6518
|
+
class Datum
|
|
6519
|
+
# @private
|
|
6520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6521
|
+
property :key, as: 'key'
|
|
6522
|
+
property :value, as: 'value'
|
|
6523
|
+
end
|
|
6524
|
+
end
|
|
6525
|
+
end
|
|
6526
|
+
end
|
|
6527
|
+
|
|
6528
|
+
class NodeGroupsSetNodeTemplateRequest
|
|
6529
|
+
# @private
|
|
6530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6531
|
+
property :node_template, as: 'nodeTemplate'
|
|
6532
|
+
end
|
|
6533
|
+
end
|
|
6534
|
+
|
|
6535
|
+
class NodeTemplate
|
|
6536
|
+
# @private
|
|
6537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6538
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
6539
|
+
property :description, as: 'description'
|
|
6540
|
+
property :id, :numeric_string => true, as: 'id'
|
|
6541
|
+
property :kind, as: 'kind'
|
|
6542
|
+
property :name, as: 'name'
|
|
6543
|
+
hash :node_affinity_labels, as: 'nodeAffinityLabels'
|
|
6544
|
+
property :node_type, as: 'nodeType'
|
|
6545
|
+
property :node_type_flexibility, as: 'nodeTypeFlexibility', class: Google::Apis::ComputeBeta::NodeTemplateNodeTypeFlexibility, decorator: Google::Apis::ComputeBeta::NodeTemplateNodeTypeFlexibility::Representation
|
|
6546
|
+
|
|
6547
|
+
property :region, as: 'region'
|
|
6548
|
+
property :self_link, as: 'selfLink'
|
|
6549
|
+
property :status, as: 'status'
|
|
6550
|
+
property :status_message, as: 'statusMessage'
|
|
6551
|
+
end
|
|
6552
|
+
end
|
|
6553
|
+
|
|
6554
|
+
class NodeTemplateAggregatedList
|
|
6555
|
+
# @private
|
|
6556
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6557
|
+
property :id, as: 'id'
|
|
6558
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::NodeTemplatesScopedList, decorator: Google::Apis::ComputeBeta::NodeTemplatesScopedList::Representation
|
|
6559
|
+
|
|
6560
|
+
property :kind, as: 'kind'
|
|
6561
|
+
property :next_page_token, as: 'nextPageToken'
|
|
6562
|
+
property :self_link, as: 'selfLink'
|
|
6563
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NodeTemplateAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::NodeTemplateAggregatedList::Warning::Representation
|
|
6564
|
+
|
|
6565
|
+
end
|
|
6566
|
+
|
|
6567
|
+
class Warning
|
|
6568
|
+
# @private
|
|
6569
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6570
|
+
property :code, as: 'code'
|
|
6571
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NodeTemplateAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NodeTemplateAggregatedList::Warning::Datum::Representation
|
|
6572
|
+
|
|
6573
|
+
property :message, as: 'message'
|
|
6574
|
+
end
|
|
6575
|
+
|
|
6576
|
+
class Datum
|
|
6577
|
+
# @private
|
|
6578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6579
|
+
property :key, as: 'key'
|
|
6580
|
+
property :value, as: 'value'
|
|
6581
|
+
end
|
|
6582
|
+
end
|
|
6583
|
+
end
|
|
6584
|
+
end
|
|
6585
|
+
|
|
6586
|
+
class NodeTemplateList
|
|
6587
|
+
# @private
|
|
6588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6589
|
+
property :id, as: 'id'
|
|
6590
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::NodeTemplate, decorator: Google::Apis::ComputeBeta::NodeTemplate::Representation
|
|
6591
|
+
|
|
6592
|
+
property :kind, as: 'kind'
|
|
6593
|
+
property :next_page_token, as: 'nextPageToken'
|
|
6594
|
+
property :self_link, as: 'selfLink'
|
|
6595
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NodeTemplateList::Warning, decorator: Google::Apis::ComputeBeta::NodeTemplateList::Warning::Representation
|
|
6596
|
+
|
|
6597
|
+
end
|
|
6598
|
+
|
|
6599
|
+
class Warning
|
|
6600
|
+
# @private
|
|
6601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6602
|
+
property :code, as: 'code'
|
|
6603
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NodeTemplateList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NodeTemplateList::Warning::Datum::Representation
|
|
6604
|
+
|
|
6605
|
+
property :message, as: 'message'
|
|
6606
|
+
end
|
|
6607
|
+
|
|
6608
|
+
class Datum
|
|
6609
|
+
# @private
|
|
6610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6611
|
+
property :key, as: 'key'
|
|
6612
|
+
property :value, as: 'value'
|
|
6613
|
+
end
|
|
6614
|
+
end
|
|
6615
|
+
end
|
|
6616
|
+
end
|
|
6617
|
+
|
|
6618
|
+
class NodeTemplateNodeTypeFlexibility
|
|
6619
|
+
# @private
|
|
6620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6621
|
+
property :cpus, as: 'cpus'
|
|
6622
|
+
property :local_ssd, as: 'localSsd'
|
|
6623
|
+
property :memory, as: 'memory'
|
|
6624
|
+
end
|
|
6625
|
+
end
|
|
6626
|
+
|
|
6627
|
+
class NodeTemplatesScopedList
|
|
6628
|
+
# @private
|
|
6629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6630
|
+
collection :node_templates, as: 'nodeTemplates', class: Google::Apis::ComputeBeta::NodeTemplate, decorator: Google::Apis::ComputeBeta::NodeTemplate::Representation
|
|
6631
|
+
|
|
6632
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NodeTemplatesScopedList::Warning, decorator: Google::Apis::ComputeBeta::NodeTemplatesScopedList::Warning::Representation
|
|
6633
|
+
|
|
6634
|
+
end
|
|
6635
|
+
|
|
6636
|
+
class Warning
|
|
6637
|
+
# @private
|
|
6638
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6639
|
+
property :code, as: 'code'
|
|
6640
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NodeTemplatesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NodeTemplatesScopedList::Warning::Datum::Representation
|
|
6641
|
+
|
|
6642
|
+
property :message, as: 'message'
|
|
6643
|
+
end
|
|
6644
|
+
|
|
6645
|
+
class Datum
|
|
6646
|
+
# @private
|
|
6647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6648
|
+
property :key, as: 'key'
|
|
6649
|
+
property :value, as: 'value'
|
|
6650
|
+
end
|
|
6651
|
+
end
|
|
6652
|
+
end
|
|
6653
|
+
end
|
|
6654
|
+
|
|
6655
|
+
class NodeType
|
|
6656
|
+
# @private
|
|
6657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6658
|
+
property :cpu_platform, as: 'cpuPlatform'
|
|
6659
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
6660
|
+
property :deprecated, as: 'deprecated', class: Google::Apis::ComputeBeta::DeprecationStatus, decorator: Google::Apis::ComputeBeta::DeprecationStatus::Representation
|
|
6661
|
+
|
|
6662
|
+
property :description, as: 'description'
|
|
6663
|
+
property :guest_cpus, as: 'guestCpus'
|
|
6664
|
+
property :id, :numeric_string => true, as: 'id'
|
|
6665
|
+
property :kind, as: 'kind'
|
|
6666
|
+
property :local_ssd_gb, as: 'localSsdGb'
|
|
6667
|
+
property :memory_mb, as: 'memoryMb'
|
|
6668
|
+
property :name, as: 'name'
|
|
6669
|
+
property :self_link, as: 'selfLink'
|
|
6670
|
+
property :zone, as: 'zone'
|
|
6671
|
+
end
|
|
6672
|
+
end
|
|
6673
|
+
|
|
6674
|
+
class NodeTypeAggregatedList
|
|
6675
|
+
# @private
|
|
6676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6677
|
+
property :id, as: 'id'
|
|
6678
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::NodeTypesScopedList, decorator: Google::Apis::ComputeBeta::NodeTypesScopedList::Representation
|
|
6679
|
+
|
|
6680
|
+
property :kind, as: 'kind'
|
|
6681
|
+
property :next_page_token, as: 'nextPageToken'
|
|
6682
|
+
property :self_link, as: 'selfLink'
|
|
6683
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NodeTypeAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::NodeTypeAggregatedList::Warning::Representation
|
|
6684
|
+
|
|
6685
|
+
end
|
|
6686
|
+
|
|
6687
|
+
class Warning
|
|
6688
|
+
# @private
|
|
6689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6690
|
+
property :code, as: 'code'
|
|
6691
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NodeTypeAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NodeTypeAggregatedList::Warning::Datum::Representation
|
|
6692
|
+
|
|
6693
|
+
property :message, as: 'message'
|
|
6694
|
+
end
|
|
6695
|
+
|
|
6696
|
+
class Datum
|
|
6697
|
+
# @private
|
|
6698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6699
|
+
property :key, as: 'key'
|
|
6700
|
+
property :value, as: 'value'
|
|
6701
|
+
end
|
|
6702
|
+
end
|
|
6703
|
+
end
|
|
6704
|
+
end
|
|
6705
|
+
|
|
6706
|
+
class NodeTypeList
|
|
6707
|
+
# @private
|
|
6708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6709
|
+
property :id, as: 'id'
|
|
6710
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::NodeType, decorator: Google::Apis::ComputeBeta::NodeType::Representation
|
|
6711
|
+
|
|
6712
|
+
property :kind, as: 'kind'
|
|
6713
|
+
property :next_page_token, as: 'nextPageToken'
|
|
6714
|
+
property :self_link, as: 'selfLink'
|
|
6715
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NodeTypeList::Warning, decorator: Google::Apis::ComputeBeta::NodeTypeList::Warning::Representation
|
|
6716
|
+
|
|
6717
|
+
end
|
|
6718
|
+
|
|
6719
|
+
class Warning
|
|
6720
|
+
# @private
|
|
6721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6722
|
+
property :code, as: 'code'
|
|
6723
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NodeTypeList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NodeTypeList::Warning::Datum::Representation
|
|
6724
|
+
|
|
6725
|
+
property :message, as: 'message'
|
|
6726
|
+
end
|
|
6727
|
+
|
|
6728
|
+
class Datum
|
|
6729
|
+
# @private
|
|
6730
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6731
|
+
property :key, as: 'key'
|
|
6732
|
+
property :value, as: 'value'
|
|
6733
|
+
end
|
|
6734
|
+
end
|
|
6735
|
+
end
|
|
6736
|
+
end
|
|
6737
|
+
|
|
6738
|
+
class NodeTypesScopedList
|
|
6739
|
+
# @private
|
|
6740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6741
|
+
collection :node_types, as: 'nodeTypes', class: Google::Apis::ComputeBeta::NodeType, decorator: Google::Apis::ComputeBeta::NodeType::Representation
|
|
6742
|
+
|
|
6743
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NodeTypesScopedList::Warning, decorator: Google::Apis::ComputeBeta::NodeTypesScopedList::Warning::Representation
|
|
6744
|
+
|
|
6745
|
+
end
|
|
6746
|
+
|
|
6747
|
+
class Warning
|
|
6748
|
+
# @private
|
|
6749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6750
|
+
property :code, as: 'code'
|
|
6751
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NodeTypesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NodeTypesScopedList::Warning::Datum::Representation
|
|
6752
|
+
|
|
6753
|
+
property :message, as: 'message'
|
|
6754
|
+
end
|
|
6755
|
+
|
|
6756
|
+
class Datum
|
|
6757
|
+
# @private
|
|
6758
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6759
|
+
property :key, as: 'key'
|
|
6760
|
+
property :value, as: 'value'
|
|
6761
|
+
end
|
|
6762
|
+
end
|
|
6763
|
+
end
|
|
6764
|
+
end
|
|
6765
|
+
|
|
6766
|
+
class Operation
|
|
6767
|
+
# @private
|
|
6768
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6769
|
+
property :client_operation_id, as: 'clientOperationId'
|
|
6770
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
6771
|
+
property :description, as: 'description'
|
|
6772
|
+
property :end_time, as: 'endTime'
|
|
6773
|
+
property :error, as: 'error', class: Google::Apis::ComputeBeta::Operation::Error, decorator: Google::Apis::ComputeBeta::Operation::Error::Representation
|
|
6774
|
+
|
|
6775
|
+
property :http_error_message, as: 'httpErrorMessage'
|
|
6776
|
+
property :http_error_status_code, as: 'httpErrorStatusCode'
|
|
6777
|
+
property :id, :numeric_string => true, as: 'id'
|
|
6778
|
+
property :insert_time, as: 'insertTime'
|
|
6779
|
+
property :kind, as: 'kind'
|
|
6780
|
+
property :name, as: 'name'
|
|
6781
|
+
property :operation_type, as: 'operationType'
|
|
6782
|
+
property :progress, as: 'progress'
|
|
6783
|
+
property :region, as: 'region'
|
|
6784
|
+
property :self_link, as: 'selfLink'
|
|
6785
|
+
property :start_time, as: 'startTime'
|
|
6786
|
+
property :status, as: 'status'
|
|
6787
|
+
property :status_message, as: 'statusMessage'
|
|
6788
|
+
property :target_id, :numeric_string => true, as: 'targetId'
|
|
6789
|
+
property :target_link, as: 'targetLink'
|
|
6790
|
+
property :user, as: 'user'
|
|
6791
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ComputeBeta::Operation::Warning, decorator: Google::Apis::ComputeBeta::Operation::Warning::Representation
|
|
6792
|
+
|
|
6793
|
+
property :zone, as: 'zone'
|
|
6794
|
+
end
|
|
6795
|
+
|
|
6796
|
+
class Error
|
|
6797
|
+
# @private
|
|
6798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6799
|
+
collection :errors, as: 'errors', class: Google::Apis::ComputeBeta::Operation::Error::Error, decorator: Google::Apis::ComputeBeta::Operation::Error::Error::Representation
|
|
6183
6800
|
|
|
6184
6801
|
end
|
|
6185
6802
|
|
|
@@ -7050,11 +7667,22 @@ module Google
|
|
|
7050
7667
|
# @private
|
|
7051
7668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7052
7669
|
property :automatic_restart, as: 'automaticRestart'
|
|
7670
|
+
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ComputeBeta::SchedulingNodeAffinity, decorator: Google::Apis::ComputeBeta::SchedulingNodeAffinity::Representation
|
|
7671
|
+
|
|
7053
7672
|
property :on_host_maintenance, as: 'onHostMaintenance'
|
|
7054
7673
|
property :preemptible, as: 'preemptible'
|
|
7055
7674
|
end
|
|
7056
7675
|
end
|
|
7057
7676
|
|
|
7677
|
+
class SchedulingNodeAffinity
|
|
7678
|
+
# @private
|
|
7679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7680
|
+
property :key, as: 'key'
|
|
7681
|
+
property :operator, as: 'operator'
|
|
7682
|
+
collection :values, as: 'values'
|
|
7683
|
+
end
|
|
7684
|
+
end
|
|
7685
|
+
|
|
7058
7686
|
class SecurityPolicy
|
|
7059
7687
|
# @private
|
|
7060
7688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7159,6 +7787,22 @@ module Google
|
|
|
7159
7787
|
end
|
|
7160
7788
|
end
|
|
7161
7789
|
|
|
7790
|
+
class ShieldedVmConfig
|
|
7791
|
+
# @private
|
|
7792
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7793
|
+
property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
|
|
7794
|
+
property :enable_secure_boot, as: 'enableSecureBoot'
|
|
7795
|
+
property :enable_vtpm, as: 'enableVtpm'
|
|
7796
|
+
end
|
|
7797
|
+
end
|
|
7798
|
+
|
|
7799
|
+
class ShieldedVmIntegrityPolicy
|
|
7800
|
+
# @private
|
|
7801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7802
|
+
property :update_auto_learn_policy, as: 'updateAutoLearnPolicy'
|
|
7803
|
+
end
|
|
7804
|
+
end
|
|
7805
|
+
|
|
7162
7806
|
class SignedUrlKey
|
|
7163
7807
|
# @private
|
|
7164
7808
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8264,10 +8908,20 @@ module Google
|
|
|
8264
8908
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8265
8909
|
property :ip_cidr_range, as: 'ipCidrRange'
|
|
8266
8910
|
property :network, as: 'network'
|
|
8911
|
+
collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeBeta::UsableSubnetworkSecondaryRange, decorator: Google::Apis::ComputeBeta::UsableSubnetworkSecondaryRange::Representation
|
|
8912
|
+
|
|
8267
8913
|
property :subnetwork, as: 'subnetwork'
|
|
8268
8914
|
end
|
|
8269
8915
|
end
|
|
8270
8916
|
|
|
8917
|
+
class UsableSubnetworkSecondaryRange
|
|
8918
|
+
# @private
|
|
8919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8920
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
|
8921
|
+
property :range_name, as: 'rangeName'
|
|
8922
|
+
end
|
|
8923
|
+
end
|
|
8924
|
+
|
|
8271
8925
|
class UsableSubnetworksAggregatedList
|
|
8272
8926
|
# @private
|
|
8273
8927
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8521,6 +9175,17 @@ module Google
|
|
|
8521
9175
|
hash :labels, as: 'labels'
|
|
8522
9176
|
end
|
|
8523
9177
|
end
|
|
9178
|
+
|
|
9179
|
+
class ZoneSetPolicyRequest
|
|
9180
|
+
# @private
|
|
9181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9182
|
+
collection :bindings, as: 'bindings', class: Google::Apis::ComputeBeta::Binding, decorator: Google::Apis::ComputeBeta::Binding::Representation
|
|
9183
|
+
|
|
9184
|
+
property :etag, :base64 => true, as: 'etag'
|
|
9185
|
+
property :policy, as: 'policy', class: Google::Apis::ComputeBeta::Policy, decorator: Google::Apis::ComputeBeta::Policy::Representation
|
|
9186
|
+
|
|
9187
|
+
end
|
|
9188
|
+
end
|
|
8524
9189
|
end
|
|
8525
9190
|
end
|
|
8526
9191
|
end
|