GenericOperationMetadata class final
Generic Metadata shared by all operations.
- Inheritance
-
- Object
- ProtoMessage
- GenericOperationMetadata
Constructors
-
GenericOperationMetadata({List<
Status> partialFailures = const [], Timestamp? createTime, Timestamp? updateTime}) - GenericOperationMetadata.fromJson(Object? j)
-
factory
Properties
- createTime → Timestamp?
-
Output only. Time when the operation was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
partialFailures
→ List<
Status> -
Output only. Partial failures encountered.
E.g. single files that couldn't be read.
This field should never exceed 20 entries.
Status details field will contain standard Google Cloud error details.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime → Timestamp?
-
Output only. Time when the operation was updated for the last time.
If the operation has finished (successfully or not), this is the finish
time.
final
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