Package com.google.cloud.datacatalog.v1
Interface PhysicalSchema.ProtobufSchemaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PhysicalSchema.ProtobufSchema
,PhysicalSchema.ProtobufSchema.Builder
- Enclosing class:
- PhysicalSchema
public static interface PhysicalSchema.ProtobufSchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getText()
Protocol buffer source of the schema.com.google.protobuf.ByteString
getTextBytes()
Protocol buffer 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()
Protocol buffer source of the schema.
string text = 1;
- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
Protocol buffer source of the schema.
string text = 1;
- Returns:
- The bytes for text.
-
-