Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class ParameterizedSecureViewParameters.
Parameters for Parameterized Secure Views (PSV). These parameters are used to enforce row-level security during SQL generation and query execution.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.ParameterizedSecureViewParameters
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parameters |
array|Google\Protobuf\Internal\MapField
Optional. Named parameters for Parameterized Secure Views (PSV). The map keys are parameter names (e.g., |
getParameters
Optional. Named parameters for Parameterized Secure Views (PSV).
The map keys are parameter names (e.g., "user_id"), and values are the
corresponding parameter values (e.g., "123").
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setParameters
Optional. Named parameters for Parameterized Secure Views (PSV).
The map keys are parameter names (e.g., "user_id"), and values are the
corresponding parameter values (e.g., "123").
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|