proto_docs/google/cloud/dataproc/v1/jobs.rb in google-cloud-dataproc-v1-0.7.1 vs proto_docs/google/cloud/dataproc/v1/jobs.rb in google-cloud-dataproc-v1-0.8.0

- old
+ new

@@ -783,14 +783,26 @@ # # A job may be reported as thrashing if driver exits with non-zero code # 4 times within 10 minute window. # # Maximum value is 10. + # + # **Note:** Currently, this restartable job option is + # not supported in Dataproc + # [workflow + # template](https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows#adding_jobs_to_a_template) + # jobs. # @!attribute [rw] max_failures_total # @return [::Integer] # Optional. Maximum number of times in total a driver may be restarted as a result of # driver exiting with non-zero code before job is reported failed. # Maximum value is 240. + # + # **Note:** Currently, this restartable job option is + # not supported in Dataproc + # [workflow + # template](https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows#adding_jobs_to_a_template) + # jobs. class JobScheduling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end