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
|
@@ -160,6 +160,30 @@ module Google
|
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
|
161
161
|
end
|
|
162
162
|
|
|
163
|
+
class CacheInvalidationRule
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class ConnectionDraining
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
class CustomerEncryptionKey
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class CustomerEncryptionKeyProtectedDisk
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
163
187
|
class DeprecationStatus
|
|
164
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
189
|
|
|
@@ -304,6 +328,36 @@ module Google
|
|
|
304
328
|
include Google::Apis::Core::JsonObjectSupport
|
|
305
329
|
end
|
|
306
330
|
|
|
331
|
+
class Http2HealthCheck
|
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
|
+
|
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
335
|
+
end
|
|
336
|
+
|
|
337
|
+
class HttpHealthCheck
|
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
|
+
|
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
341
|
+
end
|
|
342
|
+
|
|
343
|
+
class HttpsHealthCheck
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
class HealthCheck
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
class HealthCheckList
|
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
|
+
|
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
359
|
+
end
|
|
360
|
+
|
|
307
361
|
class HealthCheckReference
|
|
308
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
363
|
|
|
@@ -586,6 +640,12 @@ module Google
|
|
|
586
640
|
include Google::Apis::Core::JsonObjectSupport
|
|
587
641
|
end
|
|
588
642
|
|
|
643
|
+
class InstancesStartWithEncryptionKeyRequest
|
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
645
|
+
|
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
647
|
+
end
|
|
648
|
+
|
|
589
649
|
class License
|
|
590
650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
591
651
|
|
|
@@ -820,6 +880,90 @@ module Google
|
|
|
820
880
|
include Google::Apis::Core::JsonObjectSupport
|
|
821
881
|
end
|
|
822
882
|
|
|
883
|
+
class Router
|
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
885
|
+
|
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
887
|
+
end
|
|
888
|
+
|
|
889
|
+
class RouterAggregatedList
|
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
891
|
+
|
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
893
|
+
end
|
|
894
|
+
|
|
895
|
+
class RouterBgp
|
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
897
|
+
|
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
899
|
+
end
|
|
900
|
+
|
|
901
|
+
class RouterBgpPeer
|
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
903
|
+
|
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
905
|
+
end
|
|
906
|
+
|
|
907
|
+
class RouterInterface
|
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
909
|
+
|
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
911
|
+
end
|
|
912
|
+
|
|
913
|
+
class RouterList
|
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
915
|
+
|
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
917
|
+
end
|
|
918
|
+
|
|
919
|
+
class RouterStatus
|
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
921
|
+
|
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
923
|
+
end
|
|
924
|
+
|
|
925
|
+
class RouterStatusBgpPeerStatus
|
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
927
|
+
|
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
929
|
+
end
|
|
930
|
+
|
|
931
|
+
class RouterStatusResponse
|
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
933
|
+
|
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
935
|
+
end
|
|
936
|
+
|
|
937
|
+
class RoutersPreviewResponse
|
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
939
|
+
|
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
941
|
+
end
|
|
942
|
+
|
|
943
|
+
class RoutersScopedList
|
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
945
|
+
|
|
946
|
+
class Warning
|
|
947
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
948
|
+
|
|
949
|
+
class Datum
|
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
951
|
+
|
|
952
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
953
|
+
end
|
|
954
|
+
|
|
955
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
956
|
+
end
|
|
957
|
+
|
|
958
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
959
|
+
end
|
|
960
|
+
|
|
961
|
+
class SslHealthCheck
|
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
963
|
+
|
|
964
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
965
|
+
end
|
|
966
|
+
|
|
823
967
|
class Scheduling
|
|
824
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
825
969
|
|
|
@@ -898,6 +1042,12 @@ module Google
|
|
|
898
1042
|
include Google::Apis::Core::JsonObjectSupport
|
|
899
1043
|
end
|
|
900
1044
|
|
|
1045
|
+
class TcpHealthCheck
|
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1047
|
+
|
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1049
|
+
end
|
|
1050
|
+
|
|
901
1051
|
class Tags
|
|
902
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
903
1053
|
|
|
@@ -1042,6 +1192,36 @@ module Google
|
|
|
1042
1192
|
include Google::Apis::Core::JsonObjectSupport
|
|
1043
1193
|
end
|
|
1044
1194
|
|
|
1195
|
+
class TargetSslProxiesSetBackendServiceRequest
|
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1197
|
+
|
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1199
|
+
end
|
|
1200
|
+
|
|
1201
|
+
class TargetSslProxiesSetProxyHeaderRequest
|
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1203
|
+
|
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1205
|
+
end
|
|
1206
|
+
|
|
1207
|
+
class TargetSslProxiesSetSslCertificatesRequest
|
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1209
|
+
|
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1211
|
+
end
|
|
1212
|
+
|
|
1213
|
+
class TargetSslProxy
|
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1215
|
+
|
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1217
|
+
end
|
|
1218
|
+
|
|
1219
|
+
class TargetSslProxyList
|
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1221
|
+
|
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1223
|
+
end
|
|
1224
|
+
|
|
1045
1225
|
class TargetVpnGateway
|
|
1046
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1047
1227
|
|
|
@@ -1264,6 +1444,8 @@ module Google
|
|
|
1264
1444
|
property :auto_delete, as: 'autoDelete'
|
|
1265
1445
|
property :boot, as: 'boot'
|
|
1266
1446
|
property :device_name, as: 'deviceName'
|
|
1447
|
+
property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
1448
|
+
|
|
1267
1449
|
property :index, as: 'index'
|
|
1268
1450
|
property :initialize_params, as: 'initializeParams', class: Google::Apis::ComputeV1::AttachedDiskInitializeParams, decorator: Google::Apis::ComputeV1::AttachedDiskInitializeParams::Representation
|
|
1269
1451
|
|
|
@@ -1283,6 +1465,8 @@ module Google
|
|
|
1283
1465
|
property :disk_size_gb, as: 'diskSizeGb'
|
|
1284
1466
|
property :disk_type, as: 'diskType'
|
|
1285
1467
|
property :source_image, as: 'sourceImage'
|
|
1468
|
+
property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
1469
|
+
|
|
1286
1470
|
end
|
|
1287
1471
|
end
|
|
1288
1472
|
|
|
@@ -1399,6 +1583,8 @@ module Google
|
|
|
1399
1583
|
property :capacity_scaler, as: 'capacityScaler'
|
|
1400
1584
|
property :description, as: 'description'
|
|
1401
1585
|
property :group, as: 'group'
|
|
1586
|
+
property :max_connections, as: 'maxConnections'
|
|
1587
|
+
property :max_connections_per_instance, as: 'maxConnectionsPerInstance'
|
|
1402
1588
|
property :max_rate, as: 'maxRate'
|
|
1403
1589
|
property :max_rate_per_instance, as: 'maxRatePerInstance'
|
|
1404
1590
|
property :max_utilization, as: 'maxUtilization'
|
|
@@ -1408,10 +1594,14 @@ module Google
|
|
|
1408
1594
|
class BackendService
|
|
1409
1595
|
# @private
|
|
1410
1596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1597
|
+
property :affinity_cookie_ttl_sec, as: 'affinityCookieTtlSec'
|
|
1411
1598
|
collection :backends, as: 'backends', class: Google::Apis::ComputeV1::Backend, decorator: Google::Apis::ComputeV1::Backend::Representation
|
|
1412
1599
|
|
|
1600
|
+
property :connection_draining, as: 'connectionDraining', class: Google::Apis::ComputeV1::ConnectionDraining, decorator: Google::Apis::ComputeV1::ConnectionDraining::Representation
|
|
1601
|
+
|
|
1413
1602
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
1414
1603
|
property :description, as: 'description'
|
|
1604
|
+
property :enable_cdn, as: 'enableCDN'
|
|
1415
1605
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
|
1416
1606
|
collection :health_checks, as: 'healthChecks'
|
|
1417
1607
|
property :id, as: 'id'
|
|
@@ -1422,6 +1612,7 @@ module Google
|
|
|
1422
1612
|
property :protocol, as: 'protocol'
|
|
1423
1613
|
property :region, as: 'region'
|
|
1424
1614
|
property :self_link, as: 'selfLink'
|
|
1615
|
+
property :session_affinity, as: 'sessionAffinity'
|
|
1425
1616
|
property :timeout_sec, as: 'timeoutSec'
|
|
1426
1617
|
end
|
|
1427
1618
|
end
|
|
@@ -1447,6 +1638,37 @@ module Google
|
|
|
1447
1638
|
end
|
|
1448
1639
|
end
|
|
1449
1640
|
|
|
1641
|
+
class CacheInvalidationRule
|
|
1642
|
+
# @private
|
|
1643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1644
|
+
property :path, as: 'path'
|
|
1645
|
+
end
|
|
1646
|
+
end
|
|
1647
|
+
|
|
1648
|
+
class ConnectionDraining
|
|
1649
|
+
# @private
|
|
1650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1651
|
+
property :draining_timeout_sec, as: 'drainingTimeoutSec'
|
|
1652
|
+
end
|
|
1653
|
+
end
|
|
1654
|
+
|
|
1655
|
+
class CustomerEncryptionKey
|
|
1656
|
+
# @private
|
|
1657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1658
|
+
property :raw_key, as: 'rawKey'
|
|
1659
|
+
property :sha256, as: 'sha256'
|
|
1660
|
+
end
|
|
1661
|
+
end
|
|
1662
|
+
|
|
1663
|
+
class CustomerEncryptionKeyProtectedDisk
|
|
1664
|
+
# @private
|
|
1665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1666
|
+
property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
1667
|
+
|
|
1668
|
+
property :source, as: 'source'
|
|
1669
|
+
end
|
|
1670
|
+
end
|
|
1671
|
+
|
|
1450
1672
|
class DeprecationStatus
|
|
1451
1673
|
# @private
|
|
1452
1674
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1463,6 +1685,8 @@ module Google
|
|
|
1463
1685
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1464
1686
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
1465
1687
|
property :description, as: 'description'
|
|
1688
|
+
property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
1689
|
+
|
|
1466
1690
|
property :id, as: 'id'
|
|
1467
1691
|
property :kind, as: 'kind'
|
|
1468
1692
|
property :last_attach_timestamp, as: 'lastAttachTimestamp'
|
|
@@ -1473,8 +1697,12 @@ module Google
|
|
|
1473
1697
|
property :self_link, as: 'selfLink'
|
|
1474
1698
|
property :size_gb, as: 'sizeGb'
|
|
1475
1699
|
property :source_image, as: 'sourceImage'
|
|
1700
|
+
property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
1701
|
+
|
|
1476
1702
|
property :source_image_id, as: 'sourceImageId'
|
|
1477
1703
|
property :source_snapshot, as: 'sourceSnapshot'
|
|
1704
|
+
property :source_snapshot_encryption_key, as: 'sourceSnapshotEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
1705
|
+
|
|
1478
1706
|
property :source_snapshot_id, as: 'sourceSnapshotId'
|
|
1479
1707
|
property :status, as: 'status'
|
|
1480
1708
|
property :type, as: 'type'
|
|
@@ -1726,6 +1954,78 @@ module Google
|
|
|
1726
1954
|
end
|
|
1727
1955
|
end
|
|
1728
1956
|
|
|
1957
|
+
class Http2HealthCheck
|
|
1958
|
+
# @private
|
|
1959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1960
|
+
property :host, as: 'host'
|
|
1961
|
+
property :port, as: 'port'
|
|
1962
|
+
property :port_name, as: 'portName'
|
|
1963
|
+
property :proxy_header, as: 'proxyHeader'
|
|
1964
|
+
property :request_path, as: 'requestPath'
|
|
1965
|
+
end
|
|
1966
|
+
end
|
|
1967
|
+
|
|
1968
|
+
class HttpHealthCheck
|
|
1969
|
+
# @private
|
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1971
|
+
property :host, as: 'host'
|
|
1972
|
+
property :port, as: 'port'
|
|
1973
|
+
property :port_name, as: 'portName'
|
|
1974
|
+
property :proxy_header, as: 'proxyHeader'
|
|
1975
|
+
property :request_path, as: 'requestPath'
|
|
1976
|
+
end
|
|
1977
|
+
end
|
|
1978
|
+
|
|
1979
|
+
class HttpsHealthCheck
|
|
1980
|
+
# @private
|
|
1981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1982
|
+
property :host, as: 'host'
|
|
1983
|
+
property :port, as: 'port'
|
|
1984
|
+
property :port_name, as: 'portName'
|
|
1985
|
+
property :proxy_header, as: 'proxyHeader'
|
|
1986
|
+
property :request_path, as: 'requestPath'
|
|
1987
|
+
end
|
|
1988
|
+
end
|
|
1989
|
+
|
|
1990
|
+
class HealthCheck
|
|
1991
|
+
# @private
|
|
1992
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1993
|
+
property :check_interval_sec, as: 'checkIntervalSec'
|
|
1994
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
1995
|
+
property :description, as: 'description'
|
|
1996
|
+
property :healthy_threshold, as: 'healthyThreshold'
|
|
1997
|
+
property :http2_health_check, as: 'http2HealthCheck', class: Google::Apis::ComputeV1::Http2HealthCheck, decorator: Google::Apis::ComputeV1::Http2HealthCheck::Representation
|
|
1998
|
+
|
|
1999
|
+
property :http_health_check, as: 'httpHealthCheck', class: Google::Apis::ComputeV1::HttpHealthCheck, decorator: Google::Apis::ComputeV1::HttpHealthCheck::Representation
|
|
2000
|
+
|
|
2001
|
+
property :https_health_check, as: 'httpsHealthCheck', class: Google::Apis::ComputeV1::HttpsHealthCheck, decorator: Google::Apis::ComputeV1::HttpsHealthCheck::Representation
|
|
2002
|
+
|
|
2003
|
+
property :id, as: 'id'
|
|
2004
|
+
property :kind, as: 'kind'
|
|
2005
|
+
property :name, as: 'name'
|
|
2006
|
+
property :self_link, as: 'selfLink'
|
|
2007
|
+
property :ssl_health_check, as: 'sslHealthCheck', class: Google::Apis::ComputeV1::SslHealthCheck, decorator: Google::Apis::ComputeV1::SslHealthCheck::Representation
|
|
2008
|
+
|
|
2009
|
+
property :tcp_health_check, as: 'tcpHealthCheck', class: Google::Apis::ComputeV1::TcpHealthCheck, decorator: Google::Apis::ComputeV1::TcpHealthCheck::Representation
|
|
2010
|
+
|
|
2011
|
+
property :timeout_sec, as: 'timeoutSec'
|
|
2012
|
+
property :type, as: 'type'
|
|
2013
|
+
property :unhealthy_threshold, as: 'unhealthyThreshold'
|
|
2014
|
+
end
|
|
2015
|
+
end
|
|
2016
|
+
|
|
2017
|
+
class HealthCheckList
|
|
2018
|
+
# @private
|
|
2019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2020
|
+
property :id, as: 'id'
|
|
2021
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::HealthCheck, decorator: Google::Apis::ComputeV1::HealthCheck::Representation
|
|
2022
|
+
|
|
2023
|
+
property :kind, as: 'kind'
|
|
2024
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2025
|
+
property :self_link, as: 'selfLink'
|
|
2026
|
+
end
|
|
2027
|
+
end
|
|
2028
|
+
|
|
1729
2029
|
class HealthCheckReference
|
|
1730
2030
|
# @private
|
|
1731
2031
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1825,6 +2125,8 @@ module Google
|
|
|
1825
2125
|
property :disk_size_gb, as: 'diskSizeGb'
|
|
1826
2126
|
property :family, as: 'family'
|
|
1827
2127
|
property :id, as: 'id'
|
|
2128
|
+
property :image_encryption_key, as: 'imageEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
2129
|
+
|
|
1828
2130
|
property :kind, as: 'kind'
|
|
1829
2131
|
collection :licenses, as: 'licenses'
|
|
1830
2132
|
property :name, as: 'name'
|
|
@@ -1832,6 +2134,8 @@ module Google
|
|
|
1832
2134
|
|
|
1833
2135
|
property :self_link, as: 'selfLink'
|
|
1834
2136
|
property :source_disk, as: 'sourceDisk'
|
|
2137
|
+
property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
2138
|
+
|
|
1835
2139
|
property :source_disk_id, as: 'sourceDiskId'
|
|
1836
2140
|
property :source_type, as: 'sourceType'
|
|
1837
2141
|
property :status, as: 'status'
|
|
@@ -1972,6 +2276,7 @@ module Google
|
|
|
1972
2276
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1973
2277
|
property :abandoning, as: 'abandoning'
|
|
1974
2278
|
property :creating, as: 'creating'
|
|
2279
|
+
property :creating_without_retries, as: 'creatingWithoutRetries'
|
|
1975
2280
|
property :deleting, as: 'deleting'
|
|
1976
2281
|
property :none, as: 'none'
|
|
1977
2282
|
property :recreating, as: 'recreating'
|
|
@@ -2267,6 +2572,14 @@ module Google
|
|
|
2267
2572
|
end
|
|
2268
2573
|
end
|
|
2269
2574
|
|
|
2575
|
+
class InstancesStartWithEncryptionKeyRequest
|
|
2576
|
+
# @private
|
|
2577
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2578
|
+
collection :disks, as: 'disks', class: Google::Apis::ComputeV1::CustomerEncryptionKeyProtectedDisk, decorator: Google::Apis::ComputeV1::CustomerEncryptionKeyProtectedDisk::Representation
|
|
2579
|
+
|
|
2580
|
+
end
|
|
2581
|
+
end
|
|
2582
|
+
|
|
2270
2583
|
class License
|
|
2271
2584
|
# @private
|
|
2272
2585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2287,6 +2600,7 @@ module Google
|
|
|
2287
2600
|
property :guest_cpus, as: 'guestCpus'
|
|
2288
2601
|
property :id, as: 'id'
|
|
2289
2602
|
property :image_space_gb, as: 'imageSpaceGb'
|
|
2603
|
+
property :is_shared_cpu, as: 'isSharedCpu'
|
|
2290
2604
|
property :kind, as: 'kind'
|
|
2291
2605
|
property :maximum_persistent_disks, as: 'maximumPersistentDisks'
|
|
2292
2606
|
property :maximum_persistent_disks_size_gb, as: 'maximumPersistentDisksSizeGb'
|
|
@@ -2604,6 +2918,7 @@ module Google
|
|
|
2604
2918
|
property :common_instance_metadata, as: 'commonInstanceMetadata', class: Google::Apis::ComputeV1::Metadata, decorator: Google::Apis::ComputeV1::Metadata::Representation
|
|
2605
2919
|
|
|
2606
2920
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
2921
|
+
property :default_service_account, as: 'defaultServiceAccount'
|
|
2607
2922
|
property :description, as: 'description'
|
|
2608
2923
|
collection :enabled_features, as: 'enabledFeatures'
|
|
2609
2924
|
property :id, as: 'id'
|
|
@@ -2716,6 +3031,162 @@ module Google
|
|
|
2716
3031
|
end
|
|
2717
3032
|
end
|
|
2718
3033
|
|
|
3034
|
+
class Router
|
|
3035
|
+
# @private
|
|
3036
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3037
|
+
property :bgp, as: 'bgp', class: Google::Apis::ComputeV1::RouterBgp, decorator: Google::Apis::ComputeV1::RouterBgp::Representation
|
|
3038
|
+
|
|
3039
|
+
collection :bgp_peers, as: 'bgpPeers', class: Google::Apis::ComputeV1::RouterBgpPeer, decorator: Google::Apis::ComputeV1::RouterBgpPeer::Representation
|
|
3040
|
+
|
|
3041
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
3042
|
+
property :description, as: 'description'
|
|
3043
|
+
property :id, as: 'id'
|
|
3044
|
+
collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeV1::RouterInterface, decorator: Google::Apis::ComputeV1::RouterInterface::Representation
|
|
3045
|
+
|
|
3046
|
+
property :kind, as: 'kind'
|
|
3047
|
+
property :name, as: 'name'
|
|
3048
|
+
property :network, as: 'network'
|
|
3049
|
+
property :region, as: 'region'
|
|
3050
|
+
property :self_link, as: 'selfLink'
|
|
3051
|
+
end
|
|
3052
|
+
end
|
|
3053
|
+
|
|
3054
|
+
class RouterAggregatedList
|
|
3055
|
+
# @private
|
|
3056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3057
|
+
property :id, as: 'id'
|
|
3058
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::RoutersScopedList, decorator: Google::Apis::ComputeV1::RoutersScopedList::Representation
|
|
3059
|
+
|
|
3060
|
+
property :kind, as: 'kind'
|
|
3061
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3062
|
+
property :self_link, as: 'selfLink'
|
|
3063
|
+
end
|
|
3064
|
+
end
|
|
3065
|
+
|
|
3066
|
+
class RouterBgp
|
|
3067
|
+
# @private
|
|
3068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3069
|
+
property :asn, as: 'asn'
|
|
3070
|
+
end
|
|
3071
|
+
end
|
|
3072
|
+
|
|
3073
|
+
class RouterBgpPeer
|
|
3074
|
+
# @private
|
|
3075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3076
|
+
property :advertised_route_priority, as: 'advertisedRoutePriority'
|
|
3077
|
+
property :interface_name, as: 'interfaceName'
|
|
3078
|
+
property :ip_address, as: 'ipAddress'
|
|
3079
|
+
property :name, as: 'name'
|
|
3080
|
+
property :peer_asn, as: 'peerAsn'
|
|
3081
|
+
property :peer_ip_address, as: 'peerIpAddress'
|
|
3082
|
+
end
|
|
3083
|
+
end
|
|
3084
|
+
|
|
3085
|
+
class RouterInterface
|
|
3086
|
+
# @private
|
|
3087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3088
|
+
property :ip_range, as: 'ipRange'
|
|
3089
|
+
property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
|
|
3090
|
+
property :name, as: 'name'
|
|
3091
|
+
end
|
|
3092
|
+
end
|
|
3093
|
+
|
|
3094
|
+
class RouterList
|
|
3095
|
+
# @private
|
|
3096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3097
|
+
property :id, as: 'id'
|
|
3098
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::Router, decorator: Google::Apis::ComputeV1::Router::Representation
|
|
3099
|
+
|
|
3100
|
+
property :kind, as: 'kind'
|
|
3101
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3102
|
+
property :self_link, as: 'selfLink'
|
|
3103
|
+
end
|
|
3104
|
+
end
|
|
3105
|
+
|
|
3106
|
+
class RouterStatus
|
|
3107
|
+
# @private
|
|
3108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3109
|
+
collection :best_routes, as: 'bestRoutes', class: Google::Apis::ComputeV1::Route, decorator: Google::Apis::ComputeV1::Route::Representation
|
|
3110
|
+
|
|
3111
|
+
collection :bgp_peer_status, as: 'bgpPeerStatus', class: Google::Apis::ComputeV1::RouterStatusBgpPeerStatus, decorator: Google::Apis::ComputeV1::RouterStatusBgpPeerStatus::Representation
|
|
3112
|
+
|
|
3113
|
+
property :network, as: 'network'
|
|
3114
|
+
end
|
|
3115
|
+
end
|
|
3116
|
+
|
|
3117
|
+
class RouterStatusBgpPeerStatus
|
|
3118
|
+
# @private
|
|
3119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3120
|
+
collection :advertised_routes, as: 'advertisedRoutes', class: Google::Apis::ComputeV1::Route, decorator: Google::Apis::ComputeV1::Route::Representation
|
|
3121
|
+
|
|
3122
|
+
property :ip_address, as: 'ipAddress'
|
|
3123
|
+
property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
|
|
3124
|
+
property :name, as: 'name'
|
|
3125
|
+
property :num_learned_routes, as: 'numLearnedRoutes'
|
|
3126
|
+
property :peer_ip_address, as: 'peerIpAddress'
|
|
3127
|
+
property :state, as: 'state'
|
|
3128
|
+
property :status, as: 'status'
|
|
3129
|
+
property :uptime, as: 'uptime'
|
|
3130
|
+
property :uptime_seconds, as: 'uptimeSeconds'
|
|
3131
|
+
end
|
|
3132
|
+
end
|
|
3133
|
+
|
|
3134
|
+
class RouterStatusResponse
|
|
3135
|
+
# @private
|
|
3136
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3137
|
+
property :kind, as: 'kind'
|
|
3138
|
+
property :result, as: 'result', class: Google::Apis::ComputeV1::RouterStatus, decorator: Google::Apis::ComputeV1::RouterStatus::Representation
|
|
3139
|
+
|
|
3140
|
+
end
|
|
3141
|
+
end
|
|
3142
|
+
|
|
3143
|
+
class RoutersPreviewResponse
|
|
3144
|
+
# @private
|
|
3145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3146
|
+
property :resource, as: 'resource', class: Google::Apis::ComputeV1::Router, decorator: Google::Apis::ComputeV1::Router::Representation
|
|
3147
|
+
|
|
3148
|
+
end
|
|
3149
|
+
end
|
|
3150
|
+
|
|
3151
|
+
class RoutersScopedList
|
|
3152
|
+
# @private
|
|
3153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3154
|
+
collection :routers, as: 'routers', class: Google::Apis::ComputeV1::Router, decorator: Google::Apis::ComputeV1::Router::Representation
|
|
3155
|
+
|
|
3156
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::RoutersScopedList::Warning, decorator: Google::Apis::ComputeV1::RoutersScopedList::Warning::Representation
|
|
3157
|
+
|
|
3158
|
+
end
|
|
3159
|
+
|
|
3160
|
+
class Warning
|
|
3161
|
+
# @private
|
|
3162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3163
|
+
property :code, as: 'code'
|
|
3164
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::RoutersScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::RoutersScopedList::Warning::Datum::Representation
|
|
3165
|
+
|
|
3166
|
+
property :message, as: 'message'
|
|
3167
|
+
end
|
|
3168
|
+
|
|
3169
|
+
class Datum
|
|
3170
|
+
# @private
|
|
3171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3172
|
+
property :key, as: 'key'
|
|
3173
|
+
property :value, as: 'value'
|
|
3174
|
+
end
|
|
3175
|
+
end
|
|
3176
|
+
end
|
|
3177
|
+
end
|
|
3178
|
+
|
|
3179
|
+
class SslHealthCheck
|
|
3180
|
+
# @private
|
|
3181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3182
|
+
property :port, as: 'port'
|
|
3183
|
+
property :port_name, as: 'portName'
|
|
3184
|
+
property :proxy_header, as: 'proxyHeader'
|
|
3185
|
+
property :request, as: 'request'
|
|
3186
|
+
property :response, as: 'response'
|
|
3187
|
+
end
|
|
3188
|
+
end
|
|
3189
|
+
|
|
2719
3190
|
class Scheduling
|
|
2720
3191
|
# @private
|
|
2721
3192
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2753,7 +3224,11 @@ module Google
|
|
|
2753
3224
|
collection :licenses, as: 'licenses'
|
|
2754
3225
|
property :name, as: 'name'
|
|
2755
3226
|
property :self_link, as: 'selfLink'
|
|
3227
|
+
property :snapshot_encryption_key, as: 'snapshotEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
3228
|
+
|
|
2756
3229
|
property :source_disk, as: 'sourceDisk'
|
|
3230
|
+
property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
3231
|
+
|
|
2757
3232
|
property :source_disk_id, as: 'sourceDiskId'
|
|
2758
3233
|
property :status, as: 'status'
|
|
2759
3234
|
property :storage_bytes, as: 'storageBytes'
|
|
@@ -2867,6 +3342,17 @@ module Google
|
|
|
2867
3342
|
end
|
|
2868
3343
|
end
|
|
2869
3344
|
|
|
3345
|
+
class TcpHealthCheck
|
|
3346
|
+
# @private
|
|
3347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3348
|
+
property :port, as: 'port'
|
|
3349
|
+
property :port_name, as: 'portName'
|
|
3350
|
+
property :proxy_header, as: 'proxyHeader'
|
|
3351
|
+
property :request, as: 'request'
|
|
3352
|
+
property :response, as: 'response'
|
|
3353
|
+
end
|
|
3354
|
+
end
|
|
3355
|
+
|
|
2870
3356
|
class Tags
|
|
2871
3357
|
# @private
|
|
2872
3358
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3118,6 +3604,54 @@ module Google
|
|
|
3118
3604
|
end
|
|
3119
3605
|
end
|
|
3120
3606
|
|
|
3607
|
+
class TargetSslProxiesSetBackendServiceRequest
|
|
3608
|
+
# @private
|
|
3609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3610
|
+
property :service, as: 'service'
|
|
3611
|
+
end
|
|
3612
|
+
end
|
|
3613
|
+
|
|
3614
|
+
class TargetSslProxiesSetProxyHeaderRequest
|
|
3615
|
+
# @private
|
|
3616
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3617
|
+
property :proxy_header, as: 'proxyHeader'
|
|
3618
|
+
end
|
|
3619
|
+
end
|
|
3620
|
+
|
|
3621
|
+
class TargetSslProxiesSetSslCertificatesRequest
|
|
3622
|
+
# @private
|
|
3623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3624
|
+
collection :ssl_certificates, as: 'sslCertificates'
|
|
3625
|
+
end
|
|
3626
|
+
end
|
|
3627
|
+
|
|
3628
|
+
class TargetSslProxy
|
|
3629
|
+
# @private
|
|
3630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3631
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
3632
|
+
property :description, as: 'description'
|
|
3633
|
+
property :id, as: 'id'
|
|
3634
|
+
property :kind, as: 'kind'
|
|
3635
|
+
property :name, as: 'name'
|
|
3636
|
+
property :proxy_header, as: 'proxyHeader'
|
|
3637
|
+
property :self_link, as: 'selfLink'
|
|
3638
|
+
property :service, as: 'service'
|
|
3639
|
+
collection :ssl_certificates, as: 'sslCertificates'
|
|
3640
|
+
end
|
|
3641
|
+
end
|
|
3642
|
+
|
|
3643
|
+
class TargetSslProxyList
|
|
3644
|
+
# @private
|
|
3645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3646
|
+
property :id, as: 'id'
|
|
3647
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::TargetSslProxy, decorator: Google::Apis::ComputeV1::TargetSslProxy::Representation
|
|
3648
|
+
|
|
3649
|
+
property :kind, as: 'kind'
|
|
3650
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3651
|
+
property :self_link, as: 'selfLink'
|
|
3652
|
+
end
|
|
3653
|
+
end
|
|
3654
|
+
|
|
3121
3655
|
class TargetVpnGateway
|
|
3122
3656
|
# @private
|
|
3123
3657
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3294,6 +3828,8 @@ module Google
|
|
|
3294
3828
|
property :name, as: 'name'
|
|
3295
3829
|
property :peer_ip, as: 'peerIp'
|
|
3296
3830
|
property :region, as: 'region'
|
|
3831
|
+
collection :remote_traffic_selector, as: 'remoteTrafficSelector'
|
|
3832
|
+
property :router, as: 'router'
|
|
3297
3833
|
property :self_link, as: 'selfLink'
|
|
3298
3834
|
property :shared_secret, as: 'sharedSecret'
|
|
3299
3835
|
property :shared_secret_hash, as: 'sharedSecretHash'
|