lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.16.0 vs lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.17.0
- old
+ new
@@ -2011,12 +2011,12 @@
# not binary, it must be UTF-8 encoded.
class ItemContent
include Google::Apis::Core::Hashable
# Represents an upload session reference. This reference is created via upload
- # method. Updating of item content may refer to this uploaded content via
- # contentDataRef.
+ # method. UploadItemRef may be used upto 30 days since creation. Updating of
+ # item content may refer to this uploaded content via contentDataRef.
# Corresponds to the JSON property `contentDataRef`
# @return [Google::Apis::CloudsearchV1::UploadItemRef]
attr_accessor :content_data_ref
#
@@ -5208,11 +5208,11 @@
@validate_only = args[:validate_only] if args.key?(:validate_only)
end
end
# Represents an upload session reference. This reference is created via upload
- # method. Updating of item content may refer to this uploaded content via
- # contentDataRef.
+ # method. UploadItemRef may be used upto 30 days since creation. Updating of
+ # item content may refer to this uploaded content via contentDataRef.
class UploadItemRef
include Google::Apis::Core::Hashable
# Name of the content reference. The maximum length is 2048 characters.
# Corresponds to the JSON property `name`