Interface LogicmoduleMessages.GetClassesInNamespaceResponseOrBuilder

    • Method Detail

      • getNamespaceYaml

        String getNamespaceYaml()
        string namespaceYaml = 1;
        Returns:
        The namespaceYaml.
      • getNamespaceYamlBytes

        com.google.protobuf.ByteString getNamespaceYamlBytes()
        string namespaceYaml = 1;
        Returns:
        The bytes for namespaceYaml.
      • getMetaClassYamlList

        List<String> getMetaClassYamlList()
        repeated string metaClassYaml = 2;
        Returns:
        A list containing the metaClassYaml.
      • getMetaClassYamlCount

        int getMetaClassYamlCount()
        repeated string metaClassYaml = 2;
        Returns:
        The count of metaClassYaml.
      • getMetaClassYaml

        String getMetaClassYaml​(int index)
        repeated string metaClassYaml = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The metaClassYaml at the given index.
      • getMetaClassYamlBytes

        com.google.protobuf.ByteString getMetaClassYamlBytes​(int index)
        repeated string metaClassYaml = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the metaClassYaml at the given index.
      • hasExcInfo

        boolean hasExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 3;
        Returns:
        Whether the excInfo field is set.
      • getExcInfo

        CommonMessages.ExceptionInfo getExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 3;
        Returns:
        The excInfo.