Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::Folder.
Represents a Dataform Folder. This is a resource that is used to organize Files and other Folders and provide hierarchical access controls.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#containing_folder
def containing_folder() -> ::String
Returns
- (::String) — Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
#containing_folder=
def containing_folder=(value) -> ::String
Parameter
- value (::String) — Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
Returns
- (::String) — Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of when the Folder was created.
#creator_iam_principal
def creator_iam_principal() -> ::String
Returns
- (::String) — Output only. The IAM principal identifier of the creator of the Folder.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. The Folder's user-friendly name.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. The Folder's user-friendly name.
Returns
- (::String) — Required. The Folder's user-friendly name.
#internal_metadata
def internal_metadata() -> ::String
Returns
- (::String) — Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The Folder's name.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The Folder's name.
Returns
- (::String) — Identifier. The Folder's name.
#team_folder_name
def team_folder_name() -> ::String
Returns
- (::String) — Output only. The resource name of the TeamFolder that this Folder is associated with. This should take the format: projects/{project}/locations/{location}/teamFolders/{teamFolder}. If this is not set, the Folder is not associated with a TeamFolder and is a UserFolder.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of when the Folder was last updated.