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 SchemaSchema.Builder. build()SchemaSchema.Builder. buildPartial()static SchemaSchema. getDefaultInstance()SchemaSchema.Builder. getDefaultInstanceForType()SchemaSchema. getDefaultInstanceForType()SchemaEntity.Builder. getSchema()Required.SchemaEntity. getSchema()Required.SchemaEntityOrBuilder. getSchema()Required.static SchemaSchema. parseDelimitedFrom(InputStream input)static SchemaSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchemaSchema. parseFrom(byte[] data)static SchemaSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchemaSchema. parseFrom(com.google.protobuf.ByteString data)static SchemaSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchemaSchema. parseFrom(com.google.protobuf.CodedInputStream input)static SchemaSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchemaSchema. parseFrom(InputStream input)static SchemaSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchemaSchema. parseFrom(ByteBuffer data)static SchemaSchema. 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.BuilderSchema.Builder. mergeFrom(Schema other)Entity.BuilderEntity.Builder. mergeSchema(Schema value)Required.static Schema.BuilderSchema. newBuilder(Schema prototype)Entity.BuilderEntity.Builder. setSchema(Schema value)Required.
-