Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CreateFolderRequest.
CreateFolder request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#folder
def folder() -> ::Google::Cloud::Dataform::V1beta1::Folder
Returns
- (::Google::Cloud::Dataform::V1beta1::Folder) — Required. The Folder to create.
#folder=
def folder=(value) -> ::Google::Cloud::Dataform::V1beta1::Folder
Parameter
- value (::Google::Cloud::Dataform::V1beta1::Folder) — Required. The Folder to create.
Returns
- (::Google::Cloud::Dataform::V1beta1::Folder) — Required. The Folder to create.
#folder_id
def folder_id() -> ::String
Returns
- (::String) — The ID to use for the Folder, which will become the final component of the Folder's resource name.
#folder_id=
def folder_id=(value) -> ::String
Parameter
- value (::String) — The ID to use for the Folder, which will become the final component of the Folder's resource name.
Returns
- (::String) — The ID to use for the Folder, which will become the final component of the Folder's resource name.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The location in which to create the Folder. Must be in the format
projects/*/locations/*.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The location in which to create the Folder. Must be in the format
projects/*/locations/*.
Returns
-
(::String) — Required. The location in which to create the Folder. Must be in the format
projects/*/locations/*.