google-apis-clouddeploy_v1 0.33.0 → 0.35.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ClouddeployV1
18
18
  # Version of the google-apis-clouddeploy_v1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231015"
25
+ REVISION = "20231101"
26
26
  end
27
27
  end
28
28
  end
@@ -46,6 +46,12 @@ module Google
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
+ class AdvanceRolloutOperation
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
49
55
  class AdvanceRolloutRequest
50
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
51
57
 
@@ -58,6 +64,12 @@ module Google
58
64
  include Google::Apis::Core::JsonObjectSupport
59
65
  end
60
66
 
67
+ class AdvanceRolloutRule
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
61
73
  class AnthosCluster
62
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
75
 
@@ -88,12 +100,48 @@ module Google
88
100
  include Google::Apis::Core::JsonObjectSupport
89
101
  end
90
102
 
103
+ class Automation
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
91
109
  class AutomationEvent
92
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
111
 
94
112
  include Google::Apis::Core::JsonObjectSupport
95
113
  end
96
114
 
115
+ class AutomationResourceSelector
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class AutomationRolloutMetadata
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class AutomationRule
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class AutomationRuleCondition
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class AutomationRun
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
97
145
  class AutomationRunEvent
98
146
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
147
 
@@ -124,6 +172,18 @@ module Google
124
172
  include Google::Apis::Core::JsonObjectSupport
125
173
  end
126
174
 
175
+ class CancelAutomationRunRequest
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class CancelAutomationRunResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
127
187
  class CancelOperationRequest
128
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
189
 
@@ -322,6 +382,18 @@ module Google
322
382
  include Google::Apis::Core::JsonObjectSupport
323
383
  end
324
384
 
385
+ class ListAutomationRunsResponse
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class ListAutomationsResponse
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
325
397
  class ListDeliveryPipelinesResponse
326
398
  class Representation < Google::Apis::Core::JsonRepresentation; end
327
399
 
@@ -472,6 +544,18 @@ module Google
472
544
  include Google::Apis::Core::JsonObjectSupport
473
545
  end
474
546
 
547
+ class PromoteReleaseOperation
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class PromoteReleaseRule
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
475
559
  class Release
476
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
477
561
 
@@ -508,6 +592,42 @@ module Google
508
592
  include Google::Apis::Core::JsonObjectSupport
509
593
  end
510
594
 
595
+ class RepairMode
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class RepairPhase
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class RepairRolloutOperation
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class RepairRolloutRule
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class Retry
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class RetryAttempt
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
511
631
  class RetryJobRequest
512
632
  class Representation < Google::Apis::Core::JsonRepresentation; end
513
633
 
@@ -520,6 +640,24 @@ module Google
520
640
  include Google::Apis::Core::JsonObjectSupport
521
641
  end
522
642
 
643
+ class RetryPhase
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class Rollback
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class RollbackAttempt
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
523
661
  class RollbackTargetConfig
524
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
525
663
 
@@ -550,6 +688,12 @@ module Google
550
688
  include Google::Apis::Core::JsonObjectSupport
551
689
  end
552
690
 
691
+ class RolloutUpdateEvent
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
553
697
  class RuntimeConfig
554
698
  class Representation < Google::Apis::Core::JsonRepresentation; end
555
699
 
@@ -622,6 +766,12 @@ module Google
622
766
  include Google::Apis::Core::JsonObjectSupport
623
767
  end
624
768
 
769
+ class TargetAttribute
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
625
775
  class TargetNotificationEvent
626
776
  class Representation < Google::Apis::Core::JsonRepresentation; end
627
777
 
@@ -708,6 +858,16 @@ module Google
708
858
  end
709
859
  end
710
860
 
861
+ class AdvanceRolloutOperation
862
+ # @private
863
+ class Representation < Google::Apis::Core::JsonRepresentation
864
+ property :destination_phase, as: 'destinationPhase'
865
+ property :rollout, as: 'rollout'
866
+ property :source_phase, as: 'sourcePhase'
867
+ property :wait, as: 'wait'
868
+ end
869
+ end
870
+
711
871
  class AdvanceRolloutRequest
712
872
  # @private
713
873
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -721,6 +881,17 @@ module Google
721
881
  end
722
882
  end
723
883
 
884
+ class AdvanceRolloutRule
885
+ # @private
886
+ class Representation < Google::Apis::Core::JsonRepresentation
887
+ property :condition, as: 'condition', class: Google::Apis::ClouddeployV1::AutomationRuleCondition, decorator: Google::Apis::ClouddeployV1::AutomationRuleCondition::Representation
888
+
889
+ property :id, as: 'id'
890
+ collection :source_phases, as: 'sourcePhases'
891
+ property :wait, as: 'wait'
892
+ end
893
+ end
894
+
724
895
  class AnthosCluster
725
896
  # @private
726
897
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -758,6 +929,26 @@ module Google
758
929
  end
759
930
  end
760
931
 
932
+ class Automation
933
+ # @private
934
+ class Representation < Google::Apis::Core::JsonRepresentation
935
+ hash :annotations, as: 'annotations'
936
+ property :create_time, as: 'createTime'
937
+ property :description, as: 'description'
938
+ property :etag, as: 'etag'
939
+ hash :labels, as: 'labels'
940
+ property :name, as: 'name'
941
+ collection :rules, as: 'rules', class: Google::Apis::ClouddeployV1::AutomationRule, decorator: Google::Apis::ClouddeployV1::AutomationRule::Representation
942
+
943
+ property :selector, as: 'selector', class: Google::Apis::ClouddeployV1::AutomationResourceSelector, decorator: Google::Apis::ClouddeployV1::AutomationResourceSelector::Representation
944
+
945
+ property :service_account, as: 'serviceAccount'
946
+ property :suspended, as: 'suspended'
947
+ property :uid, as: 'uid'
948
+ property :update_time, as: 'updateTime'
949
+ end
950
+ end
951
+
761
952
  class AutomationEvent
762
953
  # @private
763
954
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -768,6 +959,69 @@ module Google
768
959
  end
769
960
  end
770
961
 
962
+ class AutomationResourceSelector
963
+ # @private
964
+ class Representation < Google::Apis::Core::JsonRepresentation
965
+ collection :targets, as: 'targets', class: Google::Apis::ClouddeployV1::TargetAttribute, decorator: Google::Apis::ClouddeployV1::TargetAttribute::Representation
966
+
967
+ end
968
+ end
969
+
970
+ class AutomationRolloutMetadata
971
+ # @private
972
+ class Representation < Google::Apis::Core::JsonRepresentation
973
+ collection :advance_automation_runs, as: 'advanceAutomationRuns'
974
+ property :promote_automation_run, as: 'promoteAutomationRun'
975
+ collection :repair_automation_runs, as: 'repairAutomationRuns'
976
+ end
977
+ end
978
+
979
+ class AutomationRule
980
+ # @private
981
+ class Representation < Google::Apis::Core::JsonRepresentation
982
+ property :advance_rollout_rule, as: 'advanceRolloutRule', class: Google::Apis::ClouddeployV1::AdvanceRolloutRule, decorator: Google::Apis::ClouddeployV1::AdvanceRolloutRule::Representation
983
+
984
+ property :promote_release_rule, as: 'promoteReleaseRule', class: Google::Apis::ClouddeployV1::PromoteReleaseRule, decorator: Google::Apis::ClouddeployV1::PromoteReleaseRule::Representation
985
+
986
+ property :repair_rollout_rule, as: 'repairRolloutRule', class: Google::Apis::ClouddeployV1::RepairRolloutRule, decorator: Google::Apis::ClouddeployV1::RepairRolloutRule::Representation
987
+
988
+ end
989
+ end
990
+
991
+ class AutomationRuleCondition
992
+ # @private
993
+ class Representation < Google::Apis::Core::JsonRepresentation
994
+ property :targets_present_condition, as: 'targetsPresentCondition', class: Google::Apis::ClouddeployV1::TargetsPresentCondition, decorator: Google::Apis::ClouddeployV1::TargetsPresentCondition::Representation
995
+
996
+ end
997
+ end
998
+
999
+ class AutomationRun
1000
+ # @private
1001
+ class Representation < Google::Apis::Core::JsonRepresentation
1002
+ property :advance_rollout_operation, as: 'advanceRolloutOperation', class: Google::Apis::ClouddeployV1::AdvanceRolloutOperation, decorator: Google::Apis::ClouddeployV1::AdvanceRolloutOperation::Representation
1003
+
1004
+ property :automation_id, as: 'automationId'
1005
+ property :automation_snapshot, as: 'automationSnapshot', class: Google::Apis::ClouddeployV1::Automation, decorator: Google::Apis::ClouddeployV1::Automation::Representation
1006
+
1007
+ property :create_time, as: 'createTime'
1008
+ property :etag, as: 'etag'
1009
+ property :expire_time, as: 'expireTime'
1010
+ property :name, as: 'name'
1011
+ property :promote_release_operation, as: 'promoteReleaseOperation', class: Google::Apis::ClouddeployV1::PromoteReleaseOperation, decorator: Google::Apis::ClouddeployV1::PromoteReleaseOperation::Representation
1012
+
1013
+ property :repair_rollout_operation, as: 'repairRolloutOperation', class: Google::Apis::ClouddeployV1::RepairRolloutOperation, decorator: Google::Apis::ClouddeployV1::RepairRolloutOperation::Representation
1014
+
1015
+ property :rule_id, as: 'ruleId'
1016
+ property :service_account, as: 'serviceAccount'
1017
+ property :state, as: 'state'
1018
+ property :state_description, as: 'stateDescription'
1019
+ property :target_id, as: 'targetId'
1020
+ property :update_time, as: 'updateTime'
1021
+ property :wait_until_time, as: 'waitUntilTime'
1022
+ end
1023
+ end
1024
+
771
1025
  class AutomationRunEvent
772
1026
  # @private
773
1027
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -823,6 +1077,18 @@ module Google
823
1077
  end
824
1078
  end
825
1079
 
1080
+ class CancelAutomationRunRequest
1081
+ # @private
1082
+ class Representation < Google::Apis::Core::JsonRepresentation
1083
+ end
1084
+ end
1085
+
1086
+ class CancelAutomationRunResponse
1087
+ # @private
1088
+ class Representation < Google::Apis::Core::JsonRepresentation
1089
+ end
1090
+ end
1091
+
826
1092
  class CancelOperationRequest
827
1093
  # @private
828
1094
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1151,6 +1417,26 @@ module Google
1151
1417
  end
1152
1418
  end
1153
1419
 
1420
+ class ListAutomationRunsResponse
1421
+ # @private
1422
+ class Representation < Google::Apis::Core::JsonRepresentation
1423
+ collection :automation_runs, as: 'automationRuns', class: Google::Apis::ClouddeployV1::AutomationRun, decorator: Google::Apis::ClouddeployV1::AutomationRun::Representation
1424
+
1425
+ property :next_page_token, as: 'nextPageToken'
1426
+ collection :unreachable, as: 'unreachable'
1427
+ end
1428
+ end
1429
+
1430
+ class ListAutomationsResponse
1431
+ # @private
1432
+ class Representation < Google::Apis::Core::JsonRepresentation
1433
+ collection :automations, as: 'automations', class: Google::Apis::ClouddeployV1::Automation, decorator: Google::Apis::ClouddeployV1::Automation::Representation
1434
+
1435
+ property :next_page_token, as: 'nextPageToken'
1436
+ collection :unreachable, as: 'unreachable'
1437
+ end
1438
+ end
1439
+
1154
1440
  class ListDeliveryPipelinesResponse
1155
1441
  # @private
1156
1442
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1233,6 +1519,8 @@ module Google
1233
1519
  class Metadata
1234
1520
  # @private
1235
1521
  class Representation < Google::Apis::Core::JsonRepresentation
1522
+ property :automation, as: 'automation', class: Google::Apis::ClouddeployV1::AutomationRolloutMetadata, decorator: Google::Apis::ClouddeployV1::AutomationRolloutMetadata::Representation
1523
+
1236
1524
  property :cloud_run, as: 'cloudRun', class: Google::Apis::ClouddeployV1::CloudRunMetadata, decorator: Google::Apis::ClouddeployV1::CloudRunMetadata::Representation
1237
1525
 
1238
1526
  end
@@ -1393,6 +1681,28 @@ module Google
1393
1681
  end
1394
1682
  end
1395
1683
 
1684
+ class PromoteReleaseOperation
1685
+ # @private
1686
+ class Representation < Google::Apis::Core::JsonRepresentation
1687
+ property :phase, as: 'phase'
1688
+ property :rollout, as: 'rollout'
1689
+ property :target_id, as: 'targetId'
1690
+ property :wait, as: 'wait'
1691
+ end
1692
+ end
1693
+
1694
+ class PromoteReleaseRule
1695
+ # @private
1696
+ class Representation < Google::Apis::Core::JsonRepresentation
1697
+ property :condition, as: 'condition', class: Google::Apis::ClouddeployV1::AutomationRuleCondition, decorator: Google::Apis::ClouddeployV1::AutomationRuleCondition::Representation
1698
+
1699
+ property :destination_phase, as: 'destinationPhase'
1700
+ property :destination_target_id, as: 'destinationTargetId'
1701
+ property :id, as: 'id'
1702
+ property :wait, as: 'wait'
1703
+ end
1704
+ end
1705
+
1396
1706
  class Release
1397
1707
  # @private
1398
1708
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1457,6 +1767,7 @@ module Google
1457
1767
  class Representation < Google::Apis::Core::JsonRepresentation
1458
1768
  property :message, as: 'message'
1459
1769
  property :release, as: 'release'
1770
+ property :release_render_state, as: 'releaseRenderState'
1460
1771
  end
1461
1772
  end
1462
1773
 
@@ -1468,6 +1779,68 @@ module Google
1468
1779
  end
1469
1780
  end
1470
1781
 
1782
+ class RepairMode
1783
+ # @private
1784
+ class Representation < Google::Apis::Core::JsonRepresentation
1785
+ property :retry, as: 'retry', class: Google::Apis::ClouddeployV1::Retry, decorator: Google::Apis::ClouddeployV1::Retry::Representation
1786
+
1787
+ property :rollback, as: 'rollback', class: Google::Apis::ClouddeployV1::Rollback, decorator: Google::Apis::ClouddeployV1::Rollback::Representation
1788
+
1789
+ end
1790
+ end
1791
+
1792
+ class RepairPhase
1793
+ # @private
1794
+ class Representation < Google::Apis::Core::JsonRepresentation
1795
+ property :retry, as: 'retry', class: Google::Apis::ClouddeployV1::RetryPhase, decorator: Google::Apis::ClouddeployV1::RetryPhase::Representation
1796
+
1797
+ property :rollback, as: 'rollback', class: Google::Apis::ClouddeployV1::RollbackAttempt, decorator: Google::Apis::ClouddeployV1::RollbackAttempt::Representation
1798
+
1799
+ end
1800
+ end
1801
+
1802
+ class RepairRolloutOperation
1803
+ # @private
1804
+ class Representation < Google::Apis::Core::JsonRepresentation
1805
+ property :current_repair_mode_index, :numeric_string => true, as: 'currentRepairModeIndex'
1806
+ collection :repair_phases, as: 'repairPhases', class: Google::Apis::ClouddeployV1::RepairPhase, decorator: Google::Apis::ClouddeployV1::RepairPhase::Representation
1807
+
1808
+ property :rollout, as: 'rollout'
1809
+ end
1810
+ end
1811
+
1812
+ class RepairRolloutRule
1813
+ # @private
1814
+ class Representation < Google::Apis::Core::JsonRepresentation
1815
+ property :condition, as: 'condition', class: Google::Apis::ClouddeployV1::AutomationRuleCondition, decorator: Google::Apis::ClouddeployV1::AutomationRuleCondition::Representation
1816
+
1817
+ property :id, as: 'id'
1818
+ collection :jobs, as: 'jobs'
1819
+ collection :repair_modes, as: 'repairModes', class: Google::Apis::ClouddeployV1::RepairMode, decorator: Google::Apis::ClouddeployV1::RepairMode::Representation
1820
+
1821
+ collection :source_phases, as: 'sourcePhases'
1822
+ end
1823
+ end
1824
+
1825
+ class Retry
1826
+ # @private
1827
+ class Representation < Google::Apis::Core::JsonRepresentation
1828
+ property :attempts, :numeric_string => true, as: 'attempts'
1829
+ property :backoff_mode, as: 'backoffMode'
1830
+ property :wait, as: 'wait'
1831
+ end
1832
+ end
1833
+
1834
+ class RetryAttempt
1835
+ # @private
1836
+ class Representation < Google::Apis::Core::JsonRepresentation
1837
+ property :attempt, :numeric_string => true, as: 'attempt'
1838
+ property :state, as: 'state'
1839
+ property :state_desc, as: 'stateDesc'
1840
+ property :wait, as: 'wait'
1841
+ end
1842
+ end
1843
+
1471
1844
  class RetryJobRequest
1472
1845
  # @private
1473
1846
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1482,6 +1855,35 @@ module Google
1482
1855
  end
1483
1856
  end
1484
1857
 
1858
+ class RetryPhase
1859
+ # @private
1860
+ class Representation < Google::Apis::Core::JsonRepresentation
1861
+ collection :attempts, as: 'attempts', class: Google::Apis::ClouddeployV1::RetryAttempt, decorator: Google::Apis::ClouddeployV1::RetryAttempt::Representation
1862
+
1863
+ property :backoff_mode, as: 'backoffMode'
1864
+ property :job_id, as: 'jobId'
1865
+ property :phase_id, as: 'phaseId'
1866
+ property :total_attempts, :numeric_string => true, as: 'totalAttempts'
1867
+ end
1868
+ end
1869
+
1870
+ class Rollback
1871
+ # @private
1872
+ class Representation < Google::Apis::Core::JsonRepresentation
1873
+ property :destination_phase, as: 'destinationPhase'
1874
+ end
1875
+ end
1876
+
1877
+ class RollbackAttempt
1878
+ # @private
1879
+ class Representation < Google::Apis::Core::JsonRepresentation
1880
+ property :destination_phase, as: 'destinationPhase'
1881
+ property :rollout_id, as: 'rolloutId'
1882
+ property :state, as: 'state'
1883
+ property :state_desc, as: 'stateDesc'
1884
+ end
1885
+ end
1886
+
1485
1887
  class RollbackTargetConfig
1486
1888
  # @private
1487
1889
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1554,6 +1956,19 @@ module Google
1554
1956
  end
1555
1957
  end
1556
1958
 
1959
+ class RolloutUpdateEvent
1960
+ # @private
1961
+ class Representation < Google::Apis::Core::JsonRepresentation
1962
+ property :message, as: 'message'
1963
+ property :pipeline_uid, as: 'pipelineUid'
1964
+ property :release_uid, as: 'releaseUid'
1965
+ property :rollout, as: 'rollout'
1966
+ property :rollout_update_type, as: 'rolloutUpdateType'
1967
+ property :target_id, as: 'targetId'
1968
+ property :type, as: 'type'
1969
+ end
1970
+ end
1971
+
1557
1972
  class RuntimeConfig
1558
1973
  # @private
1559
1974
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1691,6 +2106,14 @@ module Google
1691
2106
  end
1692
2107
  end
1693
2108
 
2109
+ class TargetAttribute
2110
+ # @private
2111
+ class Representation < Google::Apis::Core::JsonRepresentation
2112
+ property :id, as: 'id'
2113
+ hash :labels, as: 'labels'
2114
+ end
2115
+ end
2116
+
1694
2117
  class TargetNotificationEvent
1695
2118
  # @private
1696
2119
  class Representation < Google::Apis::Core::JsonRepresentation