class Stream extends Collection (View source)

Properties

protected $collection_key
protected $backfillAllType
protected $backfillAllDataType
protected $backfillNoneType
protected $backfillNoneDataType
string $createTime
string $customerManagedEncryptionKey
protected $destinationConfigType
protected $destinationConfigDataType
string $displayName
protected $errorsType
protected $errorsDataType
string[] $labels
string $lastRecoveryTime
string $name
protected $sourceConfigType
protected $sourceConfigDataType
string $state
string $updateTime

Methods

setBackfillAll(BackfillAllStrategy $backfillAll)

No description

setBackfillNone(BackfillNoneStrategy $backfillNone)

No description

setCreateTime($createTime)

No description

string
getCreateTime()

No description

setCustomerManagedEncryptionKey($customerManagedEncryptionKey)

No description

string
setDestinationConfig(DestinationConfig $destinationConfig)

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setErrors($errors)

No description

Error[]
getErrors()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

setLastRecoveryTime($lastRecoveryTime)

No description

string
getLastRecoveryTime()

No description

setName($name)

No description

string
getName()

No description

setSourceConfig(SourceConfig $sourceConfig)

No description

getSourceConfig()

No description

setState($state)

No description

string
getState()

No description

setUpdateTime($updateTime)

No description

string
getUpdateTime()

No description

Details

setBackfillAll(BackfillAllStrategy $backfillAll)

No description

Parameters

BackfillAllStrategy $backfillAll

BackfillAllStrategy getBackfillAll()

No description

Return Value

BackfillAllStrategy

setBackfillNone(BackfillNoneStrategy $backfillNone)

No description

Parameters

BackfillNoneStrategy $backfillNone

BackfillNoneStrategy getBackfillNone()

No description

Return Value

BackfillNoneStrategy

setCreateTime($createTime)

No description

Parameters

$createTime

string getCreateTime()

No description

Return Value

string

setCustomerManagedEncryptionKey($customerManagedEncryptionKey)

No description

Parameters

$customerManagedEncryptionKey

string getCustomerManagedEncryptionKey()

No description

Return Value

string

setDestinationConfig(DestinationConfig $destinationConfig)

No description

Parameters

DestinationConfig $destinationConfig

DestinationConfig getDestinationConfig()

No description

Return Value

DestinationConfig

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setErrors($errors)

No description

Parameters

$errors

Error[] getErrors()

No description

Return Value

Error[]

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setLastRecoveryTime($lastRecoveryTime)

No description

Parameters

$lastRecoveryTime

string getLastRecoveryTime()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setSourceConfig(SourceConfig $sourceConfig)

No description

Parameters

SourceConfig $sourceConfig

SourceConfig getSourceConfig()

No description

Return Value

SourceConfig

setState($state)

No description

Parameters

$state

string getState()

No description

Return Value

string

setUpdateTime($updateTime)

No description

Parameters

$updateTime

string getUpdateTime()

No description

Return Value

string