Class: Google::Cloud::ConfigService::V1::GetAutoMigrationConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::GetAutoMigrationConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
The request message for the GetAutoMigrationConfig method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the AutoMigrationConfig. Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.
2148 2149 2150 2151 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2148 class GetAutoMigrationConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |