Uses of Class
com.google.cloud.datacatalog.v1.TableSpec
-
Packages that use TableSpec Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of TableSpec in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return TableSpec Modifier and Type Method Description TableSpec
TableSpec.Builder. build()
TableSpec
TableSpec.Builder. buildPartial()
static TableSpec
TableSpec. getDefaultInstance()
TableSpec
TableSpec.Builder. getDefaultInstanceForType()
TableSpec
TableSpec. getDefaultInstanceForType()
TableSpec
BigQueryTableSpec.Builder. getTableSpec()
Specification of a BigQuery table.TableSpec
BigQueryTableSpec. getTableSpec()
Specification of a BigQuery table.TableSpec
BigQueryTableSpecOrBuilder. getTableSpec()
Specification of a BigQuery table.static TableSpec
TableSpec. parseDelimitedFrom(InputStream input)
static TableSpec
TableSpec. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSpec
TableSpec. parseFrom(byte[] data)
static TableSpec
TableSpec. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSpec
TableSpec. parseFrom(com.google.protobuf.ByteString data)
static TableSpec
TableSpec. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSpec
TableSpec. parseFrom(com.google.protobuf.CodedInputStream input)
static TableSpec
TableSpec. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSpec
TableSpec. parseFrom(InputStream input)
static TableSpec
TableSpec. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSpec
TableSpec. parseFrom(ByteBuffer data)
static TableSpec
TableSpec. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type TableSpec Modifier and Type Method Description com.google.protobuf.Parser<TableSpec>
TableSpec. getParserForType()
static com.google.protobuf.Parser<TableSpec>
TableSpec. parser()
Methods in com.google.cloud.datacatalog.v1 with parameters of type TableSpec Modifier and Type Method Description TableSpec.Builder
TableSpec.Builder. mergeFrom(TableSpec other)
BigQueryTableSpec.Builder
BigQueryTableSpec.Builder. mergeTableSpec(TableSpec value)
Specification of a BigQuery table.static TableSpec.Builder
TableSpec. newBuilder(TableSpec prototype)
BigQueryTableSpec.Builder
BigQueryTableSpec.Builder. setTableSpec(TableSpec value)
Specification of a BigQuery table.
-