#include <user_defined_function_resource.h>
◆ UserDefinedFunctionResource() [1/2]
google_bigquery_api::UserDefinedFunctionResource::UserDefinedFunctionResource |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ UserDefinedFunctionResource() [2/2]
google_bigquery_api::UserDefinedFunctionResource::UserDefinedFunctionResource |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~UserDefinedFunctionResource()
google_bigquery_api::UserDefinedFunctionResource::~UserDefinedFunctionResource |
( |
| ) |
|
|
virtual |
◆ clear_inline_code()
void google_bigquery_api::UserDefinedFunctionResource::clear_inline_code |
( |
| ) |
|
|
inline |
Clears the 'inlineCode
' attribute.
◆ clear_resource_uri()
void google_bigquery_api::UserDefinedFunctionResource::clear_resource_uri |
( |
| ) |
|
|
inline |
Clears the 'resourceUri
' attribute.
◆ get_inline_code()
const StringPiece google_bigquery_api::UserDefinedFunctionResource::get_inline_code |
( |
| ) |
const |
|
inline |
Get the value of the 'inlineCode
' attribute.
◆ get_resource_uri()
const StringPiece google_bigquery_api::UserDefinedFunctionResource::get_resource_uri |
( |
| ) |
const |
|
inline |
Get the value of the 'resourceUri
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::UserDefinedFunctionResource::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_inline_code()
bool google_bigquery_api::UserDefinedFunctionResource::has_inline_code |
( |
| ) |
const |
|
inline |
Determine if the 'inlineCode
' attribute was set.
- Returns
- true if the '
inlineCode
' attribute was set.
◆ has_resource_uri()
bool google_bigquery_api::UserDefinedFunctionResource::has_resource_uri |
( |
| ) |
const |
|
inline |
Determine if the 'resourceUri
' attribute was set.
- Returns
- true if the '
resourceUri
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_inline_code()
void google_bigquery_api::UserDefinedFunctionResource::set_inline_code |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'inlineCode
' attribute.
[Pick one] An inline resource that contains code for a user-defined function (UDF). Providing a inline code resource is equivalent to providing a URI for a file containing the same code.
- Parameters
-
◆ set_resource_uri()
void google_bigquery_api::UserDefinedFunctionResource::set_resource_uri |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'resourceUri
' attribute.
[Pick one] A code resource to load from a Google Cloud Storage URI (gs://bucket/path).
- Parameters
-
The documentation for this class was generated from the following files: