Enum googapis::google::cloud::datacatalog::v1beta1::entry::TypeSpec[][src]

pub enum TypeSpec {
    GcsFilesetSpec(GcsFilesetSpec),
    BigqueryTableSpec(BigQueryTableSpec),
    BigqueryDateShardedSpec(BigQueryDateShardedSpec),
}
Expand description

Type specification information.

Variants

GcsFilesetSpec(GcsFilesetSpec)

Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET.

Tuple Fields of GcsFilesetSpec

0: GcsFilesetSpec
BigqueryTableSpec(BigQueryTableSpec)

Specification that applies to a BigQuery table. This is only valid on entries of type TABLE.

Tuple Fields of BigqueryTableSpec

0: BigQueryTableSpec
BigqueryDateShardedSpec(BigQueryDateShardedSpec)

Specification for a group of BigQuery tables with name pattern \[prefix\]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.

Tuple Fields of BigqueryDateShardedSpec

0: BigQueryDateShardedSpec

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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