Class: Google::Cloud::CloudDMS::V1::MigrationJob::DumpFlag

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns The name of the flag.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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