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
Modifier and TypeMethodDescriptiongetText()Thrift IDL source of the schema.com.google.protobuf.ByteStringThrift IDL source of the schema.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-