Timestamp
class Timestamp extends Message
Properties
int | $seconds | ||
int | $nanos |
Methods
static
descriptor()
No description
boolean
hasSeconds()
Check if
clearSeconds()
Clear
int
getSeconds()
Get
setSeconds(int $value)
Set
boolean
hasNanos()
Check if
clearNanos()
Clear
int
getNanos()
Get
Details
at line line 20
static
descriptor()
at line line 52
boolean
hasSeconds()
Check if
at line line 61
Timestamp
clearSeconds()
Clear
at line line 70
int
getSeconds()
Get
at line line 80
Timestamp
setSeconds(int $value)
Set
at line line 89
boolean
hasNanos()
Check if
at line line 98
Timestamp
clearNanos()
Clear
at line line 107
int
getNanos()
Get
at line line 117
Timestamp
setNanos(int $value)
Set