Google Cloud Gemini Data Analytics V1beta Client - Class Parameter (0.11.0)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class Parameter.

Represents a single parameter for Parameterized Secure Views.

Generated from protobuf message google.cloud.geminidataanalytics.v1beta.ParameterizedSecureViewParameters.Parameter

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta \ ParameterizedSecureViewParameters

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ key string

Required. The parameter key (e.g., "user_id").

↳ value string

Required. The parameter value (e.g., "123").

getKey

Required. The parameter key (e.g., "user_id").

Returns
Type Description
string

setKey

Required. The parameter key (e.g., "user_id").

Parameter
Name Description
var string
Returns
Type Description
$this

getValue

Required. The parameter value (e.g., "123").

Returns
Type Description
string

setValue

Required. The parameter value (e.g., "123").

Parameter
Name Description
var string
Returns
Type Description
$this