Class: Google::Cloud::CloudDMS::V1::MigrationJob::DumpFlag
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::MigrationJob::DumpFlag
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
Dump flag definition.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the flag.
-
#value ⇒ ::String
The value of the flag.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the flag.
818 819 820 821 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 818 class DumpFlag include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns The value of the flag.
818 819 820 821 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 818 class DumpFlag include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |