Stream
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
getBackfillAll()
No description
getBackfillNone()
No description
setCreateTime($createTime)
No description
string
getCreateTime()
No description
setCustomerManagedEncryptionKey($customerManagedEncryptionKey)
No description
string
getCustomerManagedEncryptionKey()
No description
getDestinationConfig()
No description
setDisplayName($displayName)
No description
string
getDisplayName()
No description
setErrors($errors)
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
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
BackfillAllStrategy
getBackfillAll()
No description
setBackfillNone(BackfillNoneStrategy $backfillNone)
No description
BackfillNoneStrategy
getBackfillNone()
No description
setCreateTime($createTime)
No description
string
getCreateTime()
No description
setCustomerManagedEncryptionKey($customerManagedEncryptionKey)
No description
string
getCustomerManagedEncryptionKey()
No description
setDestinationConfig(DestinationConfig $destinationConfig)
No description
DestinationConfig
getDestinationConfig()
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
SourceConfig
getSourceConfig()
No description
setState($state)
No description
string
getState()
No description
setUpdateTime($updateTime)
No description
string
getUpdateTime()
No description