Configuration of a specific logging destination (the producer project or the consumer project).
Generated from protobuf message google.api.Logging.LoggingDestination
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getLogs() Names of the logs to be sent to this destination. Each name must be defined in the [Service.logs][google.api.Service.logs] section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/". Generated from protobuf field repeated string logs = 1;
|
| public getMonitoredResource() The monitored resource type. The type must be defined in the [Service.monitored_resources][google.api.Service.monitored_resources] section. Generated from protobuf field string monitored_resource = 3;
|
| public setLogs( $var) Names of the logs to be sent to this destination. Each name must be defined in the [Service.logs][google.api.Service.logs] section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/". Generated from protobuf field repeated string logs = 1;
|
| public setMonitoredResource( $var) The monitored resource type. The type must be defined in the [Service.monitored_resources][google.api.Service.monitored_resources] section. Generated from protobuf field string monitored_resource = 3;
|
| Properties |
| protected $monitored_resource = '' The monitored resource type. The type must be defined in the [Service.monitored_resources][google.api.Service.monitored_resources] section. Generated from protobuf field string monitored_resource = 3; |
| Methods |
| Properties |
| private $logs = NULL Names of the logs to be sent to this destination. Each name must be defined in the [Service.logs][google.api.Service.logs] section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/". Generated from protobuf field repeated string logs = 1; |