class LoggingDestination extends Message

Properties

string $monitored_resource
string[] $logs

Methods

static 
descriptor()

No description

boolean
hasMonitoredResource()

Check if has a value

string
getMonitoredResource()

Get value

setMonitoredResource(string $value)

Set value

boolean
hasLogs()

Check if has a value

string
getLogs(int $idx = NULL)

Get value

setLogs($value, $idx = NULL)

Set value

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 has a value

Return Value

boolean

at line line 61
LoggingDestination clearMonitoredResource()

Clear value

Return Value

LoggingDestination

at line line 70
string getMonitoredResource()

Get value

Return Value

string

at line line 80
LoggingDestination setMonitoredResource(string $value)

Set value

Parameters

string $value

Return Value

LoggingDestination

at line line 89
boolean hasLogs()

Check if has a value

Return Value

boolean

at line line 98
LoggingDestination clearLogs()

Clear value

Return Value

LoggingDestination

at line line 108
string getLogs(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

string

at line line 118
LoggingDestination setLogs($value, $idx = NULL)

Set value

Parameters

$value
$idx

Return Value

LoggingDestination

at line line 127
string[] getLogsList()

Get all elements of

Return Value

string[]

at line line 137
LoggingDestination addLogs(string $value)

Add a new element to

Parameters

string $value

Return Value

LoggingDestination