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
Modifier and TypeMethodDescriptiongetText()Protocol buffer source of the schema.com.google.protobuf.ByteStringProtocol buffer 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()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.
-