lib/google/cloud/bigquery/project.rb in google-cloud-bigquery-1.27.0 vs lib/google/cloud/bigquery/project.rb in google-cloud-bigquery-1.28.0

- old
+ new

@@ -979,11 +979,10 @@ # (0-9), or underscores (_). The maximum length is 1,024 characters. # @param [String] name A descriptive name for the dataset. # @param [String] description A user-friendly description of the # dataset. # @param [Integer] expiration The default lifetime of all tables in the - # dataset, in milliseconds. The minimum value is 3600000 milliseconds - # (one hour). + # dataset, in milliseconds. The minimum value is `3_600_000` (one hour). # @param [String] location The geographic location where the dataset # should reside. Possible values include `EU` and `US`. The default # value is `US`. # @yield [access] a block for setting rules # @yieldparam [Google::Cloud::Bigquery::Dataset] access the object