Class: Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::SeedJobDetails
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::SeedJobDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Details regarding a Seed background job.
Instance Attribute Summary collapse
-
#connection_profile ⇒ ::String
readonly
Output only.
Instance Attribute Details
#connection_profile ⇒ ::String (readonly)
Returns Output only. The connection profile which was used for the seed job.
132 133 134 135 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 132 class SeedJobDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |