Google Cloud Storage Transfer V1 Client - Class TransferSpec (1.3.1)

Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class TransferSpec.

Configuration for running a transfer.

Generated from protobuf message google.storagetransfer.v1.TransferSpec

Namespace

Google \ Cloud \ StorageTransfer \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcs_data_sink Google\Cloud\StorageTransfer\V1\GcsData

A Cloud Storage data sink.

↳ posix_data_sink Google\Cloud\StorageTransfer\V1\PosixFilesystem

A POSIX Filesystem data sink.

↳ gcs_data_source Google\Cloud\StorageTransfer\V1\GcsData

A Cloud Storage data source.

↳ aws_s3_data_source Google\Cloud\StorageTransfer\V1\AwsS3Data

An AWS S3 data source.

↳ http_data_source Google\Cloud\StorageTransfer\V1\HttpData

An HTTP URL data source.

↳ posix_data_source Google\Cloud\StorageTransfer\V1\PosixFilesystem

A POSIX Filesystem data source.

↳ azure_blob_storage_data_source Google\Cloud\StorageTransfer\V1\AzureBlobStorageData

An Azure Blob Storage data source.

↳ aws_s3_compatible_data_source Google\Cloud\StorageTransfer\V1\AwsS3CompatibleData

An AWS S3 compatible data source.

↳ gcs_intermediate_data_location Google\Cloud\StorageTransfer\V1\GcsData

For transfers between file systems, specifies a Cloud Storage bucket to be used as an intermediate location through which to transfer data. See Transfer data between file systems for more information.

↳ object_conditions Google\Cloud\StorageTransfer\V1\ObjectConditions

Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' "last modification time" do not exclude objects in a data sink.

↳ transfer_options Google\Cloud\StorageTransfer\V1\TransferOptions

If the option delete_objects_unique_in_sink is true and time-based object conditions such as 'last modification time' are specified, the request fails with an INVALID_ARGUMENT error.

↳ transfer_manifest Google\Cloud\StorageTransfer\V1\TransferManifest

A manifest file provides a list of objects to be transferred from the data source. This field points to the location of the manifest file. Otherwise, the entire source bucket is used. ObjectConditions still apply.

↳ source_agent_pool_name string

Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.

↳ sink_agent_pool_name string

Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.

getGcsDataSink

A Cloud Storage data sink.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\GcsData|null

hasGcsDataSink

setGcsDataSink

A Cloud Storage data sink.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\GcsData
Returns
TypeDescription
$this

getPosixDataSink

A POSIX Filesystem data sink.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\PosixFilesystem|null

hasPosixDataSink

setPosixDataSink

A POSIX Filesystem data sink.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\PosixFilesystem
Returns
TypeDescription
$this

getGcsDataSource

A Cloud Storage data source.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\GcsData|null

hasGcsDataSource

setGcsDataSource

A Cloud Storage data source.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\GcsData
Returns
TypeDescription
$this

getAwsS3DataSource

An AWS S3 data source.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\AwsS3Data|null

hasAwsS3DataSource

setAwsS3DataSource

An AWS S3 data source.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\AwsS3Data
Returns
TypeDescription
$this

getHttpDataSource

An HTTP URL data source.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\HttpData|null

hasHttpDataSource

setHttpDataSource

An HTTP URL data source.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\HttpData
Returns
TypeDescription
$this

getPosixDataSource

A POSIX Filesystem data source.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\PosixFilesystem|null

hasPosixDataSource

setPosixDataSource

A POSIX Filesystem data source.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\PosixFilesystem
Returns
TypeDescription
$this

getAzureBlobStorageDataSource

An Azure Blob Storage data source.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\AzureBlobStorageData|null

hasAzureBlobStorageDataSource

setAzureBlobStorageDataSource

An Azure Blob Storage data source.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\AzureBlobStorageData
Returns
TypeDescription
$this

getAwsS3CompatibleDataSource

An AWS S3 compatible data source.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\AwsS3CompatibleData|null

hasAwsS3CompatibleDataSource

setAwsS3CompatibleDataSource

An AWS S3 compatible data source.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\AwsS3CompatibleData
Returns
TypeDescription
$this

getGcsIntermediateDataLocation

For transfers between file systems, specifies a Cloud Storage bucket to be used as an intermediate location through which to transfer data.

See Transfer data between file systems for more information.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\GcsData|null

hasGcsIntermediateDataLocation

setGcsIntermediateDataLocation

For transfers between file systems, specifies a Cloud Storage bucket to be used as an intermediate location through which to transfer data.

See Transfer data between file systems for more information.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\GcsData
Returns
TypeDescription
$this

getObjectConditions

Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' "last modification time" do not exclude objects in a data sink.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\ObjectConditions|null

hasObjectConditions

clearObjectConditions

setObjectConditions

Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' "last modification time" do not exclude objects in a data sink.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\ObjectConditions
Returns
TypeDescription
$this

getTransferOptions

If the option delete_objects_unique_in_sink is true and time-based object conditions such as 'last modification time' are specified, the request fails with an INVALID_ARGUMENT error.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\TransferOptions|null

hasTransferOptions

clearTransferOptions

setTransferOptions

If the option delete_objects_unique_in_sink is true and time-based object conditions such as 'last modification time' are specified, the request fails with an INVALID_ARGUMENT error.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\TransferOptions
Returns
TypeDescription
$this

getTransferManifest

A manifest file provides a list of objects to be transferred from the data source. This field points to the location of the manifest file.

Otherwise, the entire source bucket is used. ObjectConditions still apply.

Returns
TypeDescription
Google\Cloud\StorageTransfer\V1\TransferManifest|null

hasTransferManifest

clearTransferManifest

setTransferManifest

A manifest file provides a list of objects to be transferred from the data source. This field points to the location of the manifest file.

Otherwise, the entire source bucket is used. ObjectConditions still apply.

Parameter
NameDescription
var Google\Cloud\StorageTransfer\V1\TransferManifest
Returns
TypeDescription
$this

getSourceAgentPoolName

Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.

Returns
TypeDescription
string

setSourceAgentPoolName

Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSinkAgentPoolName

Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.

Returns
TypeDescription
string

setSinkAgentPoolName

Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDataSink

Returns
TypeDescription
string

getDataSource

Returns
TypeDescription
string

getIntermediateDataLocation

Returns
TypeDescription
string