class GoogleCloudDatapipelinesV1AtomicValue extends Model (View source)

Properties

bool $booleanValue
int $byteValue
string $bytesValue
protected $datetimeValueType
protected $datetimeValueDataType
protected $decimalValueType
protected $decimalValueDataType
$doubleValue
float $floatValue
int $int16Value
int $int32Value
string $int64Value
string $stringValue

Methods

setBooleanValue($booleanValue)

No description

bool
getBooleanValue()

No description

setByteValue($byteValue)

No description

int
getByteValue()

No description

setBytesValue($bytesValue)

No description

string
getBytesValue()

No description

setDatetimeValue(GoogleTypeDateTime $datetimeValue)

No description

setDecimalValue(GoogleTypeDecimal $decimalValue)

No description

setDoubleValue($doubleValue)

No description

getDoubleValue()

No description

setFloatValue($floatValue)

No description

float
getFloatValue()

No description

setInt16Value($int16Value)

No description

int
getInt16Value()

No description

setInt32Value($int32Value)

No description

int
getInt32Value()

No description

setInt64Value($int64Value)

No description

string
getInt64Value()

No description

setStringValue($stringValue)

No description

string
getStringValue()

No description

Details

setBooleanValue($booleanValue)

No description

Parameters

$booleanValue

bool getBooleanValue()

No description

Return Value

bool

setByteValue($byteValue)

No description

Parameters

$byteValue

int getByteValue()

No description

Return Value

int

setBytesValue($bytesValue)

No description

Parameters

$bytesValue

string getBytesValue()

No description

Return Value

string

setDatetimeValue(GoogleTypeDateTime $datetimeValue)

No description

Parameters

GoogleTypeDateTime $datetimeValue

GoogleTypeDateTime getDatetimeValue()

No description

Return Value

GoogleTypeDateTime

setDecimalValue(GoogleTypeDecimal $decimalValue)

No description

Parameters

GoogleTypeDecimal $decimalValue

GoogleTypeDecimal getDecimalValue()

No description

Return Value

GoogleTypeDecimal

setDoubleValue($doubleValue)

No description

Parameters

$doubleValue

getDoubleValue()

No description

setFloatValue($floatValue)

No description

Parameters

$floatValue

float getFloatValue()

No description

Return Value

float

setInt16Value($int16Value)

No description

Parameters

$int16Value

int getInt16Value()

No description

Return Value

int

setInt32Value($int32Value)

No description

Parameters

$int32Value

int getInt32Value()

No description

Return Value

int

setInt64Value($int64Value)

No description

Parameters

$int64Value

string getInt64Value()

No description

Return Value

string

setStringValue($stringValue)

No description

Parameters

$stringValue

string getStringValue()

No description

Return Value

string