class UpdateLogMetricRequest extends Message

Properties

string $metric_name
LogMetric $metric

Methods

static 
descriptor()

No description

boolean
hasMetricName()

Check if has a value

string
getMetricName()

Get value

setMetricName(string $value)

Set value

boolean
hasMetric()

Check if has a value

getMetric()

Get value

Details

at line line 731
static descriptor()

at line line 764
boolean hasMetricName()

Check if has a value

Return Value

boolean

at line line 773
UpdateLogMetricRequest clearMetricName()

Clear value

Return Value

UpdateLogMetricRequest

at line line 782
string getMetricName()

Get value

Return Value

string

at line line 792
UpdateLogMetricRequest setMetricName(string $value)

Set value

Parameters

string $value

Return Value

UpdateLogMetricRequest

at line line 801
boolean hasMetric()

Check if has a value

Return Value

boolean

at line line 810
UpdateLogMetricRequest clearMetric()

Clear value

Return Value

UpdateLogMetricRequest

at line line 819
LogMetric getMetric()

Get value

Return Value

LogMetric

at line line 829
UpdateLogMetricRequest setMetric(LogMetric $value)

Set value

Parameters

LogMetric $value

Return Value

UpdateLogMetricRequest