CopyLogEntriesMetadata class final

Metadata for CopyLogEntries long running operations.

Inheritance
  • Object
  • ProtoMessage
  • CopyLogEntriesMetadata

Constructors

CopyLogEntriesMetadata({Timestamp? startTime, Timestamp? endTime, OperationState state = OperationState.$default, bool cancellationRequested = false, CopyLogEntriesRequest? request, int progress = 0, String writerIdentity = ''})
CopyLogEntriesMetadata.fromJson(Object? j)
factory

Properties

cancellationRequested bool
Identifies whether the user has requested cancellation of the operation.
final
endTime → Timestamp?
The end time of an operation.
final
hashCode int
The hash code for this object.
no setterinherited
progress int
Estimated progress of the operation (0 - 100%).
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
request CopyLogEntriesRequest?
CopyLogEntries RPC request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime → Timestamp?
The create time of an operation.
final
state OperationState
State of an operation.
final
writerIdentity String
The IAM identity of a service account that must be granted access to the destination.
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