StreamingPublisherConfiguration class
- Inheritance
-
- Object
- TrackableObject
- StreamingPublisherConfiguration
- Available extensions
Constructors
Properties
Methods
-
addLabels(
Map< String, String> labels) → Future<void> -
buildArguments(
) → Map< String, dynamic> -
Available on TrackableObject, provided by the TrackableObjectExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeAllLabels(
) → Future< void> -
removeLabel(
String name) → Future< void> -
setLabel(
String name, String value) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited