Class: Google::Cloud::MigrationCenter::V1::GetSourceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::GetSourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A request to get a source.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
1257 1258 1259 1260 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1257 class GetSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |