Interface ColumnSchema.FieldElementTypeOrBuilder

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

public static interface ColumnSchema.FieldElementTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.

    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

    • getType

      String getType()
       Required. The type of a field element. See
       [ColumnSchema.type][google.cloud.datacatalog.v1.ColumnSchema.type].
       
      string type = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Required. The type of a field element. See
       [ColumnSchema.type][google.cloud.datacatalog.v1.ColumnSchema.type].
       
      string type = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for type.