Class: Google::Cloud::Dataform::V1::CreateTeamFolderRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1/dataform.rb

Overview

CreateTeamFolder request message.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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/*.



3050
3051
3052
3053
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 3050

class CreateTeamFolderRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#team_folder::Google::Cloud::Dataform::V1::TeamFolder

Returns Required. The TeamFolder to create.

Returns:



3050
3051
3052
3053
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 3050

class CreateTeamFolderRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end