Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class PrivateResourceMetadata.
Metadata used to identify if a resource is user scoped.
Generated from protobuf message google.cloud.dataform.v1beta1.PrivateResourceMetadata
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_scoped |
bool
Output only. If true, this resource is user-scoped, meaning it is either a workspace or sourced from a workspace. |
getUserScoped
Output only. If true, this resource is user-scoped, meaning it is either a workspace or sourced from a workspace.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setUserScoped
Output only. If true, this resource is user-scoped, meaning it is either a workspace or sourced from a workspace.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|