generated/google/apis/storagetransfer_v1/classes.rb in google-api-client-0.20.1 vs generated/google/apis/storagetransfer_v1/classes.rb in google-api-client-0.21.0
- old
+ new
@@ -96,11 +96,12 @@
# if specifying a year/month where the day is not significant.
# Corresponds to the JSON property `day`
# @return [Fixnum]
attr_accessor :day
- # Month of year. Must be from 1 to 12.
+ # Month of year. Must be from 1 to 12, or 0 if specifying a date without a
+ # month.
# Corresponds to the JSON property `month`
# @return [Fixnum]
attr_accessor :month
# Year of date. Must be from 1 to 9999, or 0 if specifying a date without
@@ -205,11 +206,11 @@
# which changes when the content or the metadata of the object is updated.
class GcsData
include Google::Apis::Core::Hashable
# Google Cloud Storage bucket name (see
- # [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#
- # requirements)).
+ # [Bucket Name
+ # Requirements](https://cloud.google.com/storage/docs/naming#requirements)).
# Required.
# Corresponds to the JSON property `bucketName`
# @return [String]
attr_accessor :bucket_name