bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::UserDefinedFunctionResource Class Reference

#include <user_defined_function_resource.h>

Inheritance diagram for google_bigquery_api::UserDefinedFunctionResource:

Public Member Functions

 UserDefinedFunctionResource (const Json::Value &storage)
 
 UserDefinedFunctionResource (Json::Value *storage)
 
virtual ~UserDefinedFunctionResource ()
 
const StringPiece GetTypeName () const
 
bool has_inline_code () const
 
void clear_inline_code ()
 
const StringPiece get_inline_code () const
 
void set_inline_code (const StringPiece &value)
 
bool has_resource_uri () const
 
void clear_resource_uri ()
 
const StringPiece get_resource_uri () const
 
void set_resource_uri (const StringPiece &value)
 

Static Public Member Functions

static UserDefinedFunctionResourceNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ UserDefinedFunctionResource() [1/2]

google_bigquery_api::UserDefinedFunctionResource::UserDefinedFunctionResource ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~UserDefinedFunctionResource()

google_bigquery_api::UserDefinedFunctionResource::~UserDefinedFunctionResource ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::UserDefinedFunctionResource

◆ 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()

UserDefinedFunctionResource * google_bigquery_api::UserDefinedFunctionResource::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

The documentation for this class was generated from the following files: