class ExportConfig extends Model (View source)

Properties

string $currentState
string $deadLetterTopic
string $desiredState
protected $pubsubConfigType
protected $pubsubConfigDataType

Methods

setCurrentState($currentState)

No description

string
getCurrentState()

No description

setDeadLetterTopic($deadLetterTopic)

No description

string
getDeadLetterTopic()

No description

setDesiredState($desiredState)

No description

string
getDesiredState()

No description

setPubsubConfig(PubSubConfig $pubsubConfig)

No description

getPubsubConfig()

No description

Details

setCurrentState($currentState)

No description

Parameters

$currentState

string getCurrentState()

No description

Return Value

string

setDeadLetterTopic($deadLetterTopic)

No description

Parameters

$deadLetterTopic

string getDeadLetterTopic()

No description

Return Value

string

setDesiredState($desiredState)

No description

Parameters

$desiredState

string getDesiredState()

No description

Return Value

string

setPubsubConfig(PubSubConfig $pubsubConfig)

No description

Parameters

PubSubConfig $pubsubConfig

PubSubConfig getPubsubConfig()

No description

Return Value

PubSubConfig