google-apis-clouddeploy_v1 0.33.0 → 0.34.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.34.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 = "20231027"
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
@@ -1468,6 +1778,68 @@ module Google
1468
1778
  end
1469
1779
  end
1470
1780
 
1781
+ class RepairMode
1782
+ # @private
1783
+ class Representation < Google::Apis::Core::JsonRepresentation
1784
+ property :retry, as: 'retry', class: Google::Apis::ClouddeployV1::Retry, decorator: Google::Apis::ClouddeployV1::Retry::Representation
1785
+
1786
+ property :rollback, as: 'rollback', class: Google::Apis::ClouddeployV1::Rollback, decorator: Google::Apis::ClouddeployV1::Rollback::Representation
1787
+
1788
+ end
1789
+ end
1790
+
1791
+ class RepairPhase
1792
+ # @private
1793
+ class Representation < Google::Apis::Core::JsonRepresentation
1794
+ property :retry, as: 'retry', class: Google::Apis::ClouddeployV1::RetryPhase, decorator: Google::Apis::ClouddeployV1::RetryPhase::Representation
1795
+
1796
+ property :rollback, as: 'rollback', class: Google::Apis::ClouddeployV1::RollbackAttempt, decorator: Google::Apis::ClouddeployV1::RollbackAttempt::Representation
1797
+
1798
+ end
1799
+ end
1800
+
1801
+ class RepairRolloutOperation
1802
+ # @private
1803
+ class Representation < Google::Apis::Core::JsonRepresentation
1804
+ property :current_repair_mode_index, :numeric_string => true, as: 'currentRepairModeIndex'
1805
+ collection :repair_phases, as: 'repairPhases', class: Google::Apis::ClouddeployV1::RepairPhase, decorator: Google::Apis::ClouddeployV1::RepairPhase::Representation
1806
+
1807
+ property :rollout, as: 'rollout'
1808
+ end
1809
+ end
1810
+
1811
+ class RepairRolloutRule
1812
+ # @private
1813
+ class Representation < Google::Apis::Core::JsonRepresentation
1814
+ property :condition, as: 'condition', class: Google::Apis::ClouddeployV1::AutomationRuleCondition, decorator: Google::Apis::ClouddeployV1::AutomationRuleCondition::Representation
1815
+
1816
+ property :id, as: 'id'
1817
+ collection :jobs, as: 'jobs'
1818
+ collection :repair_modes, as: 'repairModes', class: Google::Apis::ClouddeployV1::RepairMode, decorator: Google::Apis::ClouddeployV1::RepairMode::Representation
1819
+
1820
+ collection :source_phases, as: 'sourcePhases'
1821
+ end
1822
+ end
1823
+
1824
+ class Retry
1825
+ # @private
1826
+ class Representation < Google::Apis::Core::JsonRepresentation
1827
+ property :attempts, :numeric_string => true, as: 'attempts'
1828
+ property :backoff_mode, as: 'backoffMode'
1829
+ property :wait, as: 'wait'
1830
+ end
1831
+ end
1832
+
1833
+ class RetryAttempt
1834
+ # @private
1835
+ class Representation < Google::Apis::Core::JsonRepresentation
1836
+ property :attempt, :numeric_string => true, as: 'attempt'
1837
+ property :state, as: 'state'
1838
+ property :state_desc, as: 'stateDesc'
1839
+ property :wait, as: 'wait'
1840
+ end
1841
+ end
1842
+
1471
1843
  class RetryJobRequest
1472
1844
  # @private
1473
1845
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1482,6 +1854,35 @@ module Google
1482
1854
  end
1483
1855
  end
1484
1856
 
1857
+ class RetryPhase
1858
+ # @private
1859
+ class Representation < Google::Apis::Core::JsonRepresentation
1860
+ collection :attempts, as: 'attempts', class: Google::Apis::ClouddeployV1::RetryAttempt, decorator: Google::Apis::ClouddeployV1::RetryAttempt::Representation
1861
+
1862
+ property :backoff_mode, as: 'backoffMode'
1863
+ property :job_id, as: 'jobId'
1864
+ property :phase_id, as: 'phaseId'
1865
+ property :total_attempts, :numeric_string => true, as: 'totalAttempts'
1866
+ end
1867
+ end
1868
+
1869
+ class Rollback
1870
+ # @private
1871
+ class Representation < Google::Apis::Core::JsonRepresentation
1872
+ property :destination_phase, as: 'destinationPhase'
1873
+ end
1874
+ end
1875
+
1876
+ class RollbackAttempt
1877
+ # @private
1878
+ class Representation < Google::Apis::Core::JsonRepresentation
1879
+ property :destination_phase, as: 'destinationPhase'
1880
+ property :rollout_id, as: 'rolloutId'
1881
+ property :state, as: 'state'
1882
+ property :state_desc, as: 'stateDesc'
1883
+ end
1884
+ end
1885
+
1485
1886
  class RollbackTargetConfig
1486
1887
  # @private
1487
1888
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1554,6 +1955,19 @@ module Google
1554
1955
  end
1555
1956
  end
1556
1957
 
1958
+ class RolloutUpdateEvent
1959
+ # @private
1960
+ class Representation < Google::Apis::Core::JsonRepresentation
1961
+ property :message, as: 'message'
1962
+ property :pipeline_uid, as: 'pipelineUid'
1963
+ property :release_uid, as: 'releaseUid'
1964
+ property :rollout, as: 'rollout'
1965
+ property :rollout_update_type, as: 'rolloutUpdateType'
1966
+ property :target_id, as: 'targetId'
1967
+ property :type, as: 'type'
1968
+ end
1969
+ end
1970
+
1557
1971
  class RuntimeConfig
1558
1972
  # @private
1559
1973
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1691,6 +2105,14 @@ module Google
1691
2105
  end
1692
2106
  end
1693
2107
 
2108
+ class TargetAttribute
2109
+ # @private
2110
+ class Representation < Google::Apis::Core::JsonRepresentation
2111
+ property :id, as: 'id'
2112
+ hash :labels, as: 'labels'
2113
+ end
2114
+ end
2115
+
1694
2116
  class TargetNotificationEvent
1695
2117
  # @private
1696
2118
  class Representation < Google::Apis::Core::JsonRepresentation