Interface CoreServiceProto.ApplyEntityRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getProject()
      Name of project that this entity belongs to.
      com.google.protobuf.ByteString getProjectBytes()
      Name of project that this entity belongs to.
      EntityProto.EntitySpecV2 getSpec()
      If project is unspecified, will default to 'default' project.
      EntityProto.EntitySpecV2OrBuilder getSpecOrBuilder()
      If project is unspecified, will default to 'default' project.
      boolean hasSpec()
      If project is unspecified, will default to 'default' project.
      • 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

      • hasSpec

        boolean hasSpec()
         If project is unspecified, will default to 'default' project.
         If project specified does not exist, the project would be automatically created.
         
        .feast.core.EntitySpecV2 spec = 1;
        Returns:
        Whether the spec field is set.
      • getSpec

        EntityProto.EntitySpecV2 getSpec()
         If project is unspecified, will default to 'default' project.
         If project specified does not exist, the project would be automatically created.
         
        .feast.core.EntitySpecV2 spec = 1;
        Returns:
        The spec.
      • getSpecOrBuilder

        EntityProto.EntitySpecV2OrBuilder getSpecOrBuilder()
         If project is unspecified, will default to 'default' project.
         If project specified does not exist, the project would be automatically created.
         
        .feast.core.EntitySpecV2 spec = 1;
      • getProject

        String getProject()
         Name of project that this entity belongs to.
         
        string project = 2;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Name of project that this entity belongs to.
         
        string project = 2;
        Returns:
        The bytes for project.