Package com.google.cloud.datacatalog.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getText()
Thrift IDL source of the schema.com.google.protobuf.ByteString
getTextBytes()
Thrift IDL source of the schema.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-