Class: Google::Cloud::MigrationCenter::V1::Settings
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::Settings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Describes the Migration Center settings related to the project.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#preference_set ⇒ ::String
The preference set used by default for a project.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. The name of the resource.
3511 3512 3513 3514 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3511 class Settings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preference_set ⇒ ::String
Returns The preference set used by default for a project.
3511 3512 3513 3514 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3511 class Settings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |