Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class MessageTransform.
All supported message transforms types.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.MessageTransform
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ javascript_udf
JavaScriptUDF
Optional. JavaScript User Defined Function. If multiple JavaScriptUDF's are specified on a resource, each must have a unique function_name
.
↳ enabled
bool
Optional. This field is deprecated, use the disabled
field to disable transforms.
↳ disabled
bool
Optional. If true, the transform is disabled and will not be applied to messages. Defaults to false
.
getJavascriptUdf
Optional. JavaScript User Defined Function. If multiple JavaScriptUDF's
are specified on a resource, each must have a unique function_name
.
hasJavascriptUdf
setJavascriptUdf
Optional. JavaScript User Defined Function. If multiple JavaScriptUDF's
are specified on a resource, each must have a unique function_name
.
$this
getEnabled
Optional. This field is deprecated, use the disabled
field to disable
transforms.
bool
setEnabled
Optional. This field is deprecated, use the disabled
field to disable
transforms.
var
bool
$this
getDisabled
Optional. If true, the transform is disabled and will not be applied to
messages. Defaults to false
.
bool
setDisabled
Optional. If true, the transform is disabled and will not be applied to
messages. Defaults to false
.
var
bool
$this
getTransform
string