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

[Pick one] A code resource to load from a Google Cloud Storage URI (gs://bucket/path).

[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 Default for UserDefinedFunctionResource
[src]

Returns the "default value" for a type. Read more

impl Clone for UserDefinedFunctionResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserDefinedFunctionResource
[src]

Formats the value using the given formatter. Read more

impl Part for UserDefinedFunctionResource
[src]

Auto Trait Implementations