Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::CreateTeamFolderRequest (v0.15.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CreateTeamFolderRequest.

CreateTeamFolder request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The location in which to create the TeamFolder. Must be in the format projects/*/locations/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The location in which to create the TeamFolder. Must be in the format projects/*/locations/*.
Returns
  • (::String) — Required. The location in which to create the TeamFolder. Must be in the format projects/*/locations/*.

#team_folder

def team_folder() -> ::Google::Cloud::Dataform::V1beta1::TeamFolder
Returns

#team_folder=

def team_folder=(value) -> ::Google::Cloud::Dataform::V1beta1::TeamFolder
Parameter
Returns

#team_folder_id

def team_folder_id() -> ::String
Returns
  • (::String) — The ID to use for the TeamFolder, which will become the final component of the TeamFolder's resource name.

#team_folder_id=

def team_folder_id=(value) -> ::String
Parameter
  • value (::String) — The ID to use for the TeamFolder, which will become the final component of the TeamFolder's resource name.
Returns
  • (::String) — The ID to use for the TeamFolder, which will become the final component of the TeamFolder's resource name.