Struct gcp_bigquery_client::routine::ListOptions[][src]

pub struct ListOptions { /* fields omitted */ }

Implementations

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

Page token, returned by a previous call, to request the next page of results

If set, then only the Routine fields in the field mask, as well as projectId, datasetId and routineId, are returned in the response. If unset, then the following Routine fields are returned: etag, projectId, datasetId, routineId, routineType, creationTime, lastModifiedTime, and language.

A comma-separated list of fully qualified names of fields. Example: “user.displayName,photo”.

If set, then only the Routines matching this filter are returned. The current supported form is either “routineType:” or “routineType:”, where is a RoutineType enum. Example: “routineType:SCALAR_FUNCTION”.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more