BatchMigrateResourcesOperationMetadata_PartialResult class final
Represents a partial result in batch migration operation for one
MigrateResourceRequest.
- Inheritance
-
- Object
- ProtoMessage
- BatchMigrateResourcesOperationMetadata_PartialResult
Constructors
- BatchMigrateResourcesOperationMetadata_PartialResult({Status? error, String? model, String? dataset, MigrateResourceRequest? request})
- BatchMigrateResourcesOperationMetadata_PartialResult.fromJson(Object? j)
-
factory
Properties
- dataset → String?
-
Migrated dataset resource name.
final
- error → Status?
-
The error result of the migration request in case of failure.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- model → String?
-
Migrated model resource name.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - request → MigrateResourceRequest?
-
It's the same as the value in
MigrateResourceRequest.migrate_resource_requests.final - 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