CloudLoggingOption class
CloudLoggingOption
contains additional settings for Cloud Logging logs
generated by Batch job.
Constructors
- CloudLoggingOption({bool? useGenericTaskMonitoredResource})
- CloudLoggingOption.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useGenericTaskMonitoredResource ↔ bool?
-
Set this flag to true to change the
monitored resource type
for Cloud Logging logs generated by this Batch job from the
[
batch.googleapis.com/Job
](https://cloud.google.com/monitoring/api/resources#tag_batch.googleapis.com/Job) type to the formerly used [generic_task
](https://cloud.google.com/monitoring/api/resources#tag_generic_task) type.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited