Class EntryBigqueryTableSpecTableSpec
- java.lang.Object
-
- com.pulumi.gcp.datacatalog.outputs.EntryBigqueryTableSpecTableSpec
-
public final class EntryBigqueryTableSpecTableSpec extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EntryBigqueryTableSpecTableSpec.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntryBigqueryTableSpecTableSpec.Builder
builder()
static EntryBigqueryTableSpecTableSpec.Builder
builder(EntryBigqueryTableSpecTableSpec defaults)
java.util.Optional<java.lang.String>
groupedEntry()
-
-
-
Method Detail
-
groupedEntry
public java.util.Optional<java.lang.String> groupedEntry()
- Returns:
- (Output) If the table is a dated shard, i.e., with name pattern [prefix]YYYYMMDD, groupedEntry is the Data Catalog resource name of the date sharded grouped entry, for example, projects/{project_id}/locations/{location}/entrygroups/{entryGroupId}/entries/{entryId}. Otherwise, groupedEntry is empty.
-
builder
public static EntryBigqueryTableSpecTableSpec.Builder builder()
-
builder
public static EntryBigqueryTableSpecTableSpec.Builder builder(EntryBigqueryTableSpecTableSpec defaults)
-
-