google-api-client 0.15.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +75 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
- data/generated/google/apis/adexchangebuyer2_v2beta1/classes.rb +17 -35
- data/generated/google/apis/adexchangebuyer2_v2beta1/representations.rb +0 -2
- data/generated/google/apis/adexchangebuyer2_v2beta1/service.rb +958 -82
- data/generated/google/apis/admin_directory_v1.rb +1 -1
- data/generated/google/apis/admin_directory_v1/classes.rb +147 -0
- data/generated/google/apis/admin_directory_v1/representations.rb +54 -0
- data/generated/google/apis/admin_directory_v1/service.rb +71 -1
- data/generated/google/apis/androidenterprise_v1.rb +1 -1
- data/generated/google/apis/androidenterprise_v1/classes.rb +18 -19
- data/generated/google/apis/androidenterprise_v1/service.rb +39 -0
- data/generated/google/apis/androidmanagement_v1.rb +1 -1
- data/generated/google/apis/androidmanagement_v1/classes.rb +12 -11
- data/generated/google/apis/androidpublisher_v2.rb +1 -1
- data/generated/google/apis/androidpublisher_v2/classes.rb +0 -189
- data/generated/google/apis/androidpublisher_v2/representations.rb +0 -120
- data/generated/google/apis/androidpublisher_v2/service.rb +0 -35
- data/generated/google/apis/appengine_v1.rb +1 -1
- data/generated/google/apis/appengine_v1/classes.rb +1 -46
- data/generated/google/apis/appengine_v1/representations.rb +0 -17
- data/generated/google/apis/appengine_v1/service.rb +5 -1
- data/generated/google/apis/appengine_v1alpha.rb +1 -1
- data/generated/google/apis/appengine_v1alpha/classes.rb +0 -45
- data/generated/google/apis/appengine_v1alpha/representations.rb +0 -17
- data/generated/google/apis/appengine_v1alpha/service.rb +5 -1
- data/generated/google/apis/appengine_v1beta.rb +1 -1
- data/generated/google/apis/appengine_v1beta/classes.rb +5 -47
- data/generated/google/apis/appengine_v1beta/representations.rb +0 -17
- data/generated/google/apis/appengine_v1beta/service.rb +5 -1
- data/generated/google/apis/appengine_v1beta4.rb +1 -1
- data/generated/google/apis/appengine_v1beta4/classes.rb +44 -45
- data/generated/google/apis/appengine_v1beta4/representations.rb +16 -17
- data/generated/google/apis/appengine_v1beta5.rb +1 -1
- data/generated/google/apis/appengine_v1beta5/classes.rb +4 -46
- data/generated/google/apis/appengine_v1beta5/representations.rb +0 -17
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +41 -24
- data/generated/google/apis/bigquery_v2/representations.rb +3 -0
- data/generated/google/apis/bigquerydatatransfer_v1.rb +1 -1
- data/generated/google/apis/bigquerydatatransfer_v1/classes.rb +3 -7
- data/generated/google/apis/bigquerydatatransfer_v1/representations.rb +0 -1
- data/generated/google/apis/calendar_v3.rb +1 -1
- data/generated/google/apis/calendar_v3/service.rb +15 -3
- data/generated/google/apis/classroom_v1.rb +4 -1
- data/generated/google/apis/cloudbuild_v1.rb +1 -1
- data/generated/google/apis/cloudbuild_v1/classes.rb +26 -0
- data/generated/google/apis/cloudbuild_v1/representations.rb +14 -0
- data/generated/google/apis/cloudbuild_v1/service.rb +91 -0
- data/generated/google/apis/cloudfunctions_v1.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1/classes.rb +482 -0
- data/generated/google/apis/cloudfunctions_v1/representations.rb +210 -0
- data/generated/google/apis/cloudfunctions_v1/service.rb +288 -0
- data/generated/google/apis/cloudfunctions_v1beta2.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1beta2/classes.rb +119 -0
- data/generated/google/apis/cloudfunctions_v1beta2/representations.rb +68 -0
- data/generated/google/apis/cloudfunctions_v1beta2/service.rb +77 -0
- data/generated/google/apis/cloudiot_v1.rb +1 -1
- data/generated/google/apis/cloudiot_v1/service.rb +7 -3
- data/generated/google/apis/cloudiot_v1beta1.rb +1 -1
- data/generated/google/apis/cloudtasks_v2beta2.rb +1 -1
- data/generated/google/apis/cloudtasks_v2beta2/classes.rb +2 -4
- data/generated/google/apis/cloudtasks_v2beta2/representations.rb +2 -2
- data/generated/google/apis/cloudtasks_v2beta2/service.rb +4 -14
- data/generated/google/apis/cloudtrace_v2.rb +1 -1
- data/generated/google/apis/cloudtrace_v2/classes.rb +10 -7
- data/generated/google/apis/cloudtrace_v2/representations.rb +2 -2
- data/generated/google/apis/compute_alpha.rb +1 -1
- data/generated/google/apis/compute_alpha/classes.rb +143 -83
- data/generated/google/apis/compute_alpha/representations.rb +50 -30
- data/generated/google/apis/compute_alpha/service.rb +171 -5
- data/generated/google/apis/compute_beta.rb +1 -1
- data/generated/google/apis/compute_beta/classes.rb +47 -43
- data/generated/google/apis/compute_beta/representations.rb +1 -2
- data/generated/google/apis/compute_beta/service.rb +60 -5
- data/generated/google/apis/compute_v1.rb +1 -1
- data/generated/google/apis/compute_v1/classes.rb +1326 -168
- data/generated/google/apis/compute_v1/representations.rb +402 -0
- data/generated/google/apis/compute_v1/service.rb +751 -5
- data/generated/google/apis/container_v1beta1.rb +1 -1
- data/generated/google/apis/content_v2.rb +1 -1
- data/generated/google/apis/content_v2/classes.rb +23 -16
- data/generated/google/apis/content_v2/service.rb +142 -162
- data/generated/google/apis/content_v2sandbox.rb +1 -1
- data/generated/google/apis/content_v2sandbox/service.rb +43 -43
- data/generated/google/apis/dataflow_v1b3.rb +1 -1
- data/generated/google/apis/dataflow_v1b3/classes.rb +44 -35
- data/generated/google/apis/dataflow_v1b3/representations.rb +6 -17
- data/generated/google/apis/dataproc_v1beta2.rb +1 -1
- data/generated/google/apis/dataproc_v1beta2/classes.rb +39 -37
- data/generated/google/apis/dataproc_v1beta2/service.rb +30 -30
- data/generated/google/apis/datastore_v1.rb +1 -1
- data/generated/google/apis/datastore_v1/classes.rb +39 -60
- data/generated/google/apis/datastore_v1/representations.rb +27 -0
- data/generated/google/apis/datastore_v1/service.rb +34 -0
- data/generated/google/apis/datastore_v1beta3.rb +1 -1
- data/generated/google/apis/datastore_v1beta3/classes.rb +39 -60
- data/generated/google/apis/datastore_v1beta3/representations.rb +27 -0
- data/generated/google/apis/datastore_v1beta3/service.rb +34 -0
- data/generated/google/apis/deploymentmanager_alpha.rb +1 -1
- data/generated/google/apis/deploymentmanager_alpha/classes.rb +108 -0
- data/generated/google/apis/deploymentmanager_alpha/representations.rb +50 -0
- data/generated/google/apis/deploymentmanager_v2beta.rb +1 -1
- data/generated/google/apis/deploymentmanager_v2beta/classes.rb +6 -0
- data/generated/google/apis/deploymentmanager_v2beta/representations.rb +1 -0
- data/generated/google/apis/dlp_v2beta1.rb +1 -1
- data/generated/google/apis/dlp_v2beta1/classes.rb +116 -10
- data/generated/google/apis/dlp_v2beta1/representations.rb +45 -0
- data/generated/google/apis/dns_v1beta2.rb +43 -0
- data/generated/google/apis/dns_v1beta2/classes.rb +915 -0
- data/generated/google/apis/dns_v1beta2/representations.rb +368 -0
- data/generated/google/apis/dns_v1beta2/service.rb +769 -0
- data/generated/google/apis/drive_v2.rb +1 -1
- data/generated/google/apis/drive_v2/classes.rb +6 -0
- data/generated/google/apis/drive_v2/representations.rb +2 -0
- data/generated/google/apis/drive_v2/service.rb +51 -8
- data/generated/google/apis/drive_v3.rb +1 -1
- data/generated/google/apis/drive_v3/classes.rb +6 -0
- data/generated/google/apis/drive_v3/representations.rb +2 -0
- data/generated/google/apis/drive_v3/service.rb +45 -7
- data/generated/google/apis/firebasedynamiclinks_v1.rb +1 -1
- data/generated/google/apis/firebasedynamiclinks_v1/classes.rb +25 -0
- data/generated/google/apis/firebasedynamiclinks_v1/representations.rb +15 -0
- data/generated/google/apis/firebaseremoteconfig_v1.rb +1 -1
- data/generated/google/apis/firebaseremoteconfig_v1/classes.rb +21 -1
- data/generated/google/apis/firebaseremoteconfig_v1/representations.rb +2 -0
- data/generated/google/apis/firebaserules_v1.rb +1 -1
- data/generated/google/apis/firebaserules_v1/classes.rb +26 -0
- data/generated/google/apis/firebaserules_v1/representations.rb +15 -0
- data/generated/google/apis/firebaserules_v1/service.rb +37 -0
- data/generated/google/apis/firestore_v1beta1/classes.rb +29 -146
- data/generated/google/apis/firestore_v1beta1/representations.rb +8 -27
- data/generated/google/apis/firestore_v1beta1/service.rb +4 -8
- data/generated/google/apis/genomics_v1alpha2.rb +1 -1
- data/generated/google/apis/genomics_v1alpha2/classes.rb +18 -0
- data/generated/google/apis/genomics_v1alpha2/representations.rb +2 -0
- data/generated/google/apis/iam_v1.rb +1 -1
- data/generated/google/apis/iam_v1/classes.rb +5 -7
- data/generated/google/apis/language_v1.rb +1 -1
- data/generated/google/apis/language_v1/classes.rb +78 -0
- data/generated/google/apis/language_v1/representations.rb +45 -0
- data/generated/google/apis/language_v1/service.rb +30 -0
- data/generated/google/apis/language_v1beta2.rb +1 -1
- data/generated/google/apis/language_v1beta2/classes.rb +3 -1
- data/generated/google/apis/logging_v2.rb +1 -1
- data/generated/google/apis/logging_v2/classes.rb +9 -0
- data/generated/google/apis/logging_v2/representations.rb +1 -0
- data/generated/google/apis/logging_v2/service.rb +517 -0
- data/generated/google/apis/logging_v2beta1.rb +1 -1
- data/generated/google/apis/logging_v2beta1/classes.rb +9 -0
- data/generated/google/apis/logging_v2beta1/representations.rb +1 -0
- data/generated/google/apis/manufacturers_v1.rb +1 -1
- data/generated/google/apis/manufacturers_v1/classes.rb +6 -6
- data/generated/google/apis/manufacturers_v1/representations.rb +1 -1
- data/generated/google/apis/ml_v1.rb +1 -1
- data/generated/google/apis/ml_v1/classes.rb +22 -6
- data/generated/google/apis/ml_v1/service.rb +8 -2
- data/generated/google/apis/monitoring_v3.rb +1 -1
- data/generated/google/apis/monitoring_v3/classes.rb +358 -0
- data/generated/google/apis/monitoring_v3/representations.rb +145 -0
- data/generated/google/apis/monitoring_v3/service.rb +229 -0
- data/generated/google/apis/oslogin_v1alpha.rb +1 -1
- data/generated/google/apis/oslogin_v1alpha/classes.rb +13 -8
- data/generated/google/apis/oslogin_v1alpha/representations.rb +1 -0
- data/generated/google/apis/oslogin_v1alpha/service.rb +36 -1
- data/generated/google/apis/oslogin_v1beta.rb +1 -1
- data/generated/google/apis/oslogin_v1beta/classes.rb +9 -4
- data/generated/google/apis/oslogin_v1beta/representations.rb +1 -0
- data/generated/google/apis/oslogin_v1beta/service.rb +36 -1
- data/generated/google/apis/partners_v2.rb +1 -1
- data/generated/google/apis/partners_v2/classes.rb +7 -60
- data/generated/google/apis/partners_v2/representations.rb +1 -0
- data/generated/google/apis/proximitybeacon_v1beta1.rb +1 -1
- data/generated/google/apis/runtimeconfig_v1beta1.rb +1 -1
- data/generated/google/apis/runtimeconfig_v1beta1/classes.rb +6 -4
- data/generated/google/apis/script_v1.rb +2 -2
- data/generated/google/apis/script_v1/classes.rb +57 -51
- data/generated/google/apis/script_v1/representations.rb +0 -1
- data/generated/google/apis/script_v1/service.rb +2 -2
- data/generated/google/apis/servicecontrol_v1.rb +1 -1
- data/generated/google/apis/servicecontrol_v1/classes.rb +5 -2
- data/generated/google/apis/servicemanagement_v1.rb +1 -1
- data/generated/google/apis/servicemanagement_v1/classes.rb +13 -31
- data/generated/google/apis/serviceuser_v1.rb +1 -1
- data/generated/google/apis/serviceuser_v1/classes.rb +13 -31
- data/generated/google/apis/sheets_v4.rb +1 -1
- data/generated/google/apis/sheets_v4/classes.rb +1 -2
- data/generated/google/apis/slides_v1.rb +1 -1
- data/generated/google/apis/slides_v1/classes.rb +505 -11
- data/generated/google/apis/slides_v1/representations.rb +220 -0
- data/generated/google/apis/sourcerepo_v1.rb +1 -1
- data/generated/google/apis/sourcerepo_v1/classes.rb +1 -1
- data/generated/google/apis/speech_v1.rb +1 -1
- data/generated/google/apis/speech_v1/classes.rb +10 -1
- data/generated/google/apis/speech_v1/representations.rb +1 -0
- data/generated/google/apis/sqladmin_v1beta4.rb +1 -1
- data/generated/google/apis/sqladmin_v1beta4/classes.rb +127 -0
- data/generated/google/apis/sqladmin_v1beta4/representations.rb +63 -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/service.rb +51 -72
- data/generated/google/apis/streetviewpublish_v1.rb +1 -1
- data/generated/google/apis/streetviewpublish_v1/classes.rb +1 -61
- data/generated/google/apis/streetviewpublish_v1/service.rb +2 -1
- data/generated/google/apis/testing_v1.rb +1 -1
- data/generated/google/apis/testing_v1/classes.rb +8 -3
- data/generated/google/apis/toolresults_v1beta3.rb +1 -1
- data/generated/google/apis/toolresults_v1beta3/classes.rb +17 -16
- data/generated/google/apis/videointelligence_v1beta1.rb +1 -1
- data/generated/google/apis/youtube_partner_v1.rb +1 -1
- data/generated/google/apis/youtube_partner_v1/classes.rb +108 -0
- data/generated/google/apis/youtube_partner_v1/representations.rb +49 -0
- data/generated/google/apis/youtube_partner_v1/service.rb +42 -0
- data/google-api-client.gemspec +1 -1
- data/lib/google/apis/generator/model.rb +9 -3
- data/lib/google/apis/generator/templates/_class.tmpl +1 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +14 -12
- data/generated/google/apis/playmoviespartner_v1.rb +0 -34
- data/generated/google/apis/playmoviespartner_v1/classes.rb +0 -782
- data/generated/google/apis/playmoviespartner_v1/representations.rb +0 -191
- data/generated/google/apis/playmoviespartner_v1/service.rb +0 -354
- data/generated/google/apis/qpx_express_v1.rb +0 -31
- data/generated/google/apis/qpx_express_v1/classes.rb +0 -1274
- data/generated/google/apis/qpx_express_v1/representations.rb +0 -473
- data/generated/google/apis/qpx_express_v1/service.rb +0 -101
|
@@ -26,7 +26,7 @@ module Google
|
|
|
26
26
|
# @see https://developers.google.com/shopping-content
|
|
27
27
|
module ContentV2sandbox
|
|
28
28
|
VERSION = 'V2sandbox'
|
|
29
|
-
REVISION = '
|
|
29
|
+
REVISION = '20171020'
|
|
30
30
|
|
|
31
31
|
# Manage your product listings and accounts for Google Shopping
|
|
32
32
|
AUTH_CONTENT = 'https://www.googleapis.com/auth/content'
|
|
@@ -54,10 +54,10 @@ module Google
|
|
|
54
54
|
@batch_path = 'batch/content/v2sandbox'
|
|
55
55
|
end
|
|
56
56
|
|
|
57
|
-
# Marks an order as acknowledged.
|
|
58
|
-
# client accounts.
|
|
57
|
+
# Marks an order as acknowledged.
|
|
59
58
|
# @param [Fixnum] merchant_id
|
|
60
|
-
# The ID of the
|
|
59
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
60
|
+
# account.
|
|
61
61
|
# @param [String] order_id
|
|
62
62
|
# The ID of the order.
|
|
63
63
|
# @param [Google::Apis::ContentV2sandbox::OrdersAcknowledgeRequest] orders_acknowledge_request_object
|
|
@@ -97,9 +97,10 @@ module Google
|
|
|
97
97
|
end
|
|
98
98
|
|
|
99
99
|
# Sandbox only. Moves a test order from state "inProgress" to state "
|
|
100
|
-
# pendingShipment".
|
|
100
|
+
# pendingShipment".
|
|
101
101
|
# @param [Fixnum] merchant_id
|
|
102
|
-
# The ID of the
|
|
102
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
103
|
+
# account.
|
|
103
104
|
# @param [String] order_id
|
|
104
105
|
# The ID of the test order to modify.
|
|
105
106
|
# @param [String] fields
|
|
@@ -135,10 +136,10 @@ module Google
|
|
|
135
136
|
execute_or_queue_command(command, &block)
|
|
136
137
|
end
|
|
137
138
|
|
|
138
|
-
# Cancels all line items in an order, making a full refund.
|
|
139
|
-
# be called for non-multi-client accounts.
|
|
139
|
+
# Cancels all line items in an order, making a full refund.
|
|
140
140
|
# @param [Fixnum] merchant_id
|
|
141
|
-
# The ID of the
|
|
141
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
142
|
+
# account.
|
|
142
143
|
# @param [String] order_id
|
|
143
144
|
# The ID of the order to cancel.
|
|
144
145
|
# @param [Google::Apis::ContentV2sandbox::OrdersCancelRequest] orders_cancel_request_object
|
|
@@ -177,10 +178,10 @@ module Google
|
|
|
177
178
|
execute_or_queue_command(command, &block)
|
|
178
179
|
end
|
|
179
180
|
|
|
180
|
-
# Cancels a line item, making a full refund.
|
|
181
|
-
# non-multi-client accounts.
|
|
181
|
+
# Cancels a line item, making a full refund.
|
|
182
182
|
# @param [Fixnum] merchant_id
|
|
183
|
-
# The ID of the
|
|
183
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
184
|
+
# account.
|
|
184
185
|
# @param [String] order_id
|
|
185
186
|
# The ID of the order.
|
|
186
187
|
# @param [Google::Apis::ContentV2sandbox::OrdersCancelLineItemRequest] orders_cancel_line_item_request_object
|
|
@@ -219,10 +220,10 @@ module Google
|
|
|
219
220
|
execute_or_queue_command(command, &block)
|
|
220
221
|
end
|
|
221
222
|
|
|
222
|
-
# Sandbox only. Creates a test order.
|
|
223
|
-
# multi-client accounts.
|
|
223
|
+
# Sandbox only. Creates a test order.
|
|
224
224
|
# @param [Fixnum] merchant_id
|
|
225
|
-
# The ID of the
|
|
225
|
+
# The ID of the account that should manage the order. This cannot be a multi-
|
|
226
|
+
# client account.
|
|
226
227
|
# @param [Google::Apis::ContentV2sandbox::OrdersCreateTestOrderRequest] orders_create_test_order_request_object
|
|
227
228
|
# @param [String] fields
|
|
228
229
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -258,8 +259,7 @@ module Google
|
|
|
258
259
|
execute_or_queue_command(command, &block)
|
|
259
260
|
end
|
|
260
261
|
|
|
261
|
-
# Retrieves or modifies multiple orders in a single request.
|
|
262
|
-
# only be called for non-multi-client accounts.
|
|
262
|
+
# Retrieves or modifies multiple orders in a single request.
|
|
263
263
|
# @param [Google::Apis::ContentV2sandbox::OrdersCustomBatchRequest] orders_custom_batch_request_object
|
|
264
264
|
# @param [String] fields
|
|
265
265
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -294,10 +294,10 @@ module Google
|
|
|
294
294
|
execute_or_queue_command(command, &block)
|
|
295
295
|
end
|
|
296
296
|
|
|
297
|
-
# Retrieves an order from your Merchant Center account.
|
|
298
|
-
# called for non-multi-client accounts.
|
|
297
|
+
# Retrieves an order from your Merchant Center account.
|
|
299
298
|
# @param [Fixnum] merchant_id
|
|
300
|
-
# The ID of the
|
|
299
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
300
|
+
# account.
|
|
301
301
|
# @param [String] order_id
|
|
302
302
|
# The ID of the order.
|
|
303
303
|
# @param [String] fields
|
|
@@ -333,10 +333,10 @@ module Google
|
|
|
333
333
|
execute_or_queue_command(command, &block)
|
|
334
334
|
end
|
|
335
335
|
|
|
336
|
-
# Retrieves an order using merchant order id.
|
|
337
|
-
# non-multi-client accounts.
|
|
336
|
+
# Retrieves an order using merchant order id.
|
|
338
337
|
# @param [Fixnum] merchant_id
|
|
339
|
-
# The ID of the
|
|
338
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
339
|
+
# account.
|
|
340
340
|
# @param [String] merchant_order_id
|
|
341
341
|
# The merchant order id to be looked for.
|
|
342
342
|
# @param [String] fields
|
|
@@ -373,10 +373,10 @@ module Google
|
|
|
373
373
|
end
|
|
374
374
|
|
|
375
375
|
# Sandbox only. Retrieves an order template that can be used to quickly create a
|
|
376
|
-
# new order in sandbox.
|
|
377
|
-
# accounts.
|
|
376
|
+
# new order in sandbox.
|
|
378
377
|
# @param [Fixnum] merchant_id
|
|
379
|
-
# The ID of the
|
|
378
|
+
# The ID of the account that should manage the order. This cannot be a multi-
|
|
379
|
+
# client account.
|
|
380
380
|
# @param [String] template_name
|
|
381
381
|
# The name of the template to retrieve.
|
|
382
382
|
# @param [String] fields
|
|
@@ -412,10 +412,10 @@ module Google
|
|
|
412
412
|
execute_or_queue_command(command, &block)
|
|
413
413
|
end
|
|
414
414
|
|
|
415
|
-
# Lists the orders in your Merchant Center account.
|
|
416
|
-
# called for non-multi-client accounts.
|
|
415
|
+
# Lists the orders in your Merchant Center account.
|
|
417
416
|
# @param [Fixnum] merchant_id
|
|
418
|
-
# The ID of the
|
|
417
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
418
|
+
# account.
|
|
419
419
|
# @param [Boolean] acknowledged
|
|
420
420
|
# Obtains orders that match the acknowledgement status. When set to true,
|
|
421
421
|
# obtains orders that have been acknowledged. When false, obtains orders that
|
|
@@ -486,10 +486,10 @@ module Google
|
|
|
486
486
|
execute_or_queue_command(command, &block)
|
|
487
487
|
end
|
|
488
488
|
|
|
489
|
-
# Refund a portion of the order, up to the full amount paid.
|
|
490
|
-
# only be called for non-multi-client accounts.
|
|
489
|
+
# Refund a portion of the order, up to the full amount paid.
|
|
491
490
|
# @param [Fixnum] merchant_id
|
|
492
|
-
# The ID of the
|
|
491
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
492
|
+
# account.
|
|
493
493
|
# @param [String] order_id
|
|
494
494
|
# The ID of the order to refund.
|
|
495
495
|
# @param [Google::Apis::ContentV2sandbox::OrdersRefundRequest] orders_refund_request_object
|
|
@@ -528,10 +528,10 @@ module Google
|
|
|
528
528
|
execute_or_queue_command(command, &block)
|
|
529
529
|
end
|
|
530
530
|
|
|
531
|
-
# Returns a line item.
|
|
532
|
-
# accounts.
|
|
531
|
+
# Returns a line item.
|
|
533
532
|
# @param [Fixnum] merchant_id
|
|
534
|
-
# The ID of the
|
|
533
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
534
|
+
# account.
|
|
535
535
|
# @param [String] order_id
|
|
536
536
|
# The ID of the order.
|
|
537
537
|
# @param [Google::Apis::ContentV2sandbox::OrdersReturnLineItemRequest] orders_return_line_item_request_object
|
|
@@ -570,10 +570,10 @@ module Google
|
|
|
570
570
|
execute_or_queue_command(command, &block)
|
|
571
571
|
end
|
|
572
572
|
|
|
573
|
-
# Marks line item(s) as shipped.
|
|
574
|
-
# client accounts.
|
|
573
|
+
# Marks line item(s) as shipped.
|
|
575
574
|
# @param [Fixnum] merchant_id
|
|
576
|
-
# The ID of the
|
|
575
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
576
|
+
# account.
|
|
577
577
|
# @param [String] order_id
|
|
578
578
|
# The ID of the order.
|
|
579
579
|
# @param [Google::Apis::ContentV2sandbox::OrdersShipLineItemsRequest] orders_ship_line_items_request_object
|
|
@@ -612,10 +612,10 @@ module Google
|
|
|
612
612
|
execute_or_queue_command(command, &block)
|
|
613
613
|
end
|
|
614
614
|
|
|
615
|
-
# Updates the merchant order ID for a given order.
|
|
616
|
-
# called for non-multi-client accounts.
|
|
615
|
+
# Updates the merchant order ID for a given order.
|
|
617
616
|
# @param [Fixnum] merchant_id
|
|
618
|
-
# The ID of the
|
|
617
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
618
|
+
# account.
|
|
619
619
|
# @param [String] order_id
|
|
620
620
|
# The ID of the order.
|
|
621
621
|
# @param [Google::Apis::ContentV2sandbox::OrdersUpdateMerchantOrderIdRequest] orders_update_merchant_order_id_request_object
|
|
@@ -654,10 +654,10 @@ module Google
|
|
|
654
654
|
execute_or_queue_command(command, &block)
|
|
655
655
|
end
|
|
656
656
|
|
|
657
|
-
# Updates a shipment's status, carrier, and/or tracking ID.
|
|
658
|
-
# be called for non-multi-client accounts.
|
|
657
|
+
# Updates a shipment's status, carrier, and/or tracking ID.
|
|
659
658
|
# @param [Fixnum] merchant_id
|
|
660
|
-
# The ID of the
|
|
659
|
+
# The ID of the account that manages the order. This cannot be a multi-client
|
|
660
|
+
# account.
|
|
661
661
|
# @param [String] order_id
|
|
662
662
|
# The ID of the order.
|
|
663
663
|
# @param [Google::Apis::ContentV2sandbox::OrdersUpdateShipmentRequest] orders_update_shipment_request_object
|
|
@@ -25,7 +25,7 @@ module Google
|
|
|
25
25
|
# @see https://cloud.google.com/dataflow
|
|
26
26
|
module DataflowV1b3
|
|
27
27
|
VERSION = 'V1b3'
|
|
28
|
-
REVISION = '
|
|
28
|
+
REVISION = '20171031'
|
|
29
29
|
|
|
30
30
|
# View and manage your data across Google Cloud Platform services
|
|
31
31
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
@@ -425,6 +425,16 @@ module Google
|
|
|
425
425
|
# @return [String]
|
|
426
426
|
attr_accessor :execution_step_name
|
|
427
427
|
|
|
428
|
+
# Index of an input collection that's being read from/written to as a side
|
|
429
|
+
# input.
|
|
430
|
+
# The index identifies a step's side inputs starting by 1 (e.g. the first
|
|
431
|
+
# side input has input_index 1, the third has input_index 3).
|
|
432
|
+
# Side inputs are identified by a pair of (original_step_name, input_index).
|
|
433
|
+
# This field helps uniquely identify them.
|
|
434
|
+
# Corresponds to the JSON property `inputIndex`
|
|
435
|
+
# @return [Fixnum]
|
|
436
|
+
attr_accessor :input_index
|
|
437
|
+
|
|
428
438
|
# Counter name. Not necessarily globally-unique, but unique within the
|
|
429
439
|
# context of the other fields.
|
|
430
440
|
# Required.
|
|
@@ -442,10 +452,12 @@ module Google
|
|
|
442
452
|
# @return [String]
|
|
443
453
|
attr_accessor :origin_namespace
|
|
444
454
|
|
|
445
|
-
# The
|
|
446
|
-
#
|
|
455
|
+
# The step name requesting an operation, such as GBK.
|
|
456
|
+
# I.e. the ParDo causing a read/write from shuffle to occur, or a
|
|
457
|
+
# read from side inputs.
|
|
458
|
+
# Corresponds to the JSON property `originalRequestingStepName`
|
|
447
459
|
# @return [String]
|
|
448
|
-
attr_accessor :
|
|
460
|
+
attr_accessor :original_requesting_step_name
|
|
449
461
|
|
|
450
462
|
# System generated name of the original step in the user's graph, before
|
|
451
463
|
# optimization.
|
|
@@ -458,11 +470,6 @@ module Google
|
|
|
458
470
|
# @return [String]
|
|
459
471
|
attr_accessor :portion
|
|
460
472
|
|
|
461
|
-
# Uniquely identifies a side input.
|
|
462
|
-
# Corresponds to the JSON property `sideInput`
|
|
463
|
-
# @return [Google::Apis::DataflowV1b3::SideInputId]
|
|
464
|
-
attr_accessor :side_input
|
|
465
|
-
|
|
466
473
|
# ID of a particular worker.
|
|
467
474
|
# Corresponds to the JSON property `workerId`
|
|
468
475
|
# @return [String]
|
|
@@ -476,13 +483,13 @@ module Google
|
|
|
476
483
|
def update!(**args)
|
|
477
484
|
@component_step_name = args[:component_step_name] if args.key?(:component_step_name)
|
|
478
485
|
@execution_step_name = args[:execution_step_name] if args.key?(:execution_step_name)
|
|
486
|
+
@input_index = args[:input_index] if args.key?(:input_index)
|
|
479
487
|
@name = args[:name] if args.key?(:name)
|
|
480
488
|
@origin = args[:origin] if args.key?(:origin)
|
|
481
489
|
@origin_namespace = args[:origin_namespace] if args.key?(:origin_namespace)
|
|
482
|
-
@
|
|
490
|
+
@original_requesting_step_name = args[:original_requesting_step_name] if args.key?(:original_requesting_step_name)
|
|
483
491
|
@original_step_name = args[:original_step_name] if args.key?(:original_step_name)
|
|
484
492
|
@portion = args[:portion] if args.key?(:portion)
|
|
485
|
-
@side_input = args[:side_input] if args.key?(:side_input)
|
|
486
493
|
@worker_id = args[:worker_id] if args.key?(:worker_id)
|
|
487
494
|
end
|
|
488
495
|
end
|
|
@@ -3178,31 +3185,6 @@ module Google
|
|
|
3178
3185
|
end
|
|
3179
3186
|
end
|
|
3180
3187
|
|
|
3181
|
-
# Uniquely identifies a side input.
|
|
3182
|
-
class SideInputId
|
|
3183
|
-
include Google::Apis::Core::Hashable
|
|
3184
|
-
|
|
3185
|
-
# The step that receives and usually consumes this side input.
|
|
3186
|
-
# Corresponds to the JSON property `declaringStepName`
|
|
3187
|
-
# @return [String]
|
|
3188
|
-
attr_accessor :declaring_step_name
|
|
3189
|
-
|
|
3190
|
-
# The index of the side input, from the list of non_parallel_inputs.
|
|
3191
|
-
# Corresponds to the JSON property `inputIndex`
|
|
3192
|
-
# @return [Fixnum]
|
|
3193
|
-
attr_accessor :input_index
|
|
3194
|
-
|
|
3195
|
-
def initialize(**args)
|
|
3196
|
-
update!(**args)
|
|
3197
|
-
end
|
|
3198
|
-
|
|
3199
|
-
# Update properties of this object
|
|
3200
|
-
def update!(**args)
|
|
3201
|
-
@declaring_step_name = args[:declaring_step_name] if args.key?(:declaring_step_name)
|
|
3202
|
-
@input_index = args[:input_index] if args.key?(:input_index)
|
|
3203
|
-
end
|
|
3204
|
-
end
|
|
3205
|
-
|
|
3206
3188
|
# Information about a side input of a DoFn or an input of a SeqDoFn.
|
|
3207
3189
|
class SideInputInfo
|
|
3208
3190
|
include Google::Apis::Core::Hashable
|
|
@@ -3457,6 +3439,17 @@ module Google
|
|
|
3457
3439
|
# @return [Google::Apis::DataflowV1b3::SourceGetMetadataRequest]
|
|
3458
3440
|
attr_accessor :get_metadata
|
|
3459
3441
|
|
|
3442
|
+
# User-provided name of the Read instruction for this source.
|
|
3443
|
+
# Corresponds to the JSON property `name`
|
|
3444
|
+
# @return [String]
|
|
3445
|
+
attr_accessor :name
|
|
3446
|
+
|
|
3447
|
+
# System-defined name for the Read instruction for this source
|
|
3448
|
+
# in the original workflow graph.
|
|
3449
|
+
# Corresponds to the JSON property `originalName`
|
|
3450
|
+
# @return [String]
|
|
3451
|
+
attr_accessor :original_name
|
|
3452
|
+
|
|
3460
3453
|
# Represents the operation to split a high-level Source specification
|
|
3461
3454
|
# into bundles (parts for parallel processing).
|
|
3462
3455
|
# At a high level, splitting of a source into bundles happens as follows:
|
|
@@ -3473,6 +3466,18 @@ module Google
|
|
|
3473
3466
|
# @return [Google::Apis::DataflowV1b3::SourceSplitRequest]
|
|
3474
3467
|
attr_accessor :split
|
|
3475
3468
|
|
|
3469
|
+
# System-defined name of the stage containing the source operation.
|
|
3470
|
+
# Unique across the workflow.
|
|
3471
|
+
# Corresponds to the JSON property `stageName`
|
|
3472
|
+
# @return [String]
|
|
3473
|
+
attr_accessor :stage_name
|
|
3474
|
+
|
|
3475
|
+
# System-defined name of the Read instruction for this source.
|
|
3476
|
+
# Unique across the workflow.
|
|
3477
|
+
# Corresponds to the JSON property `systemName`
|
|
3478
|
+
# @return [String]
|
|
3479
|
+
attr_accessor :system_name
|
|
3480
|
+
|
|
3476
3481
|
def initialize(**args)
|
|
3477
3482
|
update!(**args)
|
|
3478
3483
|
end
|
|
@@ -3480,7 +3485,11 @@ module Google
|
|
|
3480
3485
|
# Update properties of this object
|
|
3481
3486
|
def update!(**args)
|
|
3482
3487
|
@get_metadata = args[:get_metadata] if args.key?(:get_metadata)
|
|
3488
|
+
@name = args[:name] if args.key?(:name)
|
|
3489
|
+
@original_name = args[:original_name] if args.key?(:original_name)
|
|
3483
3490
|
@split = args[:split] if args.key?(:split)
|
|
3491
|
+
@stage_name = args[:stage_name] if args.key?(:stage_name)
|
|
3492
|
+
@system_name = args[:system_name] if args.key?(:system_name)
|
|
3484
3493
|
end
|
|
3485
3494
|
end
|
|
3486
3495
|
|
|
@@ -502,12 +502,6 @@ module Google
|
|
|
502
502
|
include Google::Apis::Core::JsonObjectSupport
|
|
503
503
|
end
|
|
504
504
|
|
|
505
|
-
class SideInputId
|
|
506
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
|
-
|
|
508
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
509
|
-
end
|
|
510
|
-
|
|
511
505
|
class SideInputInfo
|
|
512
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
507
|
|
|
@@ -897,14 +891,13 @@ module Google
|
|
|
897
891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
898
892
|
property :component_step_name, as: 'componentStepName'
|
|
899
893
|
property :execution_step_name, as: 'executionStepName'
|
|
894
|
+
property :input_index, as: 'inputIndex'
|
|
900
895
|
property :name, as: 'name'
|
|
901
896
|
property :origin, as: 'origin'
|
|
902
897
|
property :origin_namespace, as: 'originNamespace'
|
|
903
|
-
property :
|
|
898
|
+
property :original_requesting_step_name, as: 'originalRequestingStepName'
|
|
904
899
|
property :original_step_name, as: 'originalStepName'
|
|
905
900
|
property :portion, as: 'portion'
|
|
906
|
-
property :side_input, as: 'sideInput', class: Google::Apis::DataflowV1b3::SideInputId, decorator: Google::Apis::DataflowV1b3::SideInputId::Representation
|
|
907
|
-
|
|
908
901
|
property :worker_id, as: 'workerId'
|
|
909
902
|
end
|
|
910
903
|
end
|
|
@@ -1634,14 +1627,6 @@ module Google
|
|
|
1634
1627
|
end
|
|
1635
1628
|
end
|
|
1636
1629
|
|
|
1637
|
-
class SideInputId
|
|
1638
|
-
# @private
|
|
1639
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1640
|
-
property :declaring_step_name, as: 'declaringStepName'
|
|
1641
|
-
property :input_index, as: 'inputIndex'
|
|
1642
|
-
end
|
|
1643
|
-
end
|
|
1644
|
-
|
|
1645
1630
|
class SideInputInfo
|
|
1646
1631
|
# @private
|
|
1647
1632
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1716,8 +1701,12 @@ module Google
|
|
|
1716
1701
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1717
1702
|
property :get_metadata, as: 'getMetadata', class: Google::Apis::DataflowV1b3::SourceGetMetadataRequest, decorator: Google::Apis::DataflowV1b3::SourceGetMetadataRequest::Representation
|
|
1718
1703
|
|
|
1704
|
+
property :name, as: 'name'
|
|
1705
|
+
property :original_name, as: 'originalName'
|
|
1719
1706
|
property :split, as: 'split', class: Google::Apis::DataflowV1b3::SourceSplitRequest, decorator: Google::Apis::DataflowV1b3::SourceSplitRequest::Representation
|
|
1720
1707
|
|
|
1708
|
+
property :stage_name, as: 'stageName'
|
|
1709
|
+
property :system_name, as: 'systemName'
|
|
1721
1710
|
end
|
|
1722
1711
|
end
|
|
1723
1712
|
|
|
@@ -25,7 +25,7 @@ module Google
|
|
|
25
25
|
# @see https://cloud.google.com/dataproc/
|
|
26
26
|
module DataprocV1beta2
|
|
27
27
|
VERSION = 'V1beta2'
|
|
28
|
-
REVISION = '
|
|
28
|
+
REVISION = '20171010'
|
|
29
29
|
|
|
30
30
|
# View and manage your data across Google Cloud Platform services
|
|
31
31
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
@@ -286,18 +286,18 @@ module Google
|
|
|
286
286
|
class ClusterOperation
|
|
287
287
|
include Google::Apis::Core::Hashable
|
|
288
288
|
|
|
289
|
-
# Output
|
|
289
|
+
# Output only. Indicates the operation is done.
|
|
290
290
|
# Corresponds to the JSON property `done`
|
|
291
291
|
# @return [Boolean]
|
|
292
292
|
attr_accessor :done
|
|
293
293
|
alias_method :done?, :done
|
|
294
294
|
|
|
295
|
-
# Output
|
|
295
|
+
# Output only. Error, if operation failed.
|
|
296
296
|
# Corresponds to the JSON property `error`
|
|
297
297
|
# @return [String]
|
|
298
298
|
attr_accessor :error
|
|
299
299
|
|
|
300
|
-
# Output
|
|
300
|
+
# Output only. The id of the cluster operation.
|
|
301
301
|
# Corresponds to the JSON property `operationId`
|
|
302
302
|
# @return [String]
|
|
303
303
|
attr_accessor :operation_id
|
|
@@ -416,12 +416,14 @@ module Google
|
|
|
416
416
|
class ClusterSelector
|
|
417
417
|
include Google::Apis::Core::Hashable
|
|
418
418
|
|
|
419
|
-
# Required The cluster labels. Cluster must have all labels to match.
|
|
419
|
+
# Required. The cluster labels. Cluster must have all labels to match.
|
|
420
420
|
# Corresponds to the JSON property `clusterLabels`
|
|
421
421
|
# @return [Hash<String,String>]
|
|
422
422
|
attr_accessor :cluster_labels
|
|
423
423
|
|
|
424
|
-
#
|
|
424
|
+
# Optional. The zone where workflow process executes. This parameter does not
|
|
425
|
+
# affect the selection of the cluster.If unspecified, the zone of the first
|
|
426
|
+
# cluster matching the selector is used.
|
|
425
427
|
# Corresponds to the JSON property `zone`
|
|
426
428
|
# @return [String]
|
|
427
429
|
attr_accessor :zone
|
|
@@ -877,7 +879,7 @@ module Google
|
|
|
877
879
|
class InstantiateWorkflowTemplateRequest
|
|
878
880
|
include Google::Apis::Core::Hashable
|
|
879
881
|
|
|
880
|
-
# Optional A tag that prevents multiple concurrent workflow instances with the
|
|
882
|
+
# Optional. A tag that prevents multiple concurrent workflow instances with the
|
|
881
883
|
# same tag from running. This mitigates risk of concurrent instances started due
|
|
882
884
|
# to retries.It is recommended to always set this value to a UUID (https://en.
|
|
883
885
|
# wikipedia.org/wiki/Universally_unique_identifier).The tag must contain only
|
|
@@ -887,7 +889,7 @@ module Google
|
|
|
887
889
|
# @return [String]
|
|
888
890
|
attr_accessor :instance_id
|
|
889
891
|
|
|
890
|
-
# Optional The version of workflow template to instantiate. If specified, the
|
|
892
|
+
# Optional. The version of workflow template to instantiate. If specified, the
|
|
891
893
|
# workflow will be instantiated only if the current version of the workflow
|
|
892
894
|
# template has the supplied version.This option cannot be used to instantiate a
|
|
893
895
|
# previous version of workflow template.
|
|
@@ -1260,14 +1262,14 @@ module Google
|
|
|
1260
1262
|
class ListWorkflowTemplatesResponse
|
|
1261
1263
|
include Google::Apis::Core::Hashable
|
|
1262
1264
|
|
|
1263
|
-
# Output
|
|
1265
|
+
# Output only. This token is included in the response if there are more results
|
|
1264
1266
|
# to fetch. To fetch additional results, provide this value as the page_token in
|
|
1265
1267
|
# a subsequent <code>ListWorkflowTemplatesRequest</code>.
|
|
1266
1268
|
# Corresponds to the JSON property `nextPageToken`
|
|
1267
1269
|
# @return [String]
|
|
1268
1270
|
attr_accessor :next_page_token
|
|
1269
1271
|
|
|
1270
|
-
# Output
|
|
1272
|
+
# Output only. WorkflowTemplates list.
|
|
1271
1273
|
# Corresponds to the JSON property `templates`
|
|
1272
1274
|
# @return [Array<Google::Apis::DataprocV1beta2::WorkflowTemplate>]
|
|
1273
1275
|
attr_accessor :templates
|
|
@@ -1308,7 +1310,7 @@ module Google
|
|
|
1308
1310
|
class ManagedCluster
|
|
1309
1311
|
include Google::Apis::Core::Hashable
|
|
1310
1312
|
|
|
1311
|
-
# Required The cluster name. Cluster names within a project must be unique.
|
|
1313
|
+
# Required. The cluster name. Cluster names within a project must be unique.
|
|
1312
1314
|
# Names from deleted clusters can be reused.
|
|
1313
1315
|
# Corresponds to the JSON property `clusterName`
|
|
1314
1316
|
# @return [String]
|
|
@@ -1319,7 +1321,7 @@ module Google
|
|
|
1319
1321
|
# @return [Google::Apis::DataprocV1beta2::ClusterConfig]
|
|
1320
1322
|
attr_accessor :config
|
|
1321
1323
|
|
|
1322
|
-
# Optional The labels to associate with this cluster.Label keys must be between
|
|
1324
|
+
# Optional. The labels to associate with this cluster.Label keys must be between
|
|
1323
1325
|
# 1 and 63 characters long, and must conform to the following PCRE regular
|
|
1324
1326
|
# expression: \p`Ll`\p`Lo``0,62`Label values must be between 1 and 63 characters
|
|
1325
1327
|
# long, and must conform to the following PCRE regular expression: \p`Ll`\p`Lo`\
|
|
@@ -1503,7 +1505,7 @@ module Google
|
|
|
1503
1505
|
# @return [Google::Apis::DataprocV1beta2::HiveJob]
|
|
1504
1506
|
attr_accessor :hive_job
|
|
1505
1507
|
|
|
1506
|
-
# Optional The labels to associate with this job.Label keys must be between 1
|
|
1508
|
+
# Optional. The labels to associate with this job.Label keys must be between 1
|
|
1507
1509
|
# and 63 characters long, and must conform to the following regular expression: \
|
|
1508
1510
|
# p`Ll`\p`Lo``0,62`Label values must be between 1 and 63 characters long, and
|
|
1509
1511
|
# must conform to the following regular expression: \p`Ll`\p`Lo`\p`N`_-`0,63`No
|
|
@@ -1518,8 +1520,8 @@ module Google
|
|
|
1518
1520
|
# @return [Google::Apis::DataprocV1beta2::PigJob]
|
|
1519
1521
|
attr_accessor :pig_job
|
|
1520
1522
|
|
|
1521
|
-
# Optional The optional list of prerequisite job step_ids. If not specified,
|
|
1522
|
-
# job will start at the beginning of workflow.
|
|
1523
|
+
# Optional. The optional list of prerequisite job step_ids. If not specified,
|
|
1524
|
+
# the job will start at the beginning of workflow.
|
|
1523
1525
|
# Corresponds to the JSON property `prerequisiteStepIds`
|
|
1524
1526
|
# @return [Array<String>]
|
|
1525
1527
|
attr_accessor :prerequisite_step_ids
|
|
@@ -1548,9 +1550,9 @@ module Google
|
|
|
1548
1550
|
# @return [Google::Apis::DataprocV1beta2::SparkSqlJob]
|
|
1549
1551
|
attr_accessor :spark_sql_job
|
|
1550
1552
|
|
|
1551
|
-
# Required The step id. The id must be unique among all jobs within the
|
|
1552
|
-
# The step id is used as prefix for job id, as job workflow-step-id
|
|
1553
|
-
# in prerequisite_step_ids field from other steps.
|
|
1553
|
+
# Required. The step id. The id must be unique among all jobs within the
|
|
1554
|
+
# template.The step id is used as prefix for job id, as job workflow-step-id
|
|
1555
|
+
# label, and in prerequisite_step_ids field from other steps.
|
|
1554
1556
|
# Corresponds to the JSON property `stepId`
|
|
1555
1557
|
# @return [String]
|
|
1556
1558
|
attr_accessor :step_id
|
|
@@ -2139,7 +2141,7 @@ module Google
|
|
|
2139
2141
|
class WorkflowGraph
|
|
2140
2142
|
include Google::Apis::Core::Hashable
|
|
2141
2143
|
|
|
2142
|
-
# Output
|
|
2144
|
+
# Output only. The workflow nodes.
|
|
2143
2145
|
# Corresponds to the JSON property `nodes`
|
|
2144
2146
|
# @return [Array<Google::Apis::DataprocV1beta2::WorkflowNode>]
|
|
2145
2147
|
attr_accessor :nodes
|
|
@@ -2158,17 +2160,17 @@ module Google
|
|
|
2158
2160
|
class WorkflowMetadata
|
|
2159
2161
|
include Google::Apis::Core::Hashable
|
|
2160
2162
|
|
|
2161
|
-
# Output
|
|
2163
|
+
# Output only. The name of the managed cluster.
|
|
2162
2164
|
# Corresponds to the JSON property `clusterName`
|
|
2163
2165
|
# @return [String]
|
|
2164
2166
|
attr_accessor :cluster_name
|
|
2165
2167
|
|
|
2166
|
-
# Output
|
|
2168
|
+
# Output only. The create cluster operation metadata.
|
|
2167
2169
|
# Corresponds to the JSON property `createCluster`
|
|
2168
2170
|
# @return [Google::Apis::DataprocV1beta2::ClusterOperation]
|
|
2169
2171
|
attr_accessor :create_cluster
|
|
2170
2172
|
|
|
2171
|
-
# Output
|
|
2173
|
+
# Output only. The delete cluster operation metadata.
|
|
2172
2174
|
# Corresponds to the JSON property `deleteCluster`
|
|
2173
2175
|
# @return [Google::Apis::DataprocV1beta2::ClusterOperation]
|
|
2174
2176
|
attr_accessor :delete_cluster
|
|
@@ -2178,17 +2180,17 @@ module Google
|
|
|
2178
2180
|
# @return [Google::Apis::DataprocV1beta2::WorkflowGraph]
|
|
2179
2181
|
attr_accessor :graph
|
|
2180
2182
|
|
|
2181
|
-
# Output
|
|
2183
|
+
# Output only. The workflow state.
|
|
2182
2184
|
# Corresponds to the JSON property `state`
|
|
2183
2185
|
# @return [String]
|
|
2184
2186
|
attr_accessor :state
|
|
2185
2187
|
|
|
2186
|
-
# Output
|
|
2188
|
+
# Output only. The "resource name" of the template.
|
|
2187
2189
|
# Corresponds to the JSON property `template`
|
|
2188
2190
|
# @return [String]
|
|
2189
2191
|
attr_accessor :template
|
|
2190
2192
|
|
|
2191
|
-
# Output
|
|
2193
|
+
# Output only. The version of template at the time of workflow instantiation.
|
|
2192
2194
|
# Corresponds to the JSON property `version`
|
|
2193
2195
|
# @return [Fixnum]
|
|
2194
2196
|
attr_accessor :version
|
|
@@ -2213,27 +2215,27 @@ module Google
|
|
|
2213
2215
|
class WorkflowNode
|
|
2214
2216
|
include Google::Apis::Core::Hashable
|
|
2215
2217
|
|
|
2216
|
-
# Output
|
|
2218
|
+
# Output only. The error detail.
|
|
2217
2219
|
# Corresponds to the JSON property `error`
|
|
2218
2220
|
# @return [String]
|
|
2219
2221
|
attr_accessor :error
|
|
2220
2222
|
|
|
2221
|
-
# Output
|
|
2223
|
+
# Output only. The job id; populated after the node enters RUNNING state.
|
|
2222
2224
|
# Corresponds to the JSON property `jobId`
|
|
2223
2225
|
# @return [String]
|
|
2224
2226
|
attr_accessor :job_id
|
|
2225
2227
|
|
|
2226
|
-
# Output
|
|
2228
|
+
# Output only. Node's prerequisite nodes.
|
|
2227
2229
|
# Corresponds to the JSON property `prerequisiteStepIds`
|
|
2228
2230
|
# @return [Array<String>]
|
|
2229
2231
|
attr_accessor :prerequisite_step_ids
|
|
2230
2232
|
|
|
2231
|
-
# Output
|
|
2233
|
+
# Output only. The node state.
|
|
2232
2234
|
# Corresponds to the JSON property `state`
|
|
2233
2235
|
# @return [String]
|
|
2234
2236
|
attr_accessor :state
|
|
2235
2237
|
|
|
2236
|
-
# Output
|
|
2238
|
+
# Output only. The name of the node.
|
|
2237
2239
|
# Corresponds to the JSON property `stepId`
|
|
2238
2240
|
# @return [String]
|
|
2239
2241
|
attr_accessor :step_id
|
|
@@ -2256,22 +2258,22 @@ module Google
|
|
|
2256
2258
|
class WorkflowTemplate
|
|
2257
2259
|
include Google::Apis::Core::Hashable
|
|
2258
2260
|
|
|
2259
|
-
# Output
|
|
2261
|
+
# Output only. The time template was created.
|
|
2260
2262
|
# Corresponds to the JSON property `createTime`
|
|
2261
2263
|
# @return [String]
|
|
2262
2264
|
attr_accessor :create_time
|
|
2263
2265
|
|
|
2264
|
-
# Required The template id.
|
|
2266
|
+
# Required. The template id.
|
|
2265
2267
|
# Corresponds to the JSON property `id`
|
|
2266
2268
|
# @return [String]
|
|
2267
2269
|
attr_accessor :id
|
|
2268
2270
|
|
|
2269
|
-
# Required The Directed Acyclic Graph of Jobs to submit.
|
|
2271
|
+
# Required. The Directed Acyclic Graph of Jobs to submit.
|
|
2270
2272
|
# Corresponds to the JSON property `jobs`
|
|
2271
2273
|
# @return [Array<Google::Apis::DataprocV1beta2::OrderedJob>]
|
|
2272
2274
|
attr_accessor :jobs
|
|
2273
2275
|
|
|
2274
|
-
# Optional The labels to associate with this template. These labels will be
|
|
2276
|
+
# Optional. The labels to associate with this template. These labels will be
|
|
2275
2277
|
# propagated to all jobs and clusters created by the workflow instance.Label
|
|
2276
2278
|
# keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://
|
|
2277
2279
|
# www.ietf.org/rfc/rfc1035.txt).Label values may be empty, but, if present, must
|
|
@@ -2281,8 +2283,8 @@ module Google
|
|
|
2281
2283
|
# @return [Hash<String,String>]
|
|
2282
2284
|
attr_accessor :labels
|
|
2283
2285
|
|
|
2284
|
-
# Output
|
|
2285
|
-
# google.com/apis/design/resource_names of the form projects/`project_id`/
|
|
2286
|
+
# Output only. The "resource name" of the template, as described in https://
|
|
2287
|
+
# cloud.google.com/apis/design/resource_names of the form projects/`project_id`/
|
|
2286
2288
|
# regions/`region`/workflowTemplates/`template_id`
|
|
2287
2289
|
# Corresponds to the JSON property `name`
|
|
2288
2290
|
# @return [String]
|
|
@@ -2294,12 +2296,12 @@ module Google
|
|
|
2294
2296
|
# @return [Google::Apis::DataprocV1beta2::WorkflowTemplatePlacement]
|
|
2295
2297
|
attr_accessor :placement
|
|
2296
2298
|
|
|
2297
|
-
# Output
|
|
2299
|
+
# Output only. The time template was last updated.
|
|
2298
2300
|
# Corresponds to the JSON property `updateTime`
|
|
2299
2301
|
# @return [String]
|
|
2300
2302
|
attr_accessor :update_time
|
|
2301
2303
|
|
|
2302
|
-
# Optional Used to perform a consistent read-modify-write.This field should be
|
|
2304
|
+
# Optional. Used to perform a consistent read-modify-write.This field should be
|
|
2303
2305
|
# left blank for a CreateWorkflowTemplate request. It is required for an
|
|
2304
2306
|
# UpdateWorkflowTemplate request, and must match the current server version. A
|
|
2305
2307
|
# typical update template flow would fetch the current template with a
|