Interface IngestionJobProto.FeatureSetSpecAckOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFeatureSetReference()
      string feature_set_reference = 1;
      com.google.protobuf.ByteString getFeatureSetReferenceBytes()
      string feature_set_reference = 1;
      int getFeatureSetVersion()
      int32 feature_set_version = 2;
      String getJobName()
      string job_name = 3;
      com.google.protobuf.ByteString getJobNameBytes()
      string job_name = 3;
      • 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

      • getFeatureSetReference

        String getFeatureSetReference()
        string feature_set_reference = 1;
        Returns:
        The featureSetReference.
      • getFeatureSetReferenceBytes

        com.google.protobuf.ByteString getFeatureSetReferenceBytes()
        string feature_set_reference = 1;
        Returns:
        The bytes for featureSetReference.
      • getFeatureSetVersion

        int getFeatureSetVersion()
        int32 feature_set_version = 2;
        Returns:
        The featureSetVersion.
      • getJobName

        String getJobName()
        string job_name = 3;
        Returns:
        The jobName.
      • getJobNameBytes

        com.google.protobuf.ByteString getJobNameBytes()
        string job_name = 3;
        Returns:
        The bytes for jobName.