class DataflowHistogramValue extends Collection (View source)

Properties

protected $collection_key
string[] $bucketCounts
protected $bucketOptionsType
protected $bucketOptionsDataType
string $count
protected $outlierStatsType
protected $outlierStatsDataType

Methods

setBucketCounts($bucketCounts)

No description

string[]
getBucketCounts()

No description

setBucketOptions(BucketOptions $bucketOptions)

No description

getBucketOptions()

No description

setCount($count)

No description

string
getCount()

No description

setOutlierStats(OutlierStats $outlierStats)

No description

getOutlierStats()

No description

Details

setBucketCounts($bucketCounts)

No description

Parameters

$bucketCounts

string[] getBucketCounts()

No description

Return Value

string[]

setBucketOptions(BucketOptions $bucketOptions)

No description

Parameters

BucketOptions $bucketOptions

BucketOptions getBucketOptions()

No description

Return Value

BucketOptions

setCount($count)

No description

Parameters

$count

string getCount()

No description

Return Value

string

setOutlierStats(OutlierStats $outlierStats)

No description

Parameters

OutlierStats $outlierStats

OutlierStats getOutlierStats()

No description

Return Value

OutlierStats