Class EntryBigqueryTableSpec
- java.lang.Object
-
- com.pulumi.gcp.datacatalog.outputs.EntryBigqueryTableSpec
-
public final class EntryBigqueryTableSpec extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EntryBigqueryTableSpec.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntryBigqueryTableSpec.Builder
builder()
static EntryBigqueryTableSpec.Builder
builder(EntryBigqueryTableSpec defaults)
java.util.Optional<java.lang.String>
tableSourceType()
java.util.List<EntryBigqueryTableSpecTableSpec>
tableSpecs()
java.util.List<EntryBigqueryTableSpecViewSpec>
viewSpecs()
-
-
-
Method Detail
-
tableSourceType
public java.util.Optional<java.lang.String> tableSourceType()
- Returns:
- (Output) The table source type.
-
tableSpecs
public java.util.List<EntryBigqueryTableSpecTableSpec> tableSpecs()
- Returns:
- (Output) Spec of a BigQuery table. This field should only be populated if tableSourceType is BIGQUERY_TABLE. Structure is documented below.
-
viewSpecs
public java.util.List<EntryBigqueryTableSpecViewSpec> viewSpecs()
- Returns:
- (Output) Table view specification. This field should only be populated if tableSourceType is BIGQUERY_VIEW. Structure is documented below.
-
builder
public static EntryBigqueryTableSpec.Builder builder()
-
builder
public static EntryBigqueryTableSpec.Builder builder(EntryBigqueryTableSpec defaults)
-
-