Class: Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ApplyJobDetails
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ApplyJobDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Details regarding an Apply background job.
Instance Attribute Summary collapse
-
#connection_profile ⇒ ::String
readonly
Output only.
-
#filter ⇒ ::String
readonly
Output only.
Instance Attribute Details
#connection_profile ⇒ ::String (readonly)
Returns Output only. The connection profile which was used for the apply job.
165 166 167 168 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 165 class ApplyJobDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String (readonly)
Returns Output only. AIP-160 based filter used to specify the entities to apply.
165 166 167 168 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 165 class ApplyJobDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |