Struct google_bigquery2::UserDefinedFunctionResource
[−]
[src]
pub struct UserDefinedFunctionResource {
pub resource_uri: Option<String>,
pub inline_code: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
resource_uri: Option<String>
[Pick one] A code resource to load from a Google Cloud Storage URI (gs://bucket/path).
inline_code: Option<String>
[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.
Trait Implementations
impl Debug for UserDefinedFunctionResource[src]
impl Clone for UserDefinedFunctionResource[src]
fn clone(&self) -> UserDefinedFunctionResource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for UserDefinedFunctionResource[src]
fn default() -> UserDefinedFunctionResource
Returns the "default value" for a type. Read more