generated/google/apis/storagetransfer_v1/classes.rb in google-api-client-0.30.8 vs generated/google/apis/storagetransfer_v1/classes.rb in google-api-client-0.30.9

- old
+ new

@@ -184,12 +184,12 @@ # Corresponds to the JSON property `errorCount` # @return [Fixnum] attr_accessor :error_count # Error samples. - # No more than 100 error log entries may be recorded for a given - # error code for a single task. + # At most 5 error log entries will be recorded for a given + # error code for a single transfer operation. # Corresponds to the JSON property `errorLogEntries` # @return [Array<Google::Apis::StoragetransferV1::ErrorLogEntry>] attr_accessor :error_log_entries def initialize(**args) @@ -202,17 +202,17 @@ @error_count = args[:error_count] if args.key?(:error_count) @error_log_entries = args[:error_log_entries] if args.key?(:error_log_entries) end end - # In a GcsData resource, an object's name is the Google Cloud Storage object's + # In a GcsData resource, an object's name is the Cloud Storage object's # name and its `lastModificationTime` refers to the object's updated time, # which changes when the content or the metadata of the object is updated. class GcsData include Google::Apis::Core::Hashable - # Required. Google Cloud Storage bucket name (see + # Required. Cloud Storage bucket name (see # [Bucket Name # Requirements](https://cloud.google.com/storage/docs/naming#requirements)). # Corresponds to the JSON property `bucketName` # @return [String] attr_accessor :bucket_name @@ -266,11 +266,11 @@ # object fetched, the object will not be transferred. # * If the specified MD5 does not match the MD5 computed from the transferred # bytes, the object transfer will fail. For more information, see # [Generating MD5 hashes](https://cloud.google.com/storage/transfer/#md5) # * Ensure that each URL you specify is publicly accessible. For - # example, in Google Cloud Storage you can + # example, in Cloud Storage you can # [share an object publicly] # (https://cloud.google.com/storage/docs/cloud-console#_sharingdata) and get # a link to it. # * Storage Transfer Service obeys `robots.txt` rules and requires the source # HTTP server to support `Range` requests and to return a `Content-Length` @@ -346,11 +346,11 @@ @transfer_jobs = args[:transfer_jobs] if args.key?(:transfer_jobs) end end # Conditions that determine which objects will be transferred. Applies only - # to S3 and GCS objects. + # to S3 and Cloud Storage objects. class ObjectConditions include Google::Apis::Core::Hashable # `excludePrefixes` must follow the requirements described for # `includePrefixes`. @@ -394,11 +394,12 @@ # a `lastModificationTime` are transferred. # Note that, for each `TransferOperation` started by this `TransferJob`, # `NOW` refers to the `start_time` of the 'TransferOperation`. Also, # `lastModificationTime` refers to the time of the last change to the # object's content or metadata - specifically, this would be the `updated` - # property of GCS objects and the `LastModified` field of S3 objects. + # property of Cloud Storage objects and the `LastModified` field of S3 + # objects. # Corresponds to the JSON property `maxTimeElapsedSinceLastModification` # @return [String] attr_accessor :max_time_elapsed_since_last_modification # If specified, only objects with a `lastModificationTime` before @@ -406,11 +407,12 @@ # `lastModificationTime` are transferred. # Note that, for each `TransferOperation` started by this `TransferJob`, # `NOW` refers to the `start_time` of the 'TransferOperation`. Also, # `lastModificationTime` refers to the time of the last change to the # object's content or metadata - specifically, this would be the `updated` - # property of GCS objects and the `LastModified` field of S3 objects. + # property of Cloud Storage objects and the `LastModified` field of S3 + # objects. # Corresponds to the JSON property `minTimeElapsedSinceLastModification` # @return [String] attr_accessor :min_time_elapsed_since_last_modification def initialize(**args) @@ -948,18 +950,18 @@ # In an AwsS3Data resource, an object's name is the S3 object's key name. # Corresponds to the JSON property `awsS3DataSource` # @return [Google::Apis::StoragetransferV1::AwsS3Data] attr_accessor :aws_s3_data_source - # In a GcsData resource, an object's name is the Google Cloud Storage object's + # In a GcsData resource, an object's name is the Cloud Storage object's # name and its `lastModificationTime` refers to the object's updated time, # which changes when the content or the metadata of the object is updated. # Corresponds to the JSON property `gcsDataSink` # @return [Google::Apis::StoragetransferV1::GcsData] attr_accessor :gcs_data_sink - # In a GcsData resource, an object's name is the Google Cloud Storage object's + # In a GcsData resource, an object's name is the Cloud Storage object's # name and its `lastModificationTime` refers to the object's updated time, # which changes when the content or the metadata of the object is updated. # Corresponds to the JSON property `gcsDataSource` # @return [Google::Apis::StoragetransferV1::GcsData] attr_accessor :gcs_data_source @@ -984,11 +986,11 @@ # object fetched, the object will not be transferred. # * If the specified MD5 does not match the MD5 computed from the transferred # bytes, the object transfer will fail. For more information, see # [Generating MD5 hashes](https://cloud.google.com/storage/transfer/#md5) # * Ensure that each URL you specify is publicly accessible. For - # example, in Google Cloud Storage you can + # example, in Cloud Storage you can # [share an object publicly] # (https://cloud.google.com/storage/docs/cloud-console#_sharingdata) and get # a link to it. # * Storage Transfer Service obeys `robots.txt` rules and requires the source # HTTP server to support `Range` requests and to return a `Content-Length` @@ -998,10 +1000,10 @@ # Corresponds to the JSON property `httpDataSource` # @return [Google::Apis::StoragetransferV1::HttpData] attr_accessor :http_data_source # Conditions that determine which objects will be transferred. Applies only - # to S3 and GCS objects. + # to S3 and Cloud Storage objects. # Corresponds to the JSON property `objectConditions` # @return [Google::Apis::StoragetransferV1::ObjectConditions] attr_accessor :object_conditions # TransferOptions uses three boolean parameters to define the actions