Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::TeamFolder.
Represents a Dataform TeamFolder. This is a resource that sits at the project level and is used to organize Repositories and Folders with hierarchical access controls. They provide a team context and stricter access controls.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of when the TeamFolder was created.
#creator_iam_principal
def creator_iam_principal() -> ::String
Returns
- (::String) — Output only. The IAM principal identifier of the creator of the TeamFolder.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. The TeamFolder's user-friendly name.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. The TeamFolder's user-friendly name.
Returns
- (::String) — Required. The TeamFolder'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 TeamFolder's name.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The TeamFolder's name.
Returns
- (::String) — Identifier. The TeamFolder's name.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of when the TeamFolder was last updated.