Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class StoredProcedureConfig.
Stored procedure configuration, used to configure stored procedure sharing on linked dataset.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.StoredProcedureConfig
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Optional. If true, enable sharing of stored procedure. |
↳ allowed_stored_procedure_types |
array
Output only. Types of stored procedure supported to share. |
getEnabled
Optional. If true, enable sharing of stored procedure.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnabled
Optional. If true, enable sharing of stored procedure.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAllowedStoredProcedureTypes
Output only. Types of stored procedure supported to share.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAllowedStoredProcedureTypes
Output only. Types of stored procedure supported to share.
| Parameter | |
|---|---|
| Name | Description |
var |
int[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|