Interface Message.RelationMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Message.RelationMetadata, Message.RelationMetadata.Builder
    Enclosing class:
    Message

    public static interface Message.RelationMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFileName()
      Identifier for the corresponding data file.
      com.google.protobuf.ByteString getFileNameBytes()
      Identifier for the corresponding data file.
      Schema.RelationId getRelationId()
      Type signature of this relation.
      Schema.RelationIdOrBuilder getRelationIdOrBuilder()
      Type signature of this relation.
      boolean hasRelationId()
      Type signature of this relation.
      • 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

      • hasRelationId

        boolean hasRelationId()
         Type signature of this relation.
         
        .relationalai.protocol.RelationId relation_id = 1;
        Returns:
        Whether the relationId field is set.
      • getRelationId

        Schema.RelationId getRelationId()
         Type signature of this relation.
         
        .relationalai.protocol.RelationId relation_id = 1;
        Returns:
        The relationId.
      • getRelationIdOrBuilder

        Schema.RelationIdOrBuilder getRelationIdOrBuilder()
         Type signature of this relation.
         
        .relationalai.protocol.RelationId relation_id = 1;
      • getFileName

        String getFileName()
         Identifier for the corresponding data file.
         
        string file_name = 2;
        Returns:
        The fileName.
      • getFileNameBytes

        com.google.protobuf.ByteString getFileNameBytes()
         Identifier for the corresponding data file.
         
        string file_name = 2;
        Returns:
        The bytes for fileName.