Logging_LoggingDestination class final

Configuration of a specific logging destination (the producer project or the consumer project).

Inheritance
  • Object
  • ProtoMessage
  • Logging_LoggingDestination

Constructors

Logging_LoggingDestination({String monitoredResource = '', List<String> logs = const []})
Logging_LoggingDestination.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
logs List<String>
Names of the logs to be sent to this destination. Each name must be defined in the Service.logs section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/".
final
monitoredResource String
The monitored resource type. The type must be defined in the Service.monitored_resources section.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String