Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ParameterizedSecureViewParameters.
Parameters for Parameterized Secure Views (PSV). These parameters are used to enforce row-level security during SQL generation and query execution.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parameters
def parameters() -> ::Google::Protobuf::Map{::String => ::String}
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — 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").
#parameters=
def parameters=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
-
value (::Google::Protobuf::Map{::String => ::String}) — 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
-
(::Google::Protobuf::Map{::String => ::String}) — 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").