Class: Google::Cloud::StorageTransfer::V1::ReplicationSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storagetransfer/v1/transfer_types.rb

Overview

Specifies the configuration for a cross-bucket replication job. Cross-bucket replication copies new or updated objects from a source Cloud Storage bucket to a destination Cloud Storage bucket. Existing objects in the source bucket are not copied by a new cross-bucket replication job.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_data_sink::Google::Cloud::StorageTransfer::V1::GcsData



781
782
783
784
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 781

class ReplicationSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gcs_data_source::Google::Cloud::StorageTransfer::V1::GcsData



781
782
783
784
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 781

class ReplicationSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#object_conditions::Google::Cloud::StorageTransfer::V1::ObjectConditions



781
782
783
784
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 781

class ReplicationSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transfer_options::Google::Cloud::StorageTransfer::V1::TransferOptions



781
782
783
784
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 781

class ReplicationSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end