TransferJob class
This resource represents the configuration of a transfer job that runs periodically.
Constructors
- TransferJob({String? creationTime, String? deletionTime, String? description, EventStream? eventStream, String? lastModificationTime, String? latestOperationName, LoggingConfig? loggingConfig, String? name, NotificationConfig? notificationConfig, String? projectId, ReplicationSpec? replicationSpec, Schedule? schedule, String? status, TransferSpec? transferSpec})
- TransferJob.fromJson(Map json_)
Properties
- creationTime ↔ String?
-
The time that the transfer job was created.
getter/setter pair
- deletionTime ↔ String?
-
The time that the transfer job was deleted.
getter/setter pair
- description ↔ String?
-
A description provided by the user for the job.
getter/setter pair
- eventStream ↔ EventStream?
-
Specifies the event stream for the transfer job for event-driven
transfers.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModificationTime ↔ String?
-
The time that the transfer job was last modified.
getter/setter pair
- latestOperationName ↔ String?
-
The name of the most recently started TransferOperation of this JobConfig.
getter/setter pair
- loggingConfig ↔ LoggingConfig?
-
Logging configuration.
getter/setter pair
- name ↔ String?
-
A unique name (within the transfer project) assigned when the job is
created.
getter/setter pair
- notificationConfig ↔ NotificationConfig?
-
Notification configuration.
getter/setter pair
- projectId ↔ String?
-
The ID of the Google Cloud project that owns the job.
getter/setter pair
- replicationSpec ↔ ReplicationSpec?
-
Replication specification.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schedule ↔ Schedule?
-
Specifies schedule for the transfer job.
getter/setter pair
- status ↔ String?
-
Status of the job.
getter/setter pair
- transferSpec ↔ TransferSpec?
-
Transfer specification.
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