Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::DeleteTeamFolderTreeRequest.
DeleteTeamFolderTree request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#force
def force() -> ::Boolean-
(::Boolean) — Optional. If
false(default): The operation will fail if any Repository within the folder hierarchy has associated Release Configs or Workflow Configs.If
true: The operation will attempt to delete everything, including any Release Configs and Workflow Configs linked to Repositories within the folder hierarchy. This permanently removes schedules and resources.
#force=
def force=(value) -> ::Boolean-
value (::Boolean) — Optional. If
false(default): The operation will fail if any Repository within the folder hierarchy has associated Release Configs or Workflow Configs.If
true: The operation will attempt to delete everything, including any Release Configs and Workflow Configs linked to Repositories within the folder hierarchy. This permanently removes schedules and resources.
-
(::Boolean) — Optional. If
false(default): The operation will fail if any Repository within the folder hierarchy has associated Release Configs or Workflow Configs.If
true: The operation will attempt to delete everything, including any Release Configs and Workflow Configs linked to Repositories within the folder hierarchy. This permanently removes schedules and resources.
#name
def name() -> ::String- (::String) — Required. The TeamFolder's name. Format: projects/{project}/locations/{location}/teamFolders/{team_folder}
#name=
def name=(value) -> ::String- value (::String) — Required. The TeamFolder's name. Format: projects/{project}/locations/{location}/teamFolders/{team_folder}
- (::String) — Required. The TeamFolder's name. Format: projects/{project}/locations/{location}/teamFolders/{team_folder}