- 1.84.0 (latest)
- 1.82.0
- 1.81.0
- 1.80.0
- 1.79.0
- 1.78.0
- 1.76.0
- 1.74.0
- 1.73.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public static final class PhysicalSchema.Builder extends GeneratedMessageV3.Builder<PhysicalSchema.Builder> implements PhysicalSchemaOrBuilderNative schema used by a resource represented as an entry. Used by query engines for deserializing and parsing source data.
 Protobuf type google.cloud.datacatalog.v1.PhysicalSchema
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PhysicalSchema.BuilderImplements
PhysicalSchemaOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PhysicalSchema.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| PhysicalSchema.Builder | 
build()
public PhysicalSchema build()| Type | Description | 
| PhysicalSchema | 
buildPartial()
public PhysicalSchema buildPartial()| Type | Description | 
| PhysicalSchema | 
clear()
public PhysicalSchema.Builder clear()| Type | Description | 
| PhysicalSchema.Builder | 
clearAvro()
public PhysicalSchema.Builder clearAvro()Schema in Avro JSON format.
 .google.cloud.datacatalog.v1.PhysicalSchema.AvroSchema avro = 1;
| Type | Description | 
| PhysicalSchema.Builder | 
clearCsv()
public PhysicalSchema.Builder clearCsv()Marks a CSV-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.CsvSchema csv = 6;
| Type | Description | 
| PhysicalSchema.Builder | 
clearField(Descriptors.FieldDescriptor field)
public PhysicalSchema.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
| Type | Description | 
| PhysicalSchema.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public PhysicalSchema.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
| Type | Description | 
| PhysicalSchema.Builder | 
clearOrc()
public PhysicalSchema.Builder clearOrc()Marks an ORC-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.OrcSchema orc = 5;
| Type | Description | 
| PhysicalSchema.Builder | 
clearParquet()
public PhysicalSchema.Builder clearParquet()Marks a Parquet-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.ParquetSchema parquet = 4;
| Type | Description | 
| PhysicalSchema.Builder | 
clearProtobuf()
public PhysicalSchema.Builder clearProtobuf()Schema in protocol buffer format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ProtobufSchema protobuf = 3;
| Type | Description | 
| PhysicalSchema.Builder | 
clearSchema()
public PhysicalSchema.Builder clearSchema()| Type | Description | 
| PhysicalSchema.Builder | 
clearThrift()
public PhysicalSchema.Builder clearThrift()Schema in Thrift format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ThriftSchema thrift = 2;
| Type | Description | 
| PhysicalSchema.Builder | 
clone()
public PhysicalSchema.Builder clone()| Type | Description | 
| PhysicalSchema.Builder | 
getAvro()
public PhysicalSchema.AvroSchema getAvro()Schema in Avro JSON format.
 .google.cloud.datacatalog.v1.PhysicalSchema.AvroSchema avro = 1;
| Type | Description | 
| PhysicalSchema.AvroSchema | The avro. | 
getAvroBuilder()
public PhysicalSchema.AvroSchema.Builder getAvroBuilder()Schema in Avro JSON format.
 .google.cloud.datacatalog.v1.PhysicalSchema.AvroSchema avro = 1;
| Type | Description | 
| PhysicalSchema.AvroSchema.Builder | 
getAvroOrBuilder()
public PhysicalSchema.AvroSchemaOrBuilder getAvroOrBuilder()Schema in Avro JSON format.
 .google.cloud.datacatalog.v1.PhysicalSchema.AvroSchema avro = 1;
| Type | Description | 
| PhysicalSchema.AvroSchemaOrBuilder | 
getCsv()
public PhysicalSchema.CsvSchema getCsv()Marks a CSV-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.CsvSchema csv = 6;
| Type | Description | 
| PhysicalSchema.CsvSchema | The csv. | 
getCsvBuilder()
public PhysicalSchema.CsvSchema.Builder getCsvBuilder()Marks a CSV-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.CsvSchema csv = 6;
| Type | Description | 
| PhysicalSchema.CsvSchema.Builder | 
getCsvOrBuilder()
public PhysicalSchema.CsvSchemaOrBuilder getCsvOrBuilder()Marks a CSV-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.CsvSchema csv = 6;
| Type | Description | 
| PhysicalSchema.CsvSchemaOrBuilder | 
getDefaultInstanceForType()
public PhysicalSchema getDefaultInstanceForType()| Type | Description | 
| PhysicalSchema | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getOrc()
public PhysicalSchema.OrcSchema getOrc()Marks an ORC-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.OrcSchema orc = 5;
| Type | Description | 
| PhysicalSchema.OrcSchema | The orc. | 
getOrcBuilder()
public PhysicalSchema.OrcSchema.Builder getOrcBuilder()Marks an ORC-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.OrcSchema orc = 5;
| Type | Description | 
| PhysicalSchema.OrcSchema.Builder | 
getOrcOrBuilder()
public PhysicalSchema.OrcSchemaOrBuilder getOrcOrBuilder()Marks an ORC-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.OrcSchema orc = 5;
| Type | Description | 
| PhysicalSchema.OrcSchemaOrBuilder | 
getParquet()
public PhysicalSchema.ParquetSchema getParquet()Marks a Parquet-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.ParquetSchema parquet = 4;
| Type | Description | 
| PhysicalSchema.ParquetSchema | The parquet. | 
getParquetBuilder()
public PhysicalSchema.ParquetSchema.Builder getParquetBuilder()Marks a Parquet-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.ParquetSchema parquet = 4;
| Type | Description | 
| PhysicalSchema.ParquetSchema.Builder | 
getParquetOrBuilder()
public PhysicalSchema.ParquetSchemaOrBuilder getParquetOrBuilder()Marks a Parquet-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.ParquetSchema parquet = 4;
| Type | Description | 
| PhysicalSchema.ParquetSchemaOrBuilder | 
getProtobuf()
public PhysicalSchema.ProtobufSchema getProtobuf()Schema in protocol buffer format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ProtobufSchema protobuf = 3;
| Type | Description | 
| PhysicalSchema.ProtobufSchema | The protobuf. | 
getProtobufBuilder()
public PhysicalSchema.ProtobufSchema.Builder getProtobufBuilder()Schema in protocol buffer format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ProtobufSchema protobuf = 3;
| Type | Description | 
| PhysicalSchema.ProtobufSchema.Builder | 
getProtobufOrBuilder()
public PhysicalSchema.ProtobufSchemaOrBuilder getProtobufOrBuilder()Schema in protocol buffer format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ProtobufSchema protobuf = 3;
| Type | Description | 
| PhysicalSchema.ProtobufSchemaOrBuilder | 
getSchemaCase()
public PhysicalSchema.SchemaCase getSchemaCase()| Type | Description | 
| PhysicalSchema.SchemaCase | 
getThrift()
public PhysicalSchema.ThriftSchema getThrift()Schema in Thrift format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ThriftSchema thrift = 2;
| Type | Description | 
| PhysicalSchema.ThriftSchema | The thrift. | 
getThriftBuilder()
public PhysicalSchema.ThriftSchema.Builder getThriftBuilder()Schema in Thrift format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ThriftSchema thrift = 2;
| Type | Description | 
| PhysicalSchema.ThriftSchema.Builder | 
getThriftOrBuilder()
public PhysicalSchema.ThriftSchemaOrBuilder getThriftOrBuilder()Schema in Thrift format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ThriftSchema thrift = 2;
| Type | Description | 
| PhysicalSchema.ThriftSchemaOrBuilder | 
hasAvro()
public boolean hasAvro()Schema in Avro JSON format.
 .google.cloud.datacatalog.v1.PhysicalSchema.AvroSchema avro = 1;
| Type | Description | 
| boolean | Whether the avro field is set. | 
hasCsv()
public boolean hasCsv()Marks a CSV-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.CsvSchema csv = 6;
| Type | Description | 
| boolean | Whether the csv field is set. | 
hasOrc()
public boolean hasOrc()Marks an ORC-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.OrcSchema orc = 5;
| Type | Description | 
| boolean | Whether the orc field is set. | 
hasParquet()
public boolean hasParquet()Marks a Parquet-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.ParquetSchema parquet = 4;
| Type | Description | 
| boolean | Whether the parquet field is set. | 
hasProtobuf()
public boolean hasProtobuf()Schema in protocol buffer format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ProtobufSchema protobuf = 3;
| Type | Description | 
| boolean | Whether the protobuf field is set. | 
hasThrift()
public boolean hasThrift()Schema in Thrift format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ThriftSchema thrift = 2;
| Type | Description | 
| boolean | Whether the thrift field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeAvro(PhysicalSchema.AvroSchema value)
public PhysicalSchema.Builder mergeAvro(PhysicalSchema.AvroSchema value)Schema in Avro JSON format.
 .google.cloud.datacatalog.v1.PhysicalSchema.AvroSchema avro = 1;
| Name | Description | 
| value | PhysicalSchema.AvroSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
mergeCsv(PhysicalSchema.CsvSchema value)
public PhysicalSchema.Builder mergeCsv(PhysicalSchema.CsvSchema value)Marks a CSV-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.CsvSchema csv = 6;
| Name | Description | 
| value | PhysicalSchema.CsvSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
mergeFrom(PhysicalSchema other)
public PhysicalSchema.Builder mergeFrom(PhysicalSchema other)| Name | Description | 
| other | PhysicalSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PhysicalSchema.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Type | Description | 
| PhysicalSchema.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public PhysicalSchema.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
| Type | Description | 
| PhysicalSchema.Builder | 
mergeOrc(PhysicalSchema.OrcSchema value)
public PhysicalSchema.Builder mergeOrc(PhysicalSchema.OrcSchema value)Marks an ORC-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.OrcSchema orc = 5;
| Name | Description | 
| value | PhysicalSchema.OrcSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
mergeParquet(PhysicalSchema.ParquetSchema value)
public PhysicalSchema.Builder mergeParquet(PhysicalSchema.ParquetSchema value)Marks a Parquet-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.ParquetSchema parquet = 4;
| Name | Description | 
| value | PhysicalSchema.ParquetSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
mergeProtobuf(PhysicalSchema.ProtobufSchema value)
public PhysicalSchema.Builder mergeProtobuf(PhysicalSchema.ProtobufSchema value)Schema in protocol buffer format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ProtobufSchema protobuf = 3;
| Name | Description | 
| value | PhysicalSchema.ProtobufSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
mergeThrift(PhysicalSchema.ThriftSchema value)
public PhysicalSchema.Builder mergeThrift(PhysicalSchema.ThriftSchema value)Schema in Thrift format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ThriftSchema thrift = 2;
| Name | Description | 
| value | PhysicalSchema.ThriftSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PhysicalSchema.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| PhysicalSchema.Builder | 
setAvro(PhysicalSchema.AvroSchema value)
public PhysicalSchema.Builder setAvro(PhysicalSchema.AvroSchema value)Schema in Avro JSON format.
 .google.cloud.datacatalog.v1.PhysicalSchema.AvroSchema avro = 1;
| Name | Description | 
| value | PhysicalSchema.AvroSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
setAvro(PhysicalSchema.AvroSchema.Builder builderForValue)
public PhysicalSchema.Builder setAvro(PhysicalSchema.AvroSchema.Builder builderForValue)Schema in Avro JSON format.
 .google.cloud.datacatalog.v1.PhysicalSchema.AvroSchema avro = 1;
| Name | Description | 
| builderForValue | PhysicalSchema.AvroSchema.Builder | 
| Type | Description | 
| PhysicalSchema.Builder | 
setCsv(PhysicalSchema.CsvSchema value)
public PhysicalSchema.Builder setCsv(PhysicalSchema.CsvSchema value)Marks a CSV-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.CsvSchema csv = 6;
| Name | Description | 
| value | PhysicalSchema.CsvSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
setCsv(PhysicalSchema.CsvSchema.Builder builderForValue)
public PhysicalSchema.Builder setCsv(PhysicalSchema.CsvSchema.Builder builderForValue)Marks a CSV-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.CsvSchema csv = 6;
| Name | Description | 
| builderForValue | PhysicalSchema.CsvSchema.Builder | 
| Type | Description | 
| PhysicalSchema.Builder | 
setField(Descriptors.FieldDescriptor field, Object value)
public PhysicalSchema.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| PhysicalSchema.Builder | 
setOrc(PhysicalSchema.OrcSchema value)
public PhysicalSchema.Builder setOrc(PhysicalSchema.OrcSchema value)Marks an ORC-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.OrcSchema orc = 5;
| Name | Description | 
| value | PhysicalSchema.OrcSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
setOrc(PhysicalSchema.OrcSchema.Builder builderForValue)
public PhysicalSchema.Builder setOrc(PhysicalSchema.OrcSchema.Builder builderForValue)Marks an ORC-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.OrcSchema orc = 5;
| Name | Description | 
| builderForValue | PhysicalSchema.OrcSchema.Builder | 
| Type | Description | 
| PhysicalSchema.Builder | 
setParquet(PhysicalSchema.ParquetSchema value)
public PhysicalSchema.Builder setParquet(PhysicalSchema.ParquetSchema value)Marks a Parquet-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.ParquetSchema parquet = 4;
| Name | Description | 
| value | PhysicalSchema.ParquetSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
setParquet(PhysicalSchema.ParquetSchema.Builder builderForValue)
public PhysicalSchema.Builder setParquet(PhysicalSchema.ParquetSchema.Builder builderForValue)Marks a Parquet-encoded data source.
 .google.cloud.datacatalog.v1.PhysicalSchema.ParquetSchema parquet = 4;
| Name | Description | 
| builderForValue | PhysicalSchema.ParquetSchema.Builder | 
| Type | Description | 
| PhysicalSchema.Builder | 
setProtobuf(PhysicalSchema.ProtobufSchema value)
public PhysicalSchema.Builder setProtobuf(PhysicalSchema.ProtobufSchema value)Schema in protocol buffer format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ProtobufSchema protobuf = 3;
| Name | Description | 
| value | PhysicalSchema.ProtobufSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
setProtobuf(PhysicalSchema.ProtobufSchema.Builder builderForValue)
public PhysicalSchema.Builder setProtobuf(PhysicalSchema.ProtobufSchema.Builder builderForValue)Schema in protocol buffer format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ProtobufSchema protobuf = 3;
| Name | Description | 
| builderForValue | PhysicalSchema.ProtobufSchema.Builder | 
| Type | Description | 
| PhysicalSchema.Builder | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PhysicalSchema.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Type | Description | 
| PhysicalSchema.Builder | 
setThrift(PhysicalSchema.ThriftSchema value)
public PhysicalSchema.Builder setThrift(PhysicalSchema.ThriftSchema value)Schema in Thrift format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ThriftSchema thrift = 2;
| Name | Description | 
| value | PhysicalSchema.ThriftSchema | 
| Type | Description | 
| PhysicalSchema.Builder | 
setThrift(PhysicalSchema.ThriftSchema.Builder builderForValue)
public PhysicalSchema.Builder setThrift(PhysicalSchema.ThriftSchema.Builder builderForValue)Schema in Thrift format.
 .google.cloud.datacatalog.v1.PhysicalSchema.ThriftSchema thrift = 2;
| Name | Description | 
| builderForValue | PhysicalSchema.ThriftSchema.Builder | 
| Type | Description | 
| PhysicalSchema.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final PhysicalSchema.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| PhysicalSchema.Builder |