Interface JobServiceProto.GetHistoricalFeaturesResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      Export Job with ID assigned by Feast
      com.google.protobuf.ByteString getIdBytes()
      Export Job with ID assigned by Feast
      com.google.protobuf.Timestamp getJobStartTime()
      Job start time
      com.google.protobuf.TimestampOrBuilder getJobStartTimeOrBuilder()
      Job start time
      String getLogUri()
      Path to Spark job logs, if available
      com.google.protobuf.ByteString getLogUriBytes()
      Path to Spark job logs, if available
      String getOutputFileUri()
      Uri to the join result output file
      com.google.protobuf.ByteString getOutputFileUriBytes()
      Uri to the join result output file
      boolean hasJobStartTime()
      Job start time
      • 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

      • getId

        String getId()
         Export Job with ID assigned by Feast
         
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Export Job with ID assigned by Feast
         
        string id = 1;
        Returns:
        The bytes for id.
      • getOutputFileUri

        String getOutputFileUri()
         Uri to the join result output file
         
        string output_file_uri = 2;
        Returns:
        The outputFileUri.
      • getOutputFileUriBytes

        com.google.protobuf.ByteString getOutputFileUriBytes()
         Uri to the join result output file
         
        string output_file_uri = 2;
        Returns:
        The bytes for outputFileUri.
      • hasJobStartTime

        boolean hasJobStartTime()
         Job start time
         
        .google.protobuf.Timestamp job_start_time = 3;
        Returns:
        Whether the jobStartTime field is set.
      • getJobStartTime

        com.google.protobuf.Timestamp getJobStartTime()
         Job start time
         
        .google.protobuf.Timestamp job_start_time = 3;
        Returns:
        The jobStartTime.
      • getJobStartTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getJobStartTimeOrBuilder()
         Job start time
         
        .google.protobuf.Timestamp job_start_time = 3;
      • getLogUri

        String getLogUri()
         Path to Spark job logs, if available
         
        string log_uri = 4;
        Returns:
        The logUri.
      • getLogUriBytes

        com.google.protobuf.ByteString getLogUriBytes()
         Path to Spark job logs, if available
         
        string log_uri = 4;
        Returns:
        The bytes for logUri.