Uses of Class
com.google.cloud.datacatalog.v1.PhysicalSchema
-
Packages that use PhysicalSchema Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of PhysicalSchema in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return PhysicalSchema Modifier and Type Method Description PhysicalSchema
PhysicalSchema.Builder. build()
PhysicalSchema
PhysicalSchema.Builder. buildPartial()
PhysicalSchema
DataplexSpec.Builder. getDataFormat()
Format of the data.PhysicalSchema
DataplexSpec. getDataFormat()
Format of the data.PhysicalSchema
DataplexSpecOrBuilder. getDataFormat()
Format of the data.static PhysicalSchema
PhysicalSchema. getDefaultInstance()
PhysicalSchema
PhysicalSchema.Builder. getDefaultInstanceForType()
PhysicalSchema
PhysicalSchema. getDefaultInstanceForType()
static PhysicalSchema
PhysicalSchema. parseDelimitedFrom(InputStream input)
static PhysicalSchema
PhysicalSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhysicalSchema
PhysicalSchema. parseFrom(byte[] data)
static PhysicalSchema
PhysicalSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhysicalSchema
PhysicalSchema. parseFrom(com.google.protobuf.ByteString data)
static PhysicalSchema
PhysicalSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhysicalSchema
PhysicalSchema. parseFrom(com.google.protobuf.CodedInputStream input)
static PhysicalSchema
PhysicalSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhysicalSchema
PhysicalSchema. parseFrom(InputStream input)
static PhysicalSchema
PhysicalSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhysicalSchema
PhysicalSchema. parseFrom(ByteBuffer data)
static PhysicalSchema
PhysicalSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type PhysicalSchema Modifier and Type Method Description com.google.protobuf.Parser<PhysicalSchema>
PhysicalSchema. getParserForType()
static com.google.protobuf.Parser<PhysicalSchema>
PhysicalSchema. parser()
Methods in com.google.cloud.datacatalog.v1 with parameters of type PhysicalSchema Modifier and Type Method Description DataplexSpec.Builder
DataplexSpec.Builder. mergeDataFormat(PhysicalSchema value)
Format of the data.PhysicalSchema.Builder
PhysicalSchema.Builder. mergeFrom(PhysicalSchema other)
static PhysicalSchema.Builder
PhysicalSchema. newBuilder(PhysicalSchema prototype)
DataplexSpec.Builder
DataplexSpec.Builder. setDataFormat(PhysicalSchema value)
Format of the data.
-