Uses of Class
com.google.cloud.datacatalog.v1.Schema
-
Packages that use Schema Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of Schema in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.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
Entry.Builder. getSchema()
Schema of the entry.Schema
Entry. getSchema()
Schema of the entry.Schema
EntryOrBuilder. getSchema()
Schema of the entry.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.datacatalog.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.datacatalog.v1 with parameters of type Schema Modifier and Type Method Description Schema.Builder
Schema.Builder. mergeFrom(Schema other)
Entry.Builder
Entry.Builder. mergeSchema(Schema value)
Schema of the entry.static Schema.Builder
Schema. newBuilder(Schema prototype)
Entry.Builder
Entry.Builder. setSchema(Schema value)
Schema of the entry.
-