LoggingDestination
class LoggingDestination extends Message
Properties
string | $monitored_resource | ||
string[] | $logs |
Methods
static
descriptor()
No description
boolean
hasMonitoredResource()
Check if
clearMonitoredResource()
Clear
string
getMonitoredResource()
Get
setMonitoredResource(string $value)
Set
boolean
hasLogs()
Check if
clearLogs()
Clear
string
getLogs(int $idx = NULL)
Get
setLogs($value, $idx = NULL)
Set
string[]
getLogsList()
Get all elements of
addLogs(string $value)
Add a new element to
Details
at line line 20
static
descriptor()
at line line 52
boolean
hasMonitoredResource()
Check if
at line line 61
LoggingDestination
clearMonitoredResource()
Clear
at line line 70
string
getMonitoredResource()
Get
at line line 80
LoggingDestination
setMonitoredResource(string $value)
Set
at line line 89
boolean
hasLogs()
Check if
at line line 98
LoggingDestination
clearLogs()
Clear
at line line 108
string
getLogs(int $idx = NULL)
Get
at line line 118
LoggingDestination
setLogs($value, $idx = NULL)
Set
at line line 127
string[]
getLogsList()
Get all elements of
at line line 137
LoggingDestination
addLogs(string $value)
Add a new element to