Dataform V1 API - Class Google::Cloud::Dataform::V1::DeleteTeamFolderTreeRequest (v0.4.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::String) — Required. The TeamFolder's name. Format: projects/{project}/locations/{location}/teamFolders/{team_folder}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The TeamFolder's name. Format: projects/{project}/locations/{location}/teamFolders/{team_folder}
Returns
  • (::String) — Required. The TeamFolder's name. Format: projects/{project}/locations/{location}/teamFolders/{team_folder}