google-api-client 0.9.8 → 0.9.15
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/Gemfile +9 -1
- data/README.md +10 -2
- data/api_names.yaml +61 -110
- data/generated/google/apis/adexchangebuyer_v1_4.rb +1 -1
- data/generated/google/apis/adexchangebuyer_v1_4/classes.rb +160 -9
- data/generated/google/apis/adexchangebuyer_v1_4/representations.rb +46 -0
- data/generated/google/apis/adexchangebuyer_v1_4/service.rb +22 -8
- data/generated/google/apis/adexchangeseller_v2_0.rb +2 -3
- data/generated/google/apis/adexchangeseller_v2_0/service.rb +1 -2
- data/generated/google/apis/admin_directory_v1.rb +1 -1
- data/generated/google/apis/admin_directory_v1/classes.rb +6 -0
- data/generated/google/apis/admin_directory_v1/representations.rb +1 -0
- data/generated/google/apis/admin_directory_v1/service.rb +2 -2
- data/generated/google/apis/admin_reports_v1.rb +3 -3
- data/generated/google/apis/admin_reports_v1/service.rb +2 -2
- data/generated/google/apis/adsense_v1_4.rb +1 -1
- data/generated/google/apis/adsensehost_v4_1.rb +1 -1
- data/generated/google/apis/analytics_v3.rb +1 -1
- data/generated/google/apis/analytics_v3/classes.rb +371 -1
- data/generated/google/apis/analytics_v3/representations.rb +135 -0
- data/generated/google/apis/analytics_v3/service.rb +218 -0
- data/generated/google/apis/analyticsreporting_v4.rb +1 -1
- data/generated/google/apis/analyticsreporting_v4/classes.rb +50 -22
- data/generated/google/apis/androidenterprise_v1.rb +1 -1
- data/generated/google/apis/androidenterprise_v1/classes.rb +722 -48
- data/generated/google/apis/androidenterprise_v1/representations.rb +305 -0
- data/generated/google/apis/androidenterprise_v1/service.rb +1180 -146
- data/generated/google/apis/androidpublisher_v2.rb +1 -1
- data/generated/google/apis/androidpublisher_v2/classes.rb +9 -8
- data/generated/google/apis/appengine_v1beta5.rb +1 -1
- data/generated/google/apis/appengine_v1beta5/classes.rb +430 -288
- data/generated/google/apis/appengine_v1beta5/representations.rb +84 -10
- data/generated/google/apis/appengine_v1beta5/service.rb +285 -25
- data/generated/google/apis/appsactivity_v1.rb +1 -1
- data/generated/google/apis/appstate_v1.rb +1 -1
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +254 -6
- data/generated/google/apis/bigquery_v2/representations.rb +85 -0
- data/generated/google/apis/bigquery_v2/service.rb +8 -2
- data/generated/google/apis/books_v1.rb +2 -2
- data/generated/google/apis/books_v1/classes.rb +77 -0
- data/generated/google/apis/books_v1/representations.rb +34 -0
- data/generated/google/apis/books_v1/service.rb +7 -3
- data/generated/google/apis/calendar_v3.rb +1 -1
- data/generated/google/apis/civicinfo_v2.rb +3 -2
- data/generated/google/apis/civicinfo_v2/classes.rb +16 -4
- data/generated/google/apis/civicinfo_v2/representations.rb +2 -0
- data/generated/google/apis/civicinfo_v2/service.rb +8 -2
- data/generated/google/apis/classroom_v1.rb +1 -1
- data/generated/google/apis/classroom_v1/classes.rb +176 -37
- data/generated/google/apis/classroom_v1/representations.rb +73 -9
- data/generated/google/apis/classroom_v1/service.rb +392 -37
- data/generated/google/apis/cloudbuild_v1.rb +1 -1
- data/generated/google/apis/cloudbuild_v1/classes.rb +320 -12
- data/generated/google/apis/cloudbuild_v1/representations.rb +136 -2
- data/generated/google/apis/cloudbuild_v1/service.rb +174 -1
- data/generated/google/apis/clouddebugger_v2.rb +3 -6
- data/generated/google/apis/clouddebugger_v2/service.rb +4 -4
- data/generated/google/apis/cloudmonitoring_v2beta2.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1/classes.rb +157 -3
- data/generated/google/apis/cloudresourcemanager_v1/representations.rb +33 -0
- data/generated/google/apis/cloudresourcemanager_v1/service.rb +60 -21
- data/generated/google/apis/cloudresourcemanager_v1beta1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb +22 -5
- data/generated/google/apis/cloudresourcemanager_v1beta1/representations.rb +2 -0
- data/generated/google/apis/cloudresourcemanager_v1beta1/service.rb +61 -39
- data/generated/google/apis/compute_beta.rb +1 -1
- data/generated/google/apis/compute_beta/classes.rb +1620 -199
- data/generated/google/apis/compute_beta/representations.rb +563 -0
- data/generated/google/apis/compute_beta/service.rb +5123 -2690
- data/generated/google/apis/compute_v1.rb +1 -1
- data/generated/google/apis/compute_v1/classes.rb +1717 -295
- data/generated/google/apis/compute_v1/representations.rb +536 -0
- data/generated/google/apis/compute_v1/service.rb +2038 -1041
- data/generated/google/apis/content_v2.rb +1 -1
- data/generated/google/apis/content_v2/classes.rb +709 -1
- data/generated/google/apis/content_v2/representations.rb +319 -0
- data/generated/google/apis/content_v2/service.rb +244 -0
- data/generated/google/apis/datastore_v1.rb +38 -0
- data/generated/google/apis/datastore_v1/classes.rb +1284 -0
- data/generated/google/apis/datastore_v1/representations.rb +572 -0
- data/generated/google/apis/datastore_v1/service.rb +259 -0
- data/generated/google/apis/datastore_v1beta3.rb +38 -0
- data/generated/google/apis/datastore_v1beta3/classes.rb +1284 -0
- data/generated/google/apis/datastore_v1beta3/representations.rb +572 -0
- data/generated/google/apis/datastore_v1beta3/service.rb +259 -0
- data/generated/google/apis/deploymentmanager_v2.rb +1 -1
- data/generated/google/apis/deploymentmanager_v2/classes.rb +384 -2
- data/generated/google/apis/deploymentmanager_v2/representations.rb +161 -0
- data/generated/google/apis/deploymentmanager_v2/service.rb +162 -50
- data/generated/google/apis/dfareporting_v2_5.rb +40 -0
- data/generated/google/apis/dfareporting_v2_5/classes.rb +11225 -0
- data/generated/google/apis/dfareporting_v2_5/representations.rb +3982 -0
- data/generated/google/apis/dfareporting_v2_5/service.rb +8755 -0
- data/generated/google/apis/dfareporting_v2_6.rb +40 -0
- data/generated/google/apis/dfareporting_v2_6/classes.rb +11585 -0
- data/generated/google/apis/dfareporting_v2_6/representations.rb +4119 -0
- data/generated/google/apis/dfareporting_v2_6/service.rb +9006 -0
- data/generated/google/apis/dns_v1.rb +1 -1
- data/generated/google/apis/dns_v1/classes.rb +1 -1
- data/generated/google/apis/doubleclickbidmanager_v1.rb +1 -1
- data/generated/google/apis/doubleclicksearch_v2.rb +1 -1
- data/generated/google/apis/drive_v2.rb +1 -1
- data/generated/google/apis/drive_v2/classes.rb +11 -3
- data/generated/google/apis/drive_v2/representations.rb +2 -0
- data/generated/google/apis/drive_v2/service.rb +8 -2
- data/generated/google/apis/drive_v3.rb +1 -1
- data/generated/google/apis/drive_v3/classes.rb +36 -16
- data/generated/google/apis/drive_v3/representations.rb +2 -0
- data/generated/google/apis/drive_v3/service.rb +4 -1
- data/generated/google/apis/fitness_v1.rb +8 -2
- data/generated/google/apis/fitness_v1/classes.rb +64 -6
- data/generated/google/apis/fitness_v1/representations.rb +20 -0
- data/generated/google/apis/fitness_v1/service.rb +17 -18
- data/generated/google/apis/fusiontables_v2.rb +1 -1
- data/generated/google/apis/fusiontables_v2/classes.rb +4 -3
- data/generated/google/apis/games_configuration_v1configuration.rb +1 -1
- data/generated/google/apis/games_management_v1management.rb +1 -1
- data/generated/google/apis/games_v1.rb +1 -1
- data/generated/google/apis/genomics_v1.rb +2 -4
- data/generated/google/apis/genomics_v1/classes.rb +111 -9
- data/generated/google/apis/genomics_v1/representations.rb +36 -0
- data/generated/google/apis/genomics_v1/service.rb +4 -7
- data/generated/google/apis/gmail_v1.rb +7 -1
- data/generated/google/apis/gmail_v1/classes.rb +540 -0
- data/generated/google/apis/gmail_v1/representations.rb +213 -0
- data/generated/google/apis/gmail_v1/service.rb +898 -1
- data/generated/google/apis/groupssettings_v1.rb +1 -1
- data/generated/google/apis/groupssettings_v1/classes.rb +12 -0
- data/generated/google/apis/groupssettings_v1/representations.rb +2 -0
- data/generated/google/apis/identitytoolkit_v3.rb +1 -1
- data/generated/google/apis/identitytoolkit_v3/classes.rb +154 -1
- data/generated/google/apis/identitytoolkit_v3/representations.rb +35 -0
- data/generated/google/apis/language_v1beta1.rb +36 -0
- data/generated/google/apis/language_v1beta1/classes.rb +596 -0
- data/generated/google/apis/language_v1beta1/representations.rb +289 -0
- data/generated/google/apis/language_v1beta1/service.rb +154 -0
- data/generated/google/apis/mirror_v1.rb +2 -2
- data/generated/google/apis/mirror_v1/service.rb +1 -1
- data/generated/google/apis/monitoring_v3.rb +45 -0
- data/generated/google/apis/monitoring_v3/classes.rb +1328 -0
- data/generated/google/apis/monitoring_v3/representations.rb +516 -0
- data/generated/google/apis/monitoring_v3/service.rb +711 -0
- data/generated/google/apis/oauth2_v2.rb +1 -1
- data/generated/google/apis/pagespeedonline_v2.rb +1 -1
- data/generated/google/apis/plus_domains_v1.rb +1 -1
- data/generated/google/apis/plus_v1.rb +1 -1
- data/generated/google/apis/qpx_express_v1.rb +1 -1
- data/generated/google/apis/qpx_express_v1/classes.rb +6 -0
- data/generated/google/apis/qpx_express_v1/representations.rb +1 -0
- data/generated/google/apis/replicapool_v1beta2.rb +1 -1
- data/generated/google/apis/script_v1.rb +1 -1
- data/generated/google/apis/script_v1/classes.rb +6 -0
- data/generated/google/apis/script_v1/representations.rb +1 -0
- data/generated/google/apis/sheets_v4.rb +1 -1
- data/generated/google/apis/sheets_v4/classes.rb +35 -0
- data/generated/google/apis/sheets_v4/representations.rb +16 -0
- data/generated/google/apis/sheets_v4/service.rb +55 -0
- data/generated/google/apis/speech_v1beta1.rb +34 -0
- data/generated/google/apis/speech_v1beta1/classes.rb +521 -0
- data/generated/google/apis/speech_v1beta1/representations.rb +219 -0
- data/generated/google/apis/speech_v1beta1/service.rb +268 -0
- data/generated/google/apis/sqladmin_v1beta4.rb +1 -1
- data/generated/google/apis/sqladmin_v1beta4/classes.rb +26 -8
- data/generated/google/apis/sqladmin_v1beta4/representations.rb +2 -0
- data/generated/google/apis/sqladmin_v1beta4/service.rb +42 -0
- data/generated/google/apis/storage_v1.rb +1 -1
- data/generated/google/apis/storage_v1/classes.rb +19 -10
- data/generated/google/apis/translate_v2.rb +2 -2
- data/generated/google/apis/translate_v2/service.rb +1 -1
- data/generated/google/apis/vision_v1.rb +1 -1
- data/generated/google/apis/vision_v1/classes.rb +10 -9
- data/generated/google/apis/youtube_partner_v1.rb +1 -1
- data/generated/google/apis/youtube_partner_v1/classes.rb +6 -0
- data/generated/google/apis/youtube_partner_v1/representations.rb +2 -0
- data/generated/google/apis/youtube_partner_v1/service.rb +15 -3
- data/generated/google/apis/youtube_v3.rb +1 -1
- data/generated/google/apis/youtube_v3/classes.rb +163 -2
- data/generated/google/apis/youtube_v3/representations.rb +82 -0
- data/generated/google/apis/youtube_v3/service.rb +6 -2
- data/generated/google/apis/youtubereporting_v1.rb +1 -1
- data/google-api-client.gemspec +2 -1
- data/lib/google/apis/core/api_command.rb +4 -0
- data/lib/google/apis/core/base_service.rb +10 -4
- data/lib/google/apis/core/download.rb +7 -2
- data/lib/google/apis/core/http_command.rb +5 -1
- data/lib/google/apis/core/upload.rb +7 -1
- data/lib/google/apis/errors.rb +2 -2
- data/lib/google/apis/generator/annotator.rb +6 -0
- data/lib/google/apis/version.rb +1 -1
- data/samples/cli/lib/samples/bigquery.rb +101 -0
- data/samples/cli/lib/samples/sheets.rb +61 -0
- data/sync.rb +71 -0
- metadata +43 -13
|
@@ -94,6 +94,12 @@ module Google
|
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
|
95
95
|
end
|
|
96
96
|
|
|
97
|
+
class AutoscalerStatusDetails
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
97
103
|
class AutoscalersScopedList
|
|
98
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
105
|
|
|
@@ -148,6 +154,12 @@ module Google
|
|
|
148
154
|
include Google::Apis::Core::JsonObjectSupport
|
|
149
155
|
end
|
|
150
156
|
|
|
157
|
+
class BackendServiceAggregatedList
|
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
151
163
|
class BackendServiceGroupHealth
|
|
152
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
165
|
|
|
@@ -160,12 +172,36 @@ module Google
|
|
|
160
172
|
include Google::Apis::Core::JsonObjectSupport
|
|
161
173
|
end
|
|
162
174
|
|
|
175
|
+
class BackendServicesScopedList
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
class Warning
|
|
179
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
180
|
+
|
|
181
|
+
class Datum
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
188
|
+
end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
163
193
|
class CacheInvalidationRule
|
|
164
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
195
|
|
|
166
196
|
include Google::Apis::Core::JsonObjectSupport
|
|
167
197
|
end
|
|
168
198
|
|
|
199
|
+
class ConnectionDraining
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
169
205
|
class CustomerEncryptionKey
|
|
170
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
207
|
|
|
@@ -328,6 +364,42 @@ module Google
|
|
|
328
364
|
include Google::Apis::Core::JsonObjectSupport
|
|
329
365
|
end
|
|
330
366
|
|
|
367
|
+
class GuestOsFeature
|
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
|
+
|
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
371
|
+
end
|
|
372
|
+
|
|
373
|
+
class Http2HealthCheck
|
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
375
|
+
|
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
class HttpHealthCheck
|
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
|
+
|
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
383
|
+
end
|
|
384
|
+
|
|
385
|
+
class HttpsHealthCheck
|
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
|
+
|
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
389
|
+
end
|
|
390
|
+
|
|
391
|
+
class HealthCheck
|
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
|
+
|
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
class HealthCheckList
|
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
|
+
|
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
401
|
+
end
|
|
402
|
+
|
|
331
403
|
class HealthCheckReference
|
|
332
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
405
|
|
|
@@ -832,6 +904,84 @@ module Google
|
|
|
832
904
|
include Google::Apis::Core::JsonObjectSupport
|
|
833
905
|
end
|
|
834
906
|
|
|
907
|
+
class RegionAutoscalerList
|
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
909
|
+
|
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
911
|
+
end
|
|
912
|
+
|
|
913
|
+
class RegionInstanceGroupList
|
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
915
|
+
|
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
917
|
+
end
|
|
918
|
+
|
|
919
|
+
class RegionInstanceGroupManagerList
|
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
921
|
+
|
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
923
|
+
end
|
|
924
|
+
|
|
925
|
+
class RegionInstanceGroupManagersAbandonInstancesRequest
|
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
927
|
+
|
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
929
|
+
end
|
|
930
|
+
|
|
931
|
+
class RegionInstanceGroupManagersDeleteInstancesRequest
|
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
933
|
+
|
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
935
|
+
end
|
|
936
|
+
|
|
937
|
+
class RegionInstanceGroupManagersListInstancesResponse
|
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
939
|
+
|
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
941
|
+
end
|
|
942
|
+
|
|
943
|
+
class RegionInstanceGroupManagersRecreateRequest
|
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
945
|
+
|
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
947
|
+
end
|
|
948
|
+
|
|
949
|
+
class RegionInstanceGroupManagersSetAutoHealingRequest
|
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
951
|
+
|
|
952
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
953
|
+
end
|
|
954
|
+
|
|
955
|
+
class RegionInstanceGroupManagersSetTargetPoolsRequest
|
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
957
|
+
|
|
958
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
959
|
+
end
|
|
960
|
+
|
|
961
|
+
class RegionInstanceGroupManagersSetTemplateRequest
|
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
963
|
+
|
|
964
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
965
|
+
end
|
|
966
|
+
|
|
967
|
+
class RegionInstanceGroupsListInstances
|
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
969
|
+
|
|
970
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
971
|
+
end
|
|
972
|
+
|
|
973
|
+
class RegionInstanceGroupsListInstancesRequest
|
|
974
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
975
|
+
|
|
976
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
977
|
+
end
|
|
978
|
+
|
|
979
|
+
class RegionInstanceGroupsSetNamedPortsRequest
|
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
981
|
+
|
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
983
|
+
end
|
|
984
|
+
|
|
835
985
|
class RegionList
|
|
836
986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
837
987
|
|
|
@@ -922,6 +1072,12 @@ module Google
|
|
|
922
1072
|
include Google::Apis::Core::JsonObjectSupport
|
|
923
1073
|
end
|
|
924
1074
|
|
|
1075
|
+
class RoutersPreviewResponse
|
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1077
|
+
|
|
1078
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1079
|
+
end
|
|
1080
|
+
|
|
925
1081
|
class RoutersScopedList
|
|
926
1082
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
927
1083
|
|
|
@@ -940,6 +1096,12 @@ module Google
|
|
|
940
1096
|
include Google::Apis::Core::JsonObjectSupport
|
|
941
1097
|
end
|
|
942
1098
|
|
|
1099
|
+
class SslHealthCheck
|
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1101
|
+
|
|
1102
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1103
|
+
end
|
|
1104
|
+
|
|
943
1105
|
class Scheduling
|
|
944
1106
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
945
1107
|
|
|
@@ -1000,6 +1162,12 @@ module Google
|
|
|
1000
1162
|
include Google::Apis::Core::JsonObjectSupport
|
|
1001
1163
|
end
|
|
1002
1164
|
|
|
1165
|
+
class SubnetworksExpandIpCidrRangeRequest
|
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1167
|
+
|
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1169
|
+
end
|
|
1170
|
+
|
|
1003
1171
|
class SubnetworksScopedList
|
|
1004
1172
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1005
1173
|
|
|
@@ -1018,6 +1186,12 @@ module Google
|
|
|
1018
1186
|
include Google::Apis::Core::JsonObjectSupport
|
|
1019
1187
|
end
|
|
1020
1188
|
|
|
1189
|
+
class TcpHealthCheck
|
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1191
|
+
|
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1193
|
+
end
|
|
1194
|
+
|
|
1021
1195
|
class Tags
|
|
1022
1196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1023
1197
|
|
|
@@ -1162,6 +1336,36 @@ module Google
|
|
|
1162
1336
|
include Google::Apis::Core::JsonObjectSupport
|
|
1163
1337
|
end
|
|
1164
1338
|
|
|
1339
|
+
class TargetSslProxiesSetBackendServiceRequest
|
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1341
|
+
|
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1343
|
+
end
|
|
1344
|
+
|
|
1345
|
+
class TargetSslProxiesSetProxyHeaderRequest
|
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1347
|
+
|
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1349
|
+
end
|
|
1350
|
+
|
|
1351
|
+
class TargetSslProxiesSetSslCertificatesRequest
|
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1353
|
+
|
|
1354
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1355
|
+
end
|
|
1356
|
+
|
|
1357
|
+
class TargetSslProxy
|
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1359
|
+
|
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1361
|
+
end
|
|
1362
|
+
|
|
1363
|
+
class TargetSslProxyList
|
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1365
|
+
|
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1367
|
+
end
|
|
1368
|
+
|
|
1165
1369
|
class TargetVpnGateway
|
|
1166
1370
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1167
1371
|
|
|
@@ -1439,7 +1643,11 @@ module Google
|
|
|
1439
1643
|
property :id, as: 'id'
|
|
1440
1644
|
property :kind, as: 'kind'
|
|
1441
1645
|
property :name, as: 'name'
|
|
1646
|
+
property :region, as: 'region'
|
|
1442
1647
|
property :self_link, as: 'selfLink'
|
|
1648
|
+
property :status, as: 'status'
|
|
1649
|
+
collection :status_details, as: 'statusDetails', class: Google::Apis::ComputeBeta::AutoscalerStatusDetails, decorator: Google::Apis::ComputeBeta::AutoscalerStatusDetails::Representation
|
|
1650
|
+
|
|
1443
1651
|
property :target, as: 'target'
|
|
1444
1652
|
property :zone, as: 'zone'
|
|
1445
1653
|
end
|
|
@@ -1469,6 +1677,14 @@ module Google
|
|
|
1469
1677
|
end
|
|
1470
1678
|
end
|
|
1471
1679
|
|
|
1680
|
+
class AutoscalerStatusDetails
|
|
1681
|
+
# @private
|
|
1682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1683
|
+
property :message, as: 'message'
|
|
1684
|
+
property :type, as: 'type'
|
|
1685
|
+
end
|
|
1686
|
+
end
|
|
1687
|
+
|
|
1472
1688
|
class AutoscalersScopedList
|
|
1473
1689
|
# @private
|
|
1474
1690
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1542,6 +1758,8 @@ module Google
|
|
|
1542
1758
|
property :capacity_scaler, as: 'capacityScaler'
|
|
1543
1759
|
property :description, as: 'description'
|
|
1544
1760
|
property :group, as: 'group'
|
|
1761
|
+
property :max_connections, as: 'maxConnections'
|
|
1762
|
+
property :max_connections_per_instance, as: 'maxConnectionsPerInstance'
|
|
1545
1763
|
property :max_rate, as: 'maxRate'
|
|
1546
1764
|
property :max_rate_per_instance, as: 'maxRatePerInstance'
|
|
1547
1765
|
property :max_utilization, as: 'maxUtilization'
|
|
@@ -1551,8 +1769,11 @@ module Google
|
|
|
1551
1769
|
class BackendService
|
|
1552
1770
|
# @private
|
|
1553
1771
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1772
|
+
property :affinity_cookie_ttl_sec, as: 'affinityCookieTtlSec'
|
|
1554
1773
|
collection :backends, as: 'backends', class: Google::Apis::ComputeBeta::Backend, decorator: Google::Apis::ComputeBeta::Backend::Representation
|
|
1555
1774
|
|
|
1775
|
+
property :connection_draining, as: 'connectionDraining', class: Google::Apis::ComputeBeta::ConnectionDraining, decorator: Google::Apis::ComputeBeta::ConnectionDraining::Representation
|
|
1776
|
+
|
|
1556
1777
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
1557
1778
|
property :description, as: 'description'
|
|
1558
1779
|
property :enable_cdn, as: 'enableCDN'
|
|
@@ -1560,16 +1781,30 @@ module Google
|
|
|
1560
1781
|
collection :health_checks, as: 'healthChecks'
|
|
1561
1782
|
property :id, as: 'id'
|
|
1562
1783
|
property :kind, as: 'kind'
|
|
1784
|
+
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
|
1563
1785
|
property :name, as: 'name'
|
|
1564
1786
|
property :port, as: 'port'
|
|
1565
1787
|
property :port_name, as: 'portName'
|
|
1566
1788
|
property :protocol, as: 'protocol'
|
|
1567
1789
|
property :region, as: 'region'
|
|
1568
1790
|
property :self_link, as: 'selfLink'
|
|
1791
|
+
property :session_affinity, as: 'sessionAffinity'
|
|
1569
1792
|
property :timeout_sec, as: 'timeoutSec'
|
|
1570
1793
|
end
|
|
1571
1794
|
end
|
|
1572
1795
|
|
|
1796
|
+
class BackendServiceAggregatedList
|
|
1797
|
+
# @private
|
|
1798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1799
|
+
property :id, as: 'id'
|
|
1800
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::BackendServicesScopedList, decorator: Google::Apis::ComputeBeta::BackendServicesScopedList::Representation
|
|
1801
|
+
|
|
1802
|
+
property :kind, as: 'kind'
|
|
1803
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1804
|
+
property :self_link, as: 'selfLink'
|
|
1805
|
+
end
|
|
1806
|
+
end
|
|
1807
|
+
|
|
1573
1808
|
class BackendServiceGroupHealth
|
|
1574
1809
|
# @private
|
|
1575
1810
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1591,6 +1826,34 @@ module Google
|
|
|
1591
1826
|
end
|
|
1592
1827
|
end
|
|
1593
1828
|
|
|
1829
|
+
class BackendServicesScopedList
|
|
1830
|
+
# @private
|
|
1831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1832
|
+
collection :backend_services, as: 'backendServices', class: Google::Apis::ComputeBeta::BackendService, decorator: Google::Apis::ComputeBeta::BackendService::Representation
|
|
1833
|
+
|
|
1834
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::BackendServicesScopedList::Warning, decorator: Google::Apis::ComputeBeta::BackendServicesScopedList::Warning::Representation
|
|
1835
|
+
|
|
1836
|
+
end
|
|
1837
|
+
|
|
1838
|
+
class Warning
|
|
1839
|
+
# @private
|
|
1840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1841
|
+
property :code, as: 'code'
|
|
1842
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::BackendServicesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::BackendServicesScopedList::Warning::Datum::Representation
|
|
1843
|
+
|
|
1844
|
+
property :message, as: 'message'
|
|
1845
|
+
end
|
|
1846
|
+
|
|
1847
|
+
class Datum
|
|
1848
|
+
# @private
|
|
1849
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1850
|
+
property :key, as: 'key'
|
|
1851
|
+
property :value, as: 'value'
|
|
1852
|
+
end
|
|
1853
|
+
end
|
|
1854
|
+
end
|
|
1855
|
+
end
|
|
1856
|
+
|
|
1594
1857
|
class CacheInvalidationRule
|
|
1595
1858
|
# @private
|
|
1596
1859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1598,6 +1861,13 @@ module Google
|
|
|
1598
1861
|
end
|
|
1599
1862
|
end
|
|
1600
1863
|
|
|
1864
|
+
class ConnectionDraining
|
|
1865
|
+
# @private
|
|
1866
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1867
|
+
property :draining_timeout_sec, as: 'drainingTimeoutSec'
|
|
1868
|
+
end
|
|
1869
|
+
end
|
|
1870
|
+
|
|
1601
1871
|
class CustomerEncryptionKey
|
|
1602
1872
|
# @private
|
|
1603
1873
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1840,14 +2110,19 @@ module Google
|
|
|
1840
2110
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1841
2111
|
property :ip_address, as: 'IPAddress'
|
|
1842
2112
|
property :ip_protocol, as: 'IPProtocol'
|
|
2113
|
+
property :backend_service, as: 'backendService'
|
|
1843
2114
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
1844
2115
|
property :description, as: 'description'
|
|
1845
2116
|
property :id, as: 'id'
|
|
1846
2117
|
property :kind, as: 'kind'
|
|
2118
|
+
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
|
1847
2119
|
property :name, as: 'name'
|
|
2120
|
+
property :network, as: 'network'
|
|
1848
2121
|
property :port_range, as: 'portRange'
|
|
2122
|
+
collection :ports, as: 'ports'
|
|
1849
2123
|
property :region, as: 'region'
|
|
1850
2124
|
property :self_link, as: 'selfLink'
|
|
2125
|
+
property :subnetwork, as: 'subnetwork'
|
|
1851
2126
|
property :target, as: 'target'
|
|
1852
2127
|
end
|
|
1853
2128
|
end
|
|
@@ -1912,6 +2187,85 @@ module Google
|
|
|
1912
2187
|
end
|
|
1913
2188
|
end
|
|
1914
2189
|
|
|
2190
|
+
class GuestOsFeature
|
|
2191
|
+
# @private
|
|
2192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2193
|
+
property :type, as: 'type'
|
|
2194
|
+
end
|
|
2195
|
+
end
|
|
2196
|
+
|
|
2197
|
+
class Http2HealthCheck
|
|
2198
|
+
# @private
|
|
2199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2200
|
+
property :host, as: 'host'
|
|
2201
|
+
property :port, as: 'port'
|
|
2202
|
+
property :port_name, as: 'portName'
|
|
2203
|
+
property :proxy_header, as: 'proxyHeader'
|
|
2204
|
+
property :request_path, as: 'requestPath'
|
|
2205
|
+
end
|
|
2206
|
+
end
|
|
2207
|
+
|
|
2208
|
+
class HttpHealthCheck
|
|
2209
|
+
# @private
|
|
2210
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2211
|
+
property :host, as: 'host'
|
|
2212
|
+
property :port, as: 'port'
|
|
2213
|
+
property :port_name, as: 'portName'
|
|
2214
|
+
property :proxy_header, as: 'proxyHeader'
|
|
2215
|
+
property :request_path, as: 'requestPath'
|
|
2216
|
+
end
|
|
2217
|
+
end
|
|
2218
|
+
|
|
2219
|
+
class HttpsHealthCheck
|
|
2220
|
+
# @private
|
|
2221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2222
|
+
property :host, as: 'host'
|
|
2223
|
+
property :port, as: 'port'
|
|
2224
|
+
property :port_name, as: 'portName'
|
|
2225
|
+
property :proxy_header, as: 'proxyHeader'
|
|
2226
|
+
property :request_path, as: 'requestPath'
|
|
2227
|
+
end
|
|
2228
|
+
end
|
|
2229
|
+
|
|
2230
|
+
class HealthCheck
|
|
2231
|
+
# @private
|
|
2232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2233
|
+
property :check_interval_sec, as: 'checkIntervalSec'
|
|
2234
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
2235
|
+
property :description, as: 'description'
|
|
2236
|
+
property :healthy_threshold, as: 'healthyThreshold'
|
|
2237
|
+
property :http2_health_check, as: 'http2HealthCheck', class: Google::Apis::ComputeBeta::Http2HealthCheck, decorator: Google::Apis::ComputeBeta::Http2HealthCheck::Representation
|
|
2238
|
+
|
|
2239
|
+
property :http_health_check, as: 'httpHealthCheck', class: Google::Apis::ComputeBeta::HttpHealthCheck, decorator: Google::Apis::ComputeBeta::HttpHealthCheck::Representation
|
|
2240
|
+
|
|
2241
|
+
property :https_health_check, as: 'httpsHealthCheck', class: Google::Apis::ComputeBeta::HttpsHealthCheck, decorator: Google::Apis::ComputeBeta::HttpsHealthCheck::Representation
|
|
2242
|
+
|
|
2243
|
+
property :id, as: 'id'
|
|
2244
|
+
property :kind, as: 'kind'
|
|
2245
|
+
property :name, as: 'name'
|
|
2246
|
+
property :self_link, as: 'selfLink'
|
|
2247
|
+
property :ssl_health_check, as: 'sslHealthCheck', class: Google::Apis::ComputeBeta::SslHealthCheck, decorator: Google::Apis::ComputeBeta::SslHealthCheck::Representation
|
|
2248
|
+
|
|
2249
|
+
property :tcp_health_check, as: 'tcpHealthCheck', class: Google::Apis::ComputeBeta::TcpHealthCheck, decorator: Google::Apis::ComputeBeta::TcpHealthCheck::Representation
|
|
2250
|
+
|
|
2251
|
+
property :timeout_sec, as: 'timeoutSec'
|
|
2252
|
+
property :type, as: 'type'
|
|
2253
|
+
property :unhealthy_threshold, as: 'unhealthyThreshold'
|
|
2254
|
+
end
|
|
2255
|
+
end
|
|
2256
|
+
|
|
2257
|
+
class HealthCheckList
|
|
2258
|
+
# @private
|
|
2259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2260
|
+
property :id, as: 'id'
|
|
2261
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::HealthCheck, decorator: Google::Apis::ComputeBeta::HealthCheck::Representation
|
|
2262
|
+
|
|
2263
|
+
property :kind, as: 'kind'
|
|
2264
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2265
|
+
property :self_link, as: 'selfLink'
|
|
2266
|
+
end
|
|
2267
|
+
end
|
|
2268
|
+
|
|
1915
2269
|
class HealthCheckReference
|
|
1916
2270
|
# @private
|
|
1917
2271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2010,6 +2364,8 @@ module Google
|
|
|
2010
2364
|
property :description, as: 'description'
|
|
2011
2365
|
property :disk_size_gb, as: 'diskSizeGb'
|
|
2012
2366
|
property :family, as: 'family'
|
|
2367
|
+
collection :guest_os_features, as: 'guestOsFeatures', class: Google::Apis::ComputeBeta::GuestOsFeature, decorator: Google::Apis::ComputeBeta::GuestOsFeature::Representation
|
|
2368
|
+
|
|
2013
2369
|
property :id, as: 'id'
|
|
2014
2370
|
property :image_encryption_key, as: 'imageEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
|
2015
2371
|
|
|
@@ -2107,6 +2463,7 @@ module Google
|
|
|
2107
2463
|
collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeBeta::NamedPort, decorator: Google::Apis::ComputeBeta::NamedPort::Representation
|
|
2108
2464
|
|
|
2109
2465
|
property :network, as: 'network'
|
|
2466
|
+
property :region, as: 'region'
|
|
2110
2467
|
property :self_link, as: 'selfLink'
|
|
2111
2468
|
property :size, as: 'size'
|
|
2112
2469
|
property :subnetwork, as: 'subnetwork'
|
|
@@ -2148,6 +2505,7 @@ module Google
|
|
|
2148
2505
|
property :current_actions, as: 'currentActions', class: Google::Apis::ComputeBeta::InstanceGroupManagerActionsSummary, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerActionsSummary::Representation
|
|
2149
2506
|
|
|
2150
2507
|
property :description, as: 'description'
|
|
2508
|
+
property :failover_action, as: 'failoverAction'
|
|
2151
2509
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
|
2152
2510
|
property :id, as: 'id'
|
|
2153
2511
|
property :instance_group, as: 'instanceGroup'
|
|
@@ -2156,6 +2514,7 @@ module Google
|
|
|
2156
2514
|
property :name, as: 'name'
|
|
2157
2515
|
collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeBeta::NamedPort, decorator: Google::Apis::ComputeBeta::NamedPort::Representation
|
|
2158
2516
|
|
|
2517
|
+
property :region, as: 'region'
|
|
2159
2518
|
property :self_link, as: 'selfLink'
|
|
2160
2519
|
collection :target_pools, as: 'targetPools'
|
|
2161
2520
|
property :target_size, as: 'targetSize'
|
|
@@ -2396,6 +2755,7 @@ module Google
|
|
|
2396
2755
|
property :description, as: 'description'
|
|
2397
2756
|
collection :disks, as: 'disks', class: Google::Apis::ComputeBeta::AttachedDisk, decorator: Google::Apis::ComputeBeta::AttachedDisk::Representation
|
|
2398
2757
|
|
|
2758
|
+
hash :labels, as: 'labels'
|
|
2399
2759
|
property :machine_type, as: 'machineType'
|
|
2400
2760
|
property :metadata, as: 'metadata', class: Google::Apis::ComputeBeta::Metadata, decorator: Google::Apis::ComputeBeta::Metadata::Representation
|
|
2401
2761
|
|
|
@@ -2873,6 +3233,123 @@ module Google
|
|
|
2873
3233
|
end
|
|
2874
3234
|
end
|
|
2875
3235
|
|
|
3236
|
+
class RegionAutoscalerList
|
|
3237
|
+
# @private
|
|
3238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3239
|
+
property :id, as: 'id'
|
|
3240
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::Autoscaler, decorator: Google::Apis::ComputeBeta::Autoscaler::Representation
|
|
3241
|
+
|
|
3242
|
+
property :kind, as: 'kind'
|
|
3243
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3244
|
+
property :self_link, as: 'selfLink'
|
|
3245
|
+
end
|
|
3246
|
+
end
|
|
3247
|
+
|
|
3248
|
+
class RegionInstanceGroupList
|
|
3249
|
+
# @private
|
|
3250
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3251
|
+
property :id, as: 'id'
|
|
3252
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::InstanceGroup, decorator: Google::Apis::ComputeBeta::InstanceGroup::Representation
|
|
3253
|
+
|
|
3254
|
+
property :kind, as: 'kind'
|
|
3255
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3256
|
+
property :self_link, as: 'selfLink'
|
|
3257
|
+
end
|
|
3258
|
+
end
|
|
3259
|
+
|
|
3260
|
+
class RegionInstanceGroupManagerList
|
|
3261
|
+
# @private
|
|
3262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3263
|
+
property :id, as: 'id'
|
|
3264
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::InstanceGroupManager, decorator: Google::Apis::ComputeBeta::InstanceGroupManager::Representation
|
|
3265
|
+
|
|
3266
|
+
property :kind, as: 'kind'
|
|
3267
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3268
|
+
property :self_link, as: 'selfLink'
|
|
3269
|
+
end
|
|
3270
|
+
end
|
|
3271
|
+
|
|
3272
|
+
class RegionInstanceGroupManagersAbandonInstancesRequest
|
|
3273
|
+
# @private
|
|
3274
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3275
|
+
collection :instances, as: 'instances'
|
|
3276
|
+
end
|
|
3277
|
+
end
|
|
3278
|
+
|
|
3279
|
+
class RegionInstanceGroupManagersDeleteInstancesRequest
|
|
3280
|
+
# @private
|
|
3281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3282
|
+
collection :instances, as: 'instances'
|
|
3283
|
+
end
|
|
3284
|
+
end
|
|
3285
|
+
|
|
3286
|
+
class RegionInstanceGroupManagersListInstancesResponse
|
|
3287
|
+
# @private
|
|
3288
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3289
|
+
collection :managed_instances, as: 'managedInstances', class: Google::Apis::ComputeBeta::ManagedInstance, decorator: Google::Apis::ComputeBeta::ManagedInstance::Representation
|
|
3290
|
+
|
|
3291
|
+
end
|
|
3292
|
+
end
|
|
3293
|
+
|
|
3294
|
+
class RegionInstanceGroupManagersRecreateRequest
|
|
3295
|
+
# @private
|
|
3296
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3297
|
+
collection :instances, as: 'instances'
|
|
3298
|
+
end
|
|
3299
|
+
end
|
|
3300
|
+
|
|
3301
|
+
class RegionInstanceGroupManagersSetAutoHealingRequest
|
|
3302
|
+
# @private
|
|
3303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3304
|
+
collection :auto_healing_policies, as: 'autoHealingPolicies', class: Google::Apis::ComputeBeta::InstanceGroupManagerAutoHealingPolicy, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerAutoHealingPolicy::Representation
|
|
3305
|
+
|
|
3306
|
+
end
|
|
3307
|
+
end
|
|
3308
|
+
|
|
3309
|
+
class RegionInstanceGroupManagersSetTargetPoolsRequest
|
|
3310
|
+
# @private
|
|
3311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3312
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
|
3313
|
+
collection :target_pools, as: 'targetPools'
|
|
3314
|
+
end
|
|
3315
|
+
end
|
|
3316
|
+
|
|
3317
|
+
class RegionInstanceGroupManagersSetTemplateRequest
|
|
3318
|
+
# @private
|
|
3319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3320
|
+
property :instance_template, as: 'instanceTemplate'
|
|
3321
|
+
end
|
|
3322
|
+
end
|
|
3323
|
+
|
|
3324
|
+
class RegionInstanceGroupsListInstances
|
|
3325
|
+
# @private
|
|
3326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3327
|
+
property :id, as: 'id'
|
|
3328
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::InstanceWithNamedPorts, decorator: Google::Apis::ComputeBeta::InstanceWithNamedPorts::Representation
|
|
3329
|
+
|
|
3330
|
+
property :kind, as: 'kind'
|
|
3331
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3332
|
+
property :self_link, as: 'selfLink'
|
|
3333
|
+
end
|
|
3334
|
+
end
|
|
3335
|
+
|
|
3336
|
+
class RegionInstanceGroupsListInstancesRequest
|
|
3337
|
+
# @private
|
|
3338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3339
|
+
property :instance_state, as: 'instanceState'
|
|
3340
|
+
property :port_name, as: 'portName'
|
|
3341
|
+
end
|
|
3342
|
+
end
|
|
3343
|
+
|
|
3344
|
+
class RegionInstanceGroupsSetNamedPortsRequest
|
|
3345
|
+
# @private
|
|
3346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3347
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
|
3348
|
+
collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeBeta::NamedPort, decorator: Google::Apis::ComputeBeta::NamedPort::Representation
|
|
3349
|
+
|
|
3350
|
+
end
|
|
3351
|
+
end
|
|
3352
|
+
|
|
2876
3353
|
class RegionList
|
|
2877
3354
|
# @private
|
|
2878
3355
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3054,6 +3531,14 @@ module Google
|
|
|
3054
3531
|
end
|
|
3055
3532
|
end
|
|
3056
3533
|
|
|
3534
|
+
class RoutersPreviewResponse
|
|
3535
|
+
# @private
|
|
3536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3537
|
+
property :resource, as: 'resource', class: Google::Apis::ComputeBeta::Router, decorator: Google::Apis::ComputeBeta::Router::Representation
|
|
3538
|
+
|
|
3539
|
+
end
|
|
3540
|
+
end
|
|
3541
|
+
|
|
3057
3542
|
class RoutersScopedList
|
|
3058
3543
|
# @private
|
|
3059
3544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3082,6 +3567,17 @@ module Google
|
|
|
3082
3567
|
end
|
|
3083
3568
|
end
|
|
3084
3569
|
|
|
3570
|
+
class SslHealthCheck
|
|
3571
|
+
# @private
|
|
3572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3573
|
+
property :port, as: 'port'
|
|
3574
|
+
property :port_name, as: 'portName'
|
|
3575
|
+
property :proxy_header, as: 'proxyHeader'
|
|
3576
|
+
property :request, as: 'request'
|
|
3577
|
+
property :response, as: 'response'
|
|
3578
|
+
end
|
|
3579
|
+
end
|
|
3580
|
+
|
|
3085
3581
|
class Scheduling
|
|
3086
3582
|
# @private
|
|
3087
3583
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3213,6 +3709,13 @@ module Google
|
|
|
3213
3709
|
end
|
|
3214
3710
|
end
|
|
3215
3711
|
|
|
3712
|
+
class SubnetworksExpandIpCidrRangeRequest
|
|
3713
|
+
# @private
|
|
3714
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3715
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
|
3716
|
+
end
|
|
3717
|
+
end
|
|
3718
|
+
|
|
3216
3719
|
class SubnetworksScopedList
|
|
3217
3720
|
# @private
|
|
3218
3721
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3241,6 +3744,17 @@ module Google
|
|
|
3241
3744
|
end
|
|
3242
3745
|
end
|
|
3243
3746
|
|
|
3747
|
+
class TcpHealthCheck
|
|
3748
|
+
# @private
|
|
3749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3750
|
+
property :port, as: 'port'
|
|
3751
|
+
property :port_name, as: 'portName'
|
|
3752
|
+
property :proxy_header, as: 'proxyHeader'
|
|
3753
|
+
property :request, as: 'request'
|
|
3754
|
+
property :response, as: 'response'
|
|
3755
|
+
end
|
|
3756
|
+
end
|
|
3757
|
+
|
|
3244
3758
|
class Tags
|
|
3245
3759
|
# @private
|
|
3246
3760
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3492,6 +4006,54 @@ module Google
|
|
|
3492
4006
|
end
|
|
3493
4007
|
end
|
|
3494
4008
|
|
|
4009
|
+
class TargetSslProxiesSetBackendServiceRequest
|
|
4010
|
+
# @private
|
|
4011
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4012
|
+
property :service, as: 'service'
|
|
4013
|
+
end
|
|
4014
|
+
end
|
|
4015
|
+
|
|
4016
|
+
class TargetSslProxiesSetProxyHeaderRequest
|
|
4017
|
+
# @private
|
|
4018
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4019
|
+
property :proxy_header, as: 'proxyHeader'
|
|
4020
|
+
end
|
|
4021
|
+
end
|
|
4022
|
+
|
|
4023
|
+
class TargetSslProxiesSetSslCertificatesRequest
|
|
4024
|
+
# @private
|
|
4025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4026
|
+
collection :ssl_certificates, as: 'sslCertificates'
|
|
4027
|
+
end
|
|
4028
|
+
end
|
|
4029
|
+
|
|
4030
|
+
class TargetSslProxy
|
|
4031
|
+
# @private
|
|
4032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4033
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
4034
|
+
property :description, as: 'description'
|
|
4035
|
+
property :id, as: 'id'
|
|
4036
|
+
property :kind, as: 'kind'
|
|
4037
|
+
property :name, as: 'name'
|
|
4038
|
+
property :proxy_header, as: 'proxyHeader'
|
|
4039
|
+
property :self_link, as: 'selfLink'
|
|
4040
|
+
property :service, as: 'service'
|
|
4041
|
+
collection :ssl_certificates, as: 'sslCertificates'
|
|
4042
|
+
end
|
|
4043
|
+
end
|
|
4044
|
+
|
|
4045
|
+
class TargetSslProxyList
|
|
4046
|
+
# @private
|
|
4047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4048
|
+
property :id, as: 'id'
|
|
4049
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::TargetSslProxy, decorator: Google::Apis::ComputeBeta::TargetSslProxy::Representation
|
|
4050
|
+
|
|
4051
|
+
property :kind, as: 'kind'
|
|
4052
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4053
|
+
property :self_link, as: 'selfLink'
|
|
4054
|
+
end
|
|
4055
|
+
end
|
|
4056
|
+
|
|
3495
4057
|
class TargetVpnGateway
|
|
3496
4058
|
# @private
|
|
3497
4059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3682,6 +4244,7 @@ module Google
|
|
|
3682
4244
|
property :name, as: 'name'
|
|
3683
4245
|
property :peer_ip, as: 'peerIp'
|
|
3684
4246
|
property :region, as: 'region'
|
|
4247
|
+
collection :remote_traffic_selector, as: 'remoteTrafficSelector'
|
|
3685
4248
|
property :router, as: 'router'
|
|
3686
4249
|
property :self_link, as: 'selfLink'
|
|
3687
4250
|
property :shared_secret, as: 'sharedSecret'
|