Google Cloud Dataplex V1 Client - Class ResourceSpec (0.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ResourceSpec.
Settings for resources attached as assets within a zone.
Generated from protobuf message google.cloud.dataplex.v1.Zone.ResourceSpec
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ location_type |
int
Required. Immutable. The location type of the resources that are allowed to be attached to the assets within this zone. |
getLocationType
Required. Immutable. The location type of the resources that are allowed to be attached to the assets within this zone.
| Returns | |
|---|---|
| Type | Description |
int |
|
setLocationType
Required. Immutable. The location type of the resources that are allowed to be attached to the assets within this zone.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|