Class: Google::Cloud::Dataform::V1::MoveRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::MoveRepositoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
MoveRepository request message.
Instance Attribute Summary collapse
-
#destination_containing_folder ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#destination_containing_folder ⇒ ::String
Returns Optional. The name of the Folder, TeamFolder, or root location to move the
repository to. Can be in the format of: "" to move into the root User
folder, projects/*/locations/*/folders/*,
projects/*/locations/*/teamFolders/*.
251 252 253 254 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 251 class MoveRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The full resource name of the repository to move.
251 252 253 254 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 251 class MoveRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |