google-api-client 0.19.6 → 0.19.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +26 -0
  3. data/generated/google/apis/androiddeviceprovisioning_v1.rb +3 -3
  4. data/generated/google/apis/androiddeviceprovisioning_v1/service.rb +3 -3
  5. data/generated/google/apis/androidenterprise_v1.rb +1 -1
  6. data/generated/google/apis/androidenterprise_v1/classes.rb +7 -0
  7. data/generated/google/apis/androidenterprise_v1/representations.rb +1 -0
  8. data/generated/google/apis/androidmanagement_v1.rb +1 -1
  9. data/generated/google/apis/androidmanagement_v1/classes.rb +139 -142
  10. data/generated/google/apis/androidmanagement_v1/service.rb +24 -23
  11. data/generated/google/apis/bigquery_v2.rb +1 -1
  12. data/generated/google/apis/bigquery_v2/classes.rb +29 -3
  13. data/generated/google/apis/bigquery_v2/representations.rb +4 -0
  14. data/generated/google/apis/bigquerydatatransfer_v1.rb +1 -1
  15. data/generated/google/apis/bigquerydatatransfer_v1/classes.rb +1 -1
  16. data/generated/google/apis/cloudbuild_v1.rb +1 -1
  17. data/generated/google/apis/cloudbuild_v1/classes.rb +1 -1
  18. data/generated/google/apis/cloudiot_v1.rb +1 -1
  19. data/generated/google/apis/cloudiot_v1/classes.rb +6 -0
  20. data/generated/google/apis/cloudiot_v1/representations.rb +1 -0
  21. data/generated/google/apis/cloudkms_v1.rb +1 -1
  22. data/generated/google/apis/cloudkms_v1/classes.rb +1 -1
  23. data/generated/google/apis/dataproc_v1.rb +1 -1
  24. data/generated/google/apis/dataproc_v1/service.rb +5 -1
  25. data/generated/google/apis/dialogflow_v2beta1.rb +1 -1
  26. data/generated/google/apis/dialogflow_v2beta1/classes.rb +6 -6
  27. data/generated/google/apis/dialogflow_v2beta1/representations.rb +1 -1
  28. data/generated/google/apis/genomics_v1.rb +1 -1
  29. data/generated/google/apis/genomics_v1alpha2.rb +1 -1
  30. data/generated/google/apis/iam_v1.rb +1 -1
  31. data/generated/google/apis/iam_v1/classes.rb +133 -0
  32. data/generated/google/apis/iam_v1/representations.rb +32 -0
  33. data/generated/google/apis/manufacturers_v1.rb +1 -1
  34. data/generated/google/apis/manufacturers_v1/classes.rb +1 -1
  35. data/generated/google/apis/monitoring_v3.rb +1 -1
  36. data/generated/google/apis/monitoring_v3/classes.rb +3 -2
  37. data/generated/google/apis/monitoring_v3/service.rb +5 -5
  38. data/generated/google/apis/serviceconsumermanagement_v1.rb +1 -1
  39. data/generated/google/apis/serviceconsumermanagement_v1/classes.rb +50 -4
  40. data/generated/google/apis/serviceconsumermanagement_v1/representations.rb +2 -0
  41. data/generated/google/apis/servicemanagement_v1.rb +1 -1
  42. data/generated/google/apis/servicemanagement_v1/classes.rb +127 -67
  43. data/generated/google/apis/servicemanagement_v1/representations.rb +31 -19
  44. data/generated/google/apis/serviceuser_v1.rb +1 -1
  45. data/generated/google/apis/serviceuser_v1/classes.rb +4 -2
  46. data/generated/google/apis/slides_v1.rb +1 -1
  47. data/generated/google/apis/slides_v1/service.rb +2 -1
  48. data/generated/google/apis/testing_v1.rb +1 -1
  49. data/generated/google/apis/testing_v1/classes.rb +118 -0
  50. data/generated/google/apis/testing_v1/representations.rb +61 -0
  51. data/generated/google/apis/testing_v1/service.rb +30 -0
  52. data/generated/google/apis/webmasters_v3.rb +1 -1
  53. data/generated/google/apis/webmasters_v3/service.rb +4 -2
  54. data/generated/google/apis/youtube_partner_v1.rb +1 -1
  55. data/generated/google/apis/youtube_v3.rb +1 -1
  56. data/generated/google/apis/youtube_v3/classes.rb +57 -0
  57. data/generated/google/apis/youtube_v3/representations.rb +31 -0
  58. data/lib/google/apis/version.rb +1 -1
  59. metadata +2 -2
@@ -48,12 +48,12 @@ module Google
48
48
  @batch_path = 'batch'
49
49
  end
50
50
 
51
- # Creates an enterprise by completing the enterprise signup flow.
51
+ # Creates an enterprise. This is the last step in the enterprise signup flow.
52
52
  # @param [Google::Apis::AndroidmanagementV1::Enterprise] enterprise_object
53
53
  # @param [String] enterprise_token
54
54
  # The enterprise token appended to the callback URL.
55
55
  # @param [String] project_id
56
- # The id of the Google Cloud Platform project which will own the enterprise.
56
+ # The ID of the Google Cloud Platform project which will own the enterprise.
57
57
  # @param [String] signup_url_name
58
58
  # The name of the SignupUrl used to sign up for the enterprise.
59
59
  # @param [String] fields
@@ -89,7 +89,7 @@ module Google
89
89
 
90
90
  # Gets an enterprise.
91
91
  # @param [String] name
92
- # The name of the enterprise in the form enterprises/`enterpriseId`
92
+ # The name of the enterprise in the form enterprises/`enterpriseId`.
93
93
  # @param [String] fields
94
94
  # Selector specifying which fields to include in a partial response.
95
95
  # @param [String] quota_user
@@ -119,7 +119,7 @@ module Google
119
119
 
120
120
  # Updates an enterprise.
121
121
  # @param [String] name
122
- # The name of the enterprise in the form enterprises/`enterpriseId`
122
+ # The name of the enterprise in the form enterprises/`enterpriseId`.
123
123
  # @param [Google::Apis::AndroidmanagementV1::Enterprise] enterprise_object
124
124
  # @param [String] update_mask
125
125
  # The field mask indicating the fields to update. If not set, all modifiable
@@ -157,7 +157,7 @@ module Google
157
157
  # Gets info about an application.
158
158
  # @param [String] name
159
159
  # The name of the application in the form enterprises/`enterpriseId`/
160
- # applications/`package_name`
160
+ # applications/`package_name`.
161
161
  # @param [String] language_code
162
162
  # The preferred language for localized application info, as a BCP47 tag (e.g. "
163
163
  # en-US", "de"). If not specified the default language of the application will
@@ -190,10 +190,10 @@ module Google
190
190
  execute_or_queue_command(command, &block)
191
191
  end
192
192
 
193
- # Deletes a device, which causes the device to be wiped.
193
+ # Deletes a device. This operation wipes the device.
194
194
  # @param [String] name
195
195
  # The name of the device in the form enterprises/`enterpriseId`/devices/`
196
- # deviceId`
196
+ # deviceId`.
197
197
  # @param [String] fields
198
198
  # Selector specifying which fields to include in a partial response.
199
199
  # @param [String] quota_user
@@ -224,7 +224,7 @@ module Google
224
224
  # Gets a device.
225
225
  # @param [String] name
226
226
  # The name of the device in the form enterprises/`enterpriseId`/devices/`
227
- # deviceId`
227
+ # deviceId`.
228
228
  # @param [String] fields
229
229
  # Selector specifying which fields to include in a partial response.
230
230
  # @param [String] quota_user
@@ -257,7 +257,7 @@ module Google
257
257
  # of the command.
258
258
  # @param [String] name
259
259
  # The name of the device in the form enterprises/`enterpriseId`/devices/`
260
- # deviceId`
260
+ # deviceId`.
261
261
  # @param [Google::Apis::AndroidmanagementV1::Command] command_object
262
262
  # @param [String] fields
263
263
  # Selector specifying which fields to include in a partial response.
@@ -290,12 +290,12 @@ module Google
290
290
 
291
291
  # Lists devices for a given enterprise.
292
292
  # @param [String] parent
293
- # The name of the enterprise in the form enterprises/`enterpriseId`
293
+ # The name of the enterprise in the form enterprises/`enterpriseId`.
294
294
  # @param [Fixnum] page_size
295
295
  # The requested page size. The actual page size may be fixed to a min or max
296
296
  # value.
297
297
  # @param [String] page_token
298
- # A token identifying a page of results the server should return.
298
+ # A token identifying a page of results returned by the server.
299
299
  # @param [String] fields
300
300
  # Selector specifying which fields to include in a partial response.
301
301
  # @param [String] quota_user
@@ -328,7 +328,7 @@ module Google
328
328
  # Updates a device.
329
329
  # @param [String] name
330
330
  # The name of the device in the form enterprises/`enterpriseId`/devices/`
331
- # deviceId`
331
+ # deviceId`.
332
332
  # @param [Google::Apis::AndroidmanagementV1::Device] device_object
333
333
  # @param [String] update_mask
334
334
  # The field mask indicating the fields to update. If not set, all modifiable
@@ -512,7 +512,7 @@ module Google
512
512
 
513
513
  # Creates an enrollment token for a given enterprise.
514
514
  # @param [String] parent
515
- # The name of the enterprise in the form enterprises/`enterpriseId`
515
+ # The name of the enterprise in the form enterprises/`enterpriseId`.
516
516
  # @param [Google::Apis::AndroidmanagementV1::EnrollmentToken] enrollment_token_object
517
517
  # @param [String] fields
518
518
  # Selector specifying which fields to include in a partial response.
@@ -543,10 +543,11 @@ module Google
543
543
  execute_or_queue_command(command, &block)
544
544
  end
545
545
 
546
- # Deletes an enrollment token, which prevents future use of the token.
546
+ # Deletes an enrollment token. This operation invalidates the token, preventing
547
+ # its future use.
547
548
  # @param [String] name
548
549
  # The name of the enrollment token in the form enterprises/`enterpriseId`/
549
- # enrollmentTokens/`enrollmentTokenId`
550
+ # enrollmentTokens/`enrollmentTokenId`.
550
551
  # @param [String] fields
551
552
  # Selector specifying which fields to include in a partial response.
552
553
  # @param [String] quota_user
@@ -578,7 +579,7 @@ module Google
578
579
  # referencing the policy.
579
580
  # @param [String] name
580
581
  # The name of the policy in the form enterprises/`enterpriseId`/policies/`
581
- # policyId`
582
+ # policyId`.
582
583
  # @param [String] fields
583
584
  # Selector specifying which fields to include in a partial response.
584
585
  # @param [String] quota_user
@@ -609,7 +610,7 @@ module Google
609
610
  # Gets a policy.
610
611
  # @param [String] name
611
612
  # The name of the policy in the form enterprises/`enterpriseId`/policies/`
612
- # policyId`
613
+ # policyId`.
613
614
  # @param [String] fields
614
615
  # Selector specifying which fields to include in a partial response.
615
616
  # @param [String] quota_user
@@ -639,12 +640,12 @@ module Google
639
640
 
640
641
  # Lists policies for a given enterprise.
641
642
  # @param [String] parent
642
- # The name of the enterprise in the form enterprises/`enterpriseId`
643
+ # The name of the enterprise in the form enterprises/`enterpriseId`.
643
644
  # @param [Fixnum] page_size
644
645
  # The requested page size. The actual page size may be fixed to a min or max
645
646
  # value.
646
647
  # @param [String] page_token
647
- # A token identifying a page of results the server should return.
648
+ # A token identifying a page of results returned by the server.
648
649
  # @param [String] fields
649
650
  # Selector specifying which fields to include in a partial response.
650
651
  # @param [String] quota_user
@@ -677,7 +678,7 @@ module Google
677
678
  # Updates or creates a policy.
678
679
  # @param [String] name
679
680
  # The name of the policy in the form enterprises/`enterpriseId`/policies/`
680
- # policyId`
681
+ # policyId`.
681
682
  # @param [Google::Apis::AndroidmanagementV1::Policy] policy_object
682
683
  # @param [String] update_mask
683
684
  # The field mask indicating the fields to update. If not set, all modifiable
@@ -715,7 +716,7 @@ module Google
715
716
  # Creates a web token to access an embeddable managed Google Play web UI for a
716
717
  # given enterprise.
717
718
  # @param [String] parent
718
- # The name of the enterprise in the form enterprises/`enterpriseId`
719
+ # The name of the enterprise in the form enterprises/`enterpriseId`.
719
720
  # @param [Google::Apis::AndroidmanagementV1::WebToken] web_token_object
720
721
  # @param [String] fields
721
722
  # Selector specifying which fields to include in a partial response.
@@ -748,14 +749,14 @@ module Google
748
749
 
749
750
  # Creates an enterprise signup URL.
750
751
  # @param [String] callback_url
751
- # The callback URL to which the admin will be redirected after successfully
752
+ # The callback URL that the admin will be redirected to after successfully
752
753
  # creating an enterprise. Before redirecting there the system will add a query
753
754
  # parameter to this URL named enterpriseToken which will contain an opaque token
754
755
  # to be used for the create enterprise request. The URL will be parsed then
755
756
  # reformatted in order to add the enterpriseToken parameter, so there may be
756
757
  # some minor formatting changes.
757
758
  # @param [String] project_id
758
- # The id of the Google Cloud Platform project which will own the enterprise.
759
+ # The ID of the Google Cloud Platform project which will own the enterprise.
759
760
  # @param [String] fields
760
761
  # Selector specifying which fields to include in a partial response.
761
762
  # @param [String] quota_user
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/bigquery/
26
26
  module BigqueryV2
27
27
  VERSION = 'V2'
28
- REVISION = '20180127'
28
+ REVISION = '20180205'
29
29
 
30
30
  # View and manage your data in Google BigQuery
31
31
  AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
@@ -650,11 +650,21 @@ module Google
650
650
  # @return [Float]
651
651
  attr_accessor :compute_ratio_max
652
652
 
653
+ # Stage end time in milliseconds.
654
+ # Corresponds to the JSON property `endMs`
655
+ # @return [Fixnum]
656
+ attr_accessor :end_ms
657
+
653
658
  # Unique ID for stage within plan.
654
659
  # Corresponds to the JSON property `id`
655
660
  # @return [Fixnum]
656
661
  attr_accessor :id
657
662
 
663
+ # IDs for stages that are inputs to this stage.
664
+ # Corresponds to the JSON property `inputStages`
665
+ # @return [Array<Fixnum>]
666
+ attr_accessor :input_stages
667
+
658
668
  # Human-readable name for stage.
659
669
  # Corresponds to the JSON property `name`
660
670
  # @return [String]
@@ -705,6 +715,11 @@ module Google
705
715
  # @return [Fixnum]
706
716
  attr_accessor :shuffle_output_bytes_spilled
707
717
 
718
+ # Stage start time in milliseconds.
719
+ # Corresponds to the JSON property `startMs`
720
+ # @return [Fixnum]
721
+ attr_accessor :start_ms
722
+
708
723
  # Current status for the stage.
709
724
  # Corresponds to the JSON property `status`
710
725
  # @return [String]
@@ -767,7 +782,9 @@ module Google
767
782
  @compute_ms_max = args[:compute_ms_max] if args.key?(:compute_ms_max)
768
783
  @compute_ratio_avg = args[:compute_ratio_avg] if args.key?(:compute_ratio_avg)
769
784
  @compute_ratio_max = args[:compute_ratio_max] if args.key?(:compute_ratio_max)
785
+ @end_ms = args[:end_ms] if args.key?(:end_ms)
770
786
  @id = args[:id] if args.key?(:id)
787
+ @input_stages = args[:input_stages] if args.key?(:input_stages)
771
788
  @name = args[:name] if args.key?(:name)
772
789
  @parallel_inputs = args[:parallel_inputs] if args.key?(:parallel_inputs)
773
790
  @read_ms_avg = args[:read_ms_avg] if args.key?(:read_ms_avg)
@@ -778,6 +795,7 @@ module Google
778
795
  @records_written = args[:records_written] if args.key?(:records_written)
779
796
  @shuffle_output_bytes = args[:shuffle_output_bytes] if args.key?(:shuffle_output_bytes)
780
797
  @shuffle_output_bytes_spilled = args[:shuffle_output_bytes_spilled] if args.key?(:shuffle_output_bytes_spilled)
798
+ @start_ms = args[:start_ms] if args.key?(:start_ms)
781
799
  @status = args[:status] if args.key?(:status)
782
800
  @steps = args[:steps] if args.key?(:steps)
783
801
  @wait_ms_avg = args[:wait_ms_avg] if args.key?(:wait_ms_avg)
@@ -1449,8 +1467,8 @@ module Google
1449
1467
 
1450
1468
  # [Optional] The format of the data files. For CSV files, specify "CSV". For
1451
1469
  # datastore backups, specify "DATASTORE_BACKUP". For newline-delimited JSON,
1452
- # specify "NEWLINE_DELIMITED_JSON". For Avro, specify "AVRO". The default value
1453
- # is CSV.
1470
+ # specify "NEWLINE_DELIMITED_JSON". For Avro, specify "AVRO". For parquet,
1471
+ # specify "PARQUET". For orc, specify "ORC". The default value is CSV.
1454
1472
  # Corresponds to the JSON property `sourceFormat`
1455
1473
  # @return [String]
1456
1474
  attr_accessor :source_format
@@ -2042,7 +2060,7 @@ module Google
2042
2060
  # @return [String]
2043
2061
  attr_accessor :statement_type
2044
2062
 
2045
- # [Output-only] Describes a timeline of job execution.
2063
+ # [Output-only] [Experimental] Describes a timeline of job execution.
2046
2064
  # Corresponds to the JSON property `timeline`
2047
2065
  # @return [Array<Google::Apis::BigqueryV2::QueryTimelineSample>]
2048
2066
  attr_accessor :timeline
@@ -3350,6 +3368,13 @@ module Google
3350
3368
  # @return [String]
3351
3369
  attr_accessor :field
3352
3370
 
3371
+ # [Experimental] [Optional] If set to true, queries over this table require a
3372
+ # partition filter that can be used for partition elimination to be specified.
3373
+ # Corresponds to the JSON property `requirePartitionFilter`
3374
+ # @return [Boolean]
3375
+ attr_accessor :require_partition_filter
3376
+ alias_method :require_partition_filter?, :require_partition_filter
3377
+
3353
3378
  # [Required] The only type supported is DAY, which will generate one partition
3354
3379
  # per day.
3355
3380
  # Corresponds to the JSON property `type`
@@ -3364,6 +3389,7 @@ module Google
3364
3389
  def update!(**args)
3365
3390
  @expiration_ms = args[:expiration_ms] if args.key?(:expiration_ms)
3366
3391
  @field = args[:field] if args.key?(:field)
3392
+ @require_partition_filter = args[:require_partition_filter] if args.key?(:require_partition_filter)
3367
3393
  @type = args[:type] if args.key?(:type)
3368
3394
  end
3369
3395
  end
@@ -519,7 +519,9 @@ module Google
519
519
  property :compute_ms_max, :numeric_string => true, as: 'computeMsMax'
520
520
  property :compute_ratio_avg, as: 'computeRatioAvg'
521
521
  property :compute_ratio_max, as: 'computeRatioMax'
522
+ property :end_ms, :numeric_string => true, as: 'endMs'
522
523
  property :id, :numeric_string => true, as: 'id'
524
+ collection :input_stages, as: 'inputStages'
523
525
  property :name, as: 'name'
524
526
  property :parallel_inputs, :numeric_string => true, as: 'parallelInputs'
525
527
  property :read_ms_avg, :numeric_string => true, as: 'readMsAvg'
@@ -530,6 +532,7 @@ module Google
530
532
  property :records_written, :numeric_string => true, as: 'recordsWritten'
531
533
  property :shuffle_output_bytes, :numeric_string => true, as: 'shuffleOutputBytes'
532
534
  property :shuffle_output_bytes_spilled, :numeric_string => true, as: 'shuffleOutputBytesSpilled'
535
+ property :start_ms, :numeric_string => true, as: 'startMs'
533
536
  property :status, as: 'status'
534
537
  collection :steps, as: 'steps', class: Google::Apis::BigqueryV2::ExplainQueryStep, decorator: Google::Apis::BigqueryV2::ExplainQueryStep::Representation
535
538
 
@@ -1169,6 +1172,7 @@ module Google
1169
1172
  class Representation < Google::Apis::Core::JsonRepresentation
1170
1173
  property :expiration_ms, :numeric_string => true, as: 'expirationMs'
1171
1174
  property :field, as: 'field'
1175
+ property :require_partition_filter, as: 'requirePartitionFilter'
1172
1176
  property :type, as: 'type'
1173
1177
  end
1174
1178
  end
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/bigquery/
27
27
  module BigquerydatatransferV1
28
28
  VERSION = 'V1'
29
- REVISION = '20180128'
29
+ REVISION = '20180202'
30
30
 
31
31
  # View and manage your data in Google BigQuery
32
32
  AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
@@ -638,7 +638,7 @@ module Google
638
638
  # When a new transfer configuration is created, the specified
639
639
  # `destination_dataset_id` is created when needed and shared with the
640
640
  # appropriate data source service account.
641
- # Next id: 20
641
+ # Next id: 21
642
642
  class TransferConfig
643
643
  include Google::Apis::Core::Hashable
644
644
 
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/container-builder/docs/
26
26
  module CloudbuildV1
27
27
  VERSION = 'V1'
28
- REVISION = '20180130'
28
+ REVISION = '20180205'
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'
@@ -76,7 +76,7 @@ module Google
76
76
  # @return [Array<String>]
77
77
  attr_accessor :images
78
78
 
79
- # URL to logs for this build in Google Cloud Logging.
79
+ # URL to logs for this build in Google Cloud Console.
80
80
  # @OutputOnly
81
81
  # Corresponds to the JSON property `logUrl`
82
82
  # @return [String]
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/iot
27
27
  module CloudiotV1
28
28
  VERSION = 'V1'
29
- REVISION = '20180118'
29
+ REVISION = '20180131'
30
30
 
31
31
  # View and manage your data across Google Cloud Platform services
32
32
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
@@ -450,6 +450,11 @@ module Google
450
450
  # @return [String]
451
451
  attr_accessor :pubsub_topic_name
452
452
 
453
+ #
454
+ # Corresponds to the JSON property `subfolderMatches`
455
+ # @return [String]
456
+ attr_accessor :subfolder_matches
457
+
453
458
  def initialize(**args)
454
459
  update!(**args)
455
460
  end
@@ -457,6 +462,7 @@ module Google
457
462
  # Update properties of this object
458
463
  def update!(**args)
459
464
  @pubsub_topic_name = args[:pubsub_topic_name] if args.key?(:pubsub_topic_name)
465
+ @subfolder_matches = args[:subfolder_matches] if args.key?(:subfolder_matches)
460
466
  end
461
467
  end
462
468
 
@@ -274,6 +274,7 @@ module Google
274
274
  # @private
275
275
  class Representation < Google::Apis::Core::JsonRepresentation
276
276
  property :pubsub_topic_name, as: 'pubsubTopicName'
277
+ property :subfolder_matches, as: 'subfolderMatches'
277
278
  end
278
279
  end
279
280
 
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/kms/
27
27
  module CloudkmsV1
28
28
  VERSION = 'V1'
29
- REVISION = '20180117'
29
+ REVISION = '20180205'
30
30
 
31
31
  # View and manage your data across Google Cloud Platform services
32
32
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
@@ -29,7 +29,7 @@ module Google
29
29
  # If there are AuditConfigs for both `allServices` and a specific service,
30
30
  # the union of the two AuditConfigs is used for that service: the log_types
31
31
  # specified in each AuditConfig are enabled, and the exempted_members in each
32
- # AuditConfig are exempted.
32
+ # AuditLogConfig are exempted.
33
33
  # Example Policy with multiple AuditConfigs:
34
34
  # `
35
35
  # "audit_configs": [
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/dataproc/
26
26
  module DataprocV1
27
27
  VERSION = 'V1'
28
- REVISION = '20180102'
28
+ REVISION = '20180206'
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'
@@ -92,6 +92,9 @@ module Google
92
92
  # Required. The Cloud Dataproc region in which to handle the request.
93
93
  # @param [String] cluster_name
94
94
  # Required. The cluster name.
95
+ # @param [String] cluster_uuid
96
+ # Optional. Specifying the cluster_uuid means the RPC should fail (with error
97
+ # NOT_FOUND) if cluster with specified UUID does not exist.
95
98
  # @param [String] fields
96
99
  # Selector specifying which fields to include in a partial response.
97
100
  # @param [String] quota_user
@@ -109,13 +112,14 @@ module Google
109
112
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
110
113
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
111
114
  # @raise [Google::Apis::AuthorizationError] Authorization is required
112
- def delete_cluster(project_id, region, cluster_name, fields: nil, quota_user: nil, options: nil, &block)
115
+ def delete_cluster(project_id, region, cluster_name, cluster_uuid: nil, fields: nil, quota_user: nil, options: nil, &block)
113
116
  command = make_simple_command(:delete, 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', options)
114
117
  command.response_representation = Google::Apis::DataprocV1::Operation::Representation
115
118
  command.response_class = Google::Apis::DataprocV1::Operation
116
119
  command.params['projectId'] = project_id unless project_id.nil?
117
120
  command.params['region'] = region unless region.nil?
118
121
  command.params['clusterName'] = cluster_name unless cluster_name.nil?
122
+ command.query['clusterUuid'] = cluster_uuid unless cluster_uuid.nil?
119
123
  command.query['fields'] = fields unless fields.nil?
120
124
  command.query['quotaUser'] = quota_user unless quota_user.nil?
121
125
  execute_or_queue_command(command, &block)
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/dialogflow-enterprise/
27
27
  module DialogflowV2beta1
28
28
  VERSION = 'V2beta1'
29
- REVISION = '20180129'
29
+ REVISION = '20180206'
30
30
 
31
31
  # View and manage your data across Google Cloud Platform services
32
32
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'