Interface PhysicalSchema.ThriftSchemaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PhysicalSchema.ThriftSchema, PhysicalSchema.ThriftSchema.Builder
Enclosing class:
PhysicalSchema

public static interface PhysicalSchema.ThriftSchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Thrift IDL source of the schema.
    com.google.protobuf.ByteString
    Thrift IDL source of the schema.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getText

      String getText()
       Thrift IDL source of the schema.
       
      string text = 1;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
       Thrift IDL source of the schema.
       
      string text = 1;
      Returns:
      The bytes for text.