Interface Service.TraceLocation.InferenceTableLocationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.TraceLocation.InferenceTableLocation, Service.TraceLocation.InferenceTableLocation.Builder
Enclosing class:
Service.TraceLocation

public static interface Service.TraceLocation.InferenceTableLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Full inference table name in the form of catalog.schema.table_name
    com.google.protobuf.ByteString
    Full inference table name in the form of catalog.schema.table_name
    boolean
    Full inference table name in the form of catalog.schema.table_name

    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

    • hasFullTableName

      boolean hasFullTableName()
       Full inference table name in the form of catalog.schema.table_name
       
      optional string full_table_name = 1;
      Returns:
      Whether the fullTableName field is set.
    • getFullTableName

      String getFullTableName()
       Full inference table name in the form of catalog.schema.table_name
       
      optional string full_table_name = 1;
      Returns:
      The fullTableName.
    • getFullTableNameBytes

      com.google.protobuf.ByteString getFullTableNameBytes()
       Full inference table name in the form of catalog.schema.table_name
       
      optional string full_table_name = 1;
      Returns:
      The bytes for fullTableName.