Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class 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.
Generated from protobuf message google.cloud.dataform.v1beta1.TeamFolder
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The TeamFolder's name. |
↳ display_name |
string
Required. The TeamFolder's user-friendly name. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The timestamp of when the TeamFolder was created. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. The timestamp of when the TeamFolder was last updated. |
↳ internal_metadata |
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. |
↳ creator_iam_principal |
string
Output only. The IAM principal identifier of the creator of the TeamFolder. |
getName
Identifier. The TeamFolder's name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The TeamFolder's name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Required. The TeamFolder's user-friendly name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Required. The TeamFolder's user-friendly name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. The timestamp of when the TeamFolder was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The timestamp of when the TeamFolder was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. The timestamp of when the TeamFolder was last updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The timestamp of when the TeamFolder was last updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInternalMetadata
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasInternalMetadata
clearInternalMetadata
setInternalMetadata
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreatorIamPrincipal
Output only. The IAM principal identifier of the creator of the TeamFolder.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasCreatorIamPrincipal
clearCreatorIamPrincipal
setCreatorIamPrincipal
Output only. The IAM principal identifier of the creator of the TeamFolder.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|