Uses of Class
com.google.cloud.dataplex.v1.Schema
-
Packages that use Schema Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of Schema in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return Schema Modifier and Type Method Description Schema
Schema.Builder. build()
Schema
Schema.Builder. buildPartial()
static Schema
Schema. getDefaultInstance()
Schema
Schema.Builder. getDefaultInstanceForType()
Schema
Schema. getDefaultInstanceForType()
Schema
Entity.Builder. getSchema()
Required.Schema
Entity. getSchema()
Required.Schema
EntityOrBuilder. getSchema()
Required.static Schema
Schema. parseDelimitedFrom(InputStream input)
static Schema
Schema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema
Schema. parseFrom(byte[] data)
static Schema
Schema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema
Schema. parseFrom(com.google.protobuf.ByteString data)
static Schema
Schema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema
Schema. parseFrom(com.google.protobuf.CodedInputStream input)
static Schema
Schema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema
Schema. parseFrom(InputStream input)
static Schema
Schema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema
Schema. parseFrom(ByteBuffer data)
static Schema
Schema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type Schema Modifier and Type Method Description com.google.protobuf.Parser<Schema>
Schema. getParserForType()
static com.google.protobuf.Parser<Schema>
Schema. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type Schema Modifier and Type Method Description Schema.Builder
Schema.Builder. mergeFrom(Schema other)
Entity.Builder
Entity.Builder. mergeSchema(Schema value)
Required.static Schema.Builder
Schema. newBuilder(Schema prototype)
Entity.Builder
Entity.Builder. setSchema(Schema value)
Required.
-