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
      String getOutputFileUri()
      string output_file_uri = 2;
      com.google.protobuf.ByteString getOutputFileUriBytes()
      string output_file_uri = 2;
      • 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()
        string output_file_uri = 2;
        Returns:
        The outputFileUri.
      • getOutputFileUriBytes

        com.google.protobuf.ByteString getOutputFileUriBytes()
        string output_file_uri = 2;
        Returns:
        The bytes for outputFileUri.