Interface Service.TraceLocation.InferenceTableLocationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFullTableName()
      Full inference table name in the form of catalog.schema.table_name
      com.google.protobuf.ByteString getFullTableNameBytes()
      Full inference table name in the form of catalog.schema.table_name
      boolean hasFullTableName()
      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 Detail

      • 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

        java.lang.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.